Error Printing PDF On Windows 2000

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
amurphy
Posts: 8
Joined: Wed Jan 05 2005

Error Printing PDF On Windows 2000

Post by amurphy »

Hi All,

We are having problems with some of our clients who are running Windows 2000 service pack 4. They are getting the error code 2147417848 when trying to print a PDF.

We are running version 3 of the PDF Creator using the following code and its the .PrintPage command that throws the error.

Code: Select all

'Print the series of pages requested
                    Dim pr As Long
                    With PDFForm.PDFHost
                    curprinter = Printer2.DeviceName
                        .StartPrint curprinter, False
                    For pr = pdffrom To pdfto
'>>>>>>>>>>> THIS IS THE TERMINAL LINE <<<<<
                        .PrintPage pr
                    Next
                        .EndPrint
                    End With
I would be very grateful if anyone has any details on how this can be resolved as this is a high priority error for us.
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Are you using the old 3.0 or the new 3.01a that is available online.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
amurphy
Posts: 8
Joined: Wed Jan 05 2005

Post by amurphy »

Hi Joan,

We are using version 3.01a. This is now a major issue for us as more and more of our client base are reporting this fatal problem. I would appreciate it if a resolution/work around could be suggested as soon as possible.

Many thanks

Andrew
Post Reply