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.

Thu Feb 09, 2017 9:17 pm

Using FreeSpire.Pdf 3.2.52.56040 on a Windows 10 64-bit machine, a PDF file prints out 3 blank pages. There are 3 pages in the PDF document.

The code is
Code: Select all
         var pdfdocument = new PdfDocument();
         pdfdocument.LoadFromFile(pdfFileName, FileFormat.PDF);
         pdfdocument.PrintDocument.PrinterSettings.Copies = 1;
         pdfdocument.PrintDocument.Print();
         pdfdocument.Dispose();

larlap
 
Posts: 2
Joined: Thu Feb 09, 2017 8:43 pm

Fri Feb 10, 2017 2:15 am

Dear larlap,

Thanks for your feedback.
I suggest you use the latest commercial version: Spire.PDF Pack(Hot Fix) Version:3.8.173 first. After trying this version, if the issue still exists, please peovide us sample file for investigation further.

Thanks,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Sat Mar 04, 2017 6:42 pm

The paid version works fine. Is it possible to update FreeSpire?

larlap
 
Posts: 2
Joined: Thu Feb 09, 2017 8:43 pm

Mon Mar 06, 2017 1:37 am

Dear larlap,

Thanks for your feedback.
Sorry that at present we don't have a plan to update Free version, so we suggest you use the latest commercial version I mentioned.
If there is any question, please let me know.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.PDF