Search found 11 matches

by j2df
Mon May 30, 2016 8:41 am
Forum: PDF
Topic: [Deployment] DLL not found in some cases
Replies: 4
Views: 6173

Re: [Deployment] DLL not found in some cases

Well I'm really sorry I didn't see that in the doc, my mother language is not english so maybe I missed it. In any case I tried adding those DLL to my bin folder. I don't have any computer on which to test it right now but we'll see in the futur deployment if we encounter this problem again. But I d...
by j2df
Fri May 27, 2016 2:57 pm
Forum: PDF
Topic: [Deployment] DLL not found in some cases
Replies: 4
Views: 6173

Re: [Deployment] DLL not found in some cases

Thanks for your answer! This is very strange, we never had this kind of issue and because of the way you fixed it, it tends to make me think that your deployment process must be wrong at some point. You are definitely not supposed to copy anything to the GAC in order to deploy an application that is...
by j2df
Thu May 12, 2016 10:02 am
Forum: PDF
Topic: [Deployment] DLL not found in some cases
Replies: 4
Views: 6173

[Deployment] DLL not found in some cases

Hello, Two years ago I opened a topic in this forum about trying to add the required DLL for my application to a bin folder in my application. Here it is . Since then we deployed our software along with the following DLLs : - GdPicture.NET.10.filters.dll and GdPicture.NET.10.filters.64.dll - GdPictu...
by j2df
Wed Aug 27, 2014 10:55 am
Forum: PDF
Topic: Perfectly readable PDF is unreadable with PDF Plugin
Replies: 3
Views: 3681

Re: Perfectly readable PDF is unreadable with PDF Plugin

Thanks for your answer! It's my mistake, I wasn't clear enough. The PDF file opens allright, but when I try to export / read the text in it I get this kind of result : $ ! " # $% ! ! % & & ! %! ' ( )*) +, +,) I'm using the "GetPageTextWithCoords" method and it's working perfec...
by j2df
Tue Aug 26, 2014 3:50 pm
Forum: PDF
Topic: Perfectly readable PDF is unreadable with PDF Plugin
Replies: 3
Views: 3681

Perfectly readable PDF is unreadable with PDF Plugin

Hello, I'm using the PDF plugin inside an application and in certain cases (I just happen to fall on one) the PDF is readable, with text in it, if I copy / paste the text in notepad the text is perfect, but GdPicture.Net can't read it. When I try to read it I get things like : $ ! " # $% ! ! % ...
by j2df
Mon May 26, 2014 8:40 am
Forum: General discussions
Topic: [Deployment] Put the required DLL's in a separate bin folder
Replies: 3
Views: 19782

Re: [Deployment] Put the required DLL's in a separate bin fo

Hi Sami, Thanks for you answer! I was able to successfully add the dlls to the bin folder of my application by adding this same folder to my environment path. If someone runs into the same problem, here's a snippet of code which works for me in wix to set environment variable : <Directory Id="T...
by j2df
Fri May 23, 2014 10:20 am
Forum: General discussions
Topic: [Deployment] Put the required DLL's in a separate bin folder
Replies: 3
Views: 19782

[Deployment] Put the required DLL's in a separate bin folder

Hello, I'm currently developing the Wix Setup for an application using GDPicture.PDF. I see I have to distribute the following DLL with the .exe file in order to get my application to work correctly : - GdPicture.NET.10.filters.dll and GdPicture.NET.10.filters.64.dll - GdPicture.NET.10.image.gdimgpl...
by j2df
Tue Jan 07, 2014 2:55 pm
Forum: PDF
Topic: [GDPicture 10] Unable to test my application on another PC
Replies: 2
Views: 3305

Re: [GDPicture 10] Unable to test my application on another

Great thanks a lot for your answer! I just purchased it thirty minutes ago, tried it, saw that it didn't work either, came back on this topic and saw your answer ;) I figured every DLL I needed was already copied in the release directory but it turned out the filter and gdiimgplug DLLs weren't there...
by j2df
Mon Dec 16, 2013 9:39 am
Forum: PDF
Topic: [GDPicture 10] Unable to test my application on another PC
Replies: 2
Views: 3305

[GDPicture 10] Unable to test my application on another PC

Hello, First off, I have to say that I'm still using the trial key. It won't be for long, we'll purchase the library this week or the first week of january, but it might be the problem here. Ok so I'm developing an application and I'd need one of my colleague to test some functionalities I implement...
by j2df
Tue Nov 05, 2013 10:03 am
Forum: PDF
Topic: Loading a PDF in a BackgroundWorker = AccessViolation
Replies: 2
Views: 3333

Re: Loading a PDF in a BackgroundWorker = AccessViolation

Hi Loïc, I feel quite stupid about this problem, I just solved it (without even trying to solve it :lol: ). What was happening is that I was creating my document this way : I have a DocumentViewModel which defines a Document in my application, this DocumentViewModel binds to a DocumentView. When cre...
by j2df
Fri Nov 01, 2013 5:51 pm
Forum: PDF
Topic: Loading a PDF in a BackgroundWorker = AccessViolation
Replies: 2
Views: 3333

Loading a PDF in a BackgroundWorker = AccessViolation

Hello, *I'm using GDPicture.Net 10* For the purpose of the redesign of one of our application, we decided to give GDPicture a chance. I've implemented it in the new version and it's working quite well. But I have an issue when trying to load a PDF from a different thread. What I do when loading a PD...