Search found 6 matches

by dalstine
Wed Aug 31 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Problems Appending PDF's with Creator
Replies: 2
Views: 7367

Acrobat 7.0 Reader Error...

Here is the Acrobat 7.0 Reader Error... "There was an error processing a page. There was a problem reading this document (14)" This occur's on just a select few pages Before this I seemed to be getting an error about fonts so I set my Converter options up to embed fonts and that seemed to ...
by dalstine
Wed Aug 31 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Problems Appending PDF's with Creator
Replies: 2
Views: 7367

Problems Appending PDF's with Creator

I have VB code that prints several different reports to individual PDF files and then sorts and combines these into one PDf. I have no errors at all. Yet, when I try to open the resulting PDF in adobe's reader I have seemingly random pages that cannot be displayed. If I open the combined PDF in Crea...
by dalstine
Fri May 27 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing from shell?
Replies: 3
Views: 5655

Well it seems that my problem was two fold - Your converter is extremely sensitive to any delay between activation and printing.. stepping through my code during debugging caused problems. Also I changed my Shell code to use a combination of the builtin VB shell and some WINAPI calls. I don't get th...
by dalstine
Fri May 27 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing from shell?
Replies: 3
Views: 5655

No this is not a program the end user is running. Nor is it a DLL or Library that ends up being instanced within the process/thread of my application. By using the CreateProcessA command and waiting for an asynchronous call back I believe it's safe to say that this process is running outside the con...
by dalstine
Thu May 26 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing from shell?
Replies: 3
Views: 5655

Printing from shell?

Is it possible to print to the PDF converter developer edition from a shelled application? From what I read I figured that I could activate the printer from within my program and any other application could print to it. Just that the end user has no direct control over the printer properties. I'm tr...
by dalstine
Thu May 26 2005
Forum: Visual Basic Community
Topic: Strange...
Replies: 0
Views: 5362

Strange...

I only seem to have a problem printing to the converter when I'm shelling out to another program. Anything I create directly from within my VB app seems to print fine. Any ideas? My code successfully executes the other app, but I get an error saying the printer is not activated or that it couldn't s...