@chrisobrien07 wrote:
hi
I tried testing the example in v2.3 c# example.
I openened the project in vs2012 and added a reference to pdfcreator.exe
the reference in the file was
'using PDFCreator'
this has to be edited to
'Using PDFForge.PDFCreator'then it compiled.
the example worked up to the point where it gets the job from the queue
then throws exception stating no valid version of ghostscript was found
but ghost script is in the relevant folder under pdf creatorso
I upgraded to 2.4 and
opened the example c# project in vs2012
I added the reference to PDFCreator.exe as before
C:\Program Files\PDFCreator\PDFCreator.exebut this time it will not even build.
it is stating that the namespace PDFCreator.COM does not exist..
can someone please help me on this
I do know how to program c# but this is confusing me
Posts: 1
Participants: 1