Search found 4 matches

by mgrant1971
Thu Mar 06 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Developer Evaluation of Driver
Replies: 2
Views: 6008

Re: Developer Evaluation of Driver

Okay, it works.... I see your code used the CDIntfEx.CDIntfEx instead of CDIntfEx.CDIntfExClass, but that did not seem to be the issue. It turns out that I caused my own issue when I tried to turn back on the prompt. I modified the following line PDF.FileNameOptionsEx = (int)sNoPrompt + sUseFileName...
by mgrant1971
Fri Feb 21 2014
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Developer Evaluation of Driver
Replies: 2
Views: 6008

Developer Evaluation of Driver

I've downloaded the Amyuni Evaulation for the PDF Converter (v5.0.0.7 I believe), and I'm having trouble getting the sample code that comes with it to work. I installed the the printer using the code and license name in the text file in the folder, and updated the code and license name in the sample...
by mgrant1971
Thu Aug 14 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] Printing a PDF and specifying paper tray
Replies: 2
Views: 8350

Re: Printing a PDF and specifying paper tray

Thanks for the response, Unfortunately, when I was preparing my test app for bundling to send to support, it began working. I don't know what I did, or what happened, but I swear I am not crazy. :wink: I was just removing some comments I had left, and some extraneous code that has nothing to do with...
by mgrant1971
Wed Aug 13 2008
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: [Solved] Printing a PDF and specifying paper tray
Replies: 2
Views: 8350

[Solved] Printing a PDF and specifying paper tray

Hi, I've downloaded PDF Creator .Net as a demo to test feasability for a project. I'm attempting to open a PDF and print it to a printer using a specific bin. I've seen older posts that look like you need to set each page's PaperBin attribute, but this has not worked successfully for me as of yet. B...