Search found 11 matches

by nbnelson
Thu Nov 20 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: size
Replies: 5
Views: 7897

Sweet

Joan,

I did in fact get the pdf to work. What I had to do was convert the page settings to centimeters rather than the inches that my document used. I also had to convert from DPI (dots per inch) to DPC (dots per centimeter).

Thanks for all of your help.

Nick
by nbnelson
Tue Nov 18 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: size
Replies: 5
Views: 7897

One more quicky

One more quick question. What if I already have a document that is set to the dimensions that I want to print. Do I have to still configure the printing settings (page length, width, etc.) and call the SetDefaultConfig? If I do, how could I defne a page that has the following dimensions: 6.5 inches ...
by nbnelson
Tue Nov 18 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: size
Replies: 5
Views: 7897

Hi Joan,

Thank you so much for your reply. The call did allow me to create the PDF file that I was looking for.

Thanks again...
Nick
by nbnelson
Mon Nov 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: size
Replies: 5
Views: 7897

size

Hi again, I have finally got the PDF Converter to create a PDF file for me. However, I have a new issue. When I open the document with Adobe reader, (after successfully creating the PDF), the file is zoomed to the max 1600% and it is still only the size of a quarter. There isn't any text written or ...
by nbnelson
Mon Nov 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: The Distribution Key
Replies: 4
Views: 7035

Thanks, I figured it out.
by nbnelson
Mon Nov 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Device not ready
Replies: 5
Views: 8890

Found it

Thanks to the technician I called, I found out that I needed to use Licensee="Evaluation Version Developer" name instead of my company name.


Thanks
by nbnelson
Mon Nov 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Device not ready
Replies: 5
Views: 8890

Thank you for your reply, however, I am still receiving the same error: System.ComponentModel.Win32Exception The device is not ready. I used the DLLImport function in a new class called PDF. Everything works fine until I get to that line of code. By 'fine', I mean that all of the return values are c...
by nbnelson
Mon Nov 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: The Distribution Key
Replies: 4
Views: 7035

Install.exe or Install.ini?

Thank you for your reply, however, I do not get a key when running Install.exe. When I downloaded the demo version and ran the PdfDrvDemoEn.exe file, a key popped up then. This same key is in the Install.ini file at the following directory C:\Program Files\Amyuni PDF Converter. That is the key I hav...
by nbnelson
Fri Nov 14 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: The Distribution Key
Replies: 4
Views: 7035

The Distribution Key

Hi, Where do I get the installation key for the redistributable version of PDF Converter? The one I am using in code as the Key is the one issued at the end of installation of the PDF Converter. Am I suppose to use a different key for redistribution? I have not yet purchased this product, and don't ...
by nbnelson
Fri Nov 14 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Device not ready
Replies: 5
Views: 8890

Yes I do enable the printer before printing to it. It seems as if it tries to print because the "Printing" messagebox starts to appear on the screen before the exception happens. Almost like the printer is off or something. Any input is greatly appreciated.... C# aPointer = PDF.PDFDriverIn...
by nbnelson
Thu Nov 13 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Device not ready
Replies: 5
Views: 8890

Device not ready

Hi, I have followed the steps for deployment of the PDF Converter for developers. So far I have completed step 1, step 2 (using PDFDriverInit), step 3 (I should just be able to add the CDINTF.DLL through InstallShield), step 5 (my new printer object which is displayed in the list of printers in my a...