Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Mon Aug 10, 2015 11:20 am

Good Afternoon All,

I am trying to get a document to automatically print to the default printer using the following code:

Code: Select all
Dim PDFDocumentToPrint As New PdfDocument
                        PDFDocumentToPrint.LoadFromFile(strFileName)

            Dim PrintDoc = PDFDocumentToPrint.PrintDocument
            PrintDoc.Print()


When i run the application the application freezes completely when it tries to run the
Code: Select all
PrintDoc.print()
line of code.

Can someone please advise what i am doing wrong as from looking through the help files this is how to do it.

Thanks in advanced

Frosty

LukeKFrost
 
Posts: 2
Joined: Wed Mar 25, 2015 11:17 am

Tue Aug 11, 2015 1:31 am

Hello,

Thanks for your inquiry.
Could you please offer us the sample pdf file?
It would be helpful to replicate the issue and work out the solution for you ASAP.
Please kindly note that firstly you need to compress it and upload.
Or you can send it to us ( [email protected] ) via email.

Best Regards,
Sweety

E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Wed Aug 12, 2015 9:50 am

Hi Sweety,

Thanks for your reply. I have e-mailed the file to you due to the nature and sensitivity of the document.

Thanks Luke

LukeKFrost
 
Posts: 2
Joined: Wed Mar 25, 2015 11:17 am

Thu Aug 13, 2015 4:00 am

Hello,

Thanks for your information.
I have received your email. And I have tested your code with the file you provided. It worked well in our side, here is the result in the attachment. Please check it.
The issue may be caused by your printer.
Please specify the printer name with below code and try again.
Code: Select all
PDFDocumentToPrint.PrinterName = "Your printer name"


Best Regards,
Sweety
E-iceblue support team
User avatar

sweety1
 
Posts: 539
Joined: Wed Mar 11, 2015 1:14 am

Return to Spire.PDF

cron