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.

Sat Jan 28, 2017 5:18 pm

Hi,

I have problem with printing PDF document, loaded from file. Document after printing looks different than original one:
- some polish characters are missing
- cells in table are not in correct places

Is it a problem with code below or internally with Spire.PDF library?

Code which I wrote:

var pdfdocument = new PdfDocument();
pdfdocument.LoadFromFile(fileName, FileFormat.PDF);
pdfdocument.PrintDocument.PrinterSettings.Copies = 1;
pdfdocument.PrintDocument.Print();
pdfdocument.Dispose();

fabus1989
 
Posts: 1
Joined: Sat Jan 28, 2017 5:08 pm

Mon Jan 30, 2017 3:57 am

Hi,

Thanks for your inquiry.
If you are using older version of Spire.PDF, we first suggest upgrading to the latest Spire.PDF Pack(Hot Fix) Version:3.8.158. After trying this version, if the problem persists, please offer us your sample file.That would be helpful to investigate this issue.

Sincerely,
Betsy
E-iceblue support team
User avatar

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

Return to Spire.PDF