Spire.PDFViewer is a powerful PDF Viewer component for .NET. It allows developers to load PDF document from stream, file and byte array.

Mon Aug 01, 2016 2:57 pm

Hi, we have purchased your license and start using you library(Spire.PDFViewer for WPF) but found a problem.
Most of our PDF contains tables and issue relates to it's border. Some extra lines are printed while no extra lines are visible in Adobe for example.
Here is a scan of a document
111.zip

Here is original a document which has same issue
00-0711-A32-01.zip

devrus
 
Posts: 3
Joined: Mon Jul 25, 2016 3:43 pm

Tue Aug 02, 2016 2:10 am

Dear devrus,

Thanks for your feedback.
I have noticed your issue and posted it to our Dev team. We will inform you when it is fixed.
Sorry for inconvenience caused.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Tue Aug 02, 2016 12:31 pm

thanks, but is there any estimete when it will be fixed?
Аnother issue: it is not possible to resize original pdf while printing if it excides the Page Size of printer.
So when printing some content is cuted off.
I found a workaround for it:
PdfDocument doc = new PdfDocument ();
doc.LoadFromFile(somePath);
doc.PageScaling = PdfPrintPageScaling.ShrinkOversized;
doc.Print();
But it shows a PrintDialog for every document.
Is it possible to use one PrintDialog and solution provided above?

devrus
 
Posts: 3
Joined: Mon Jul 25, 2016 3:43 pm

Wed Aug 03, 2016 1:56 am

Dear devrus,

Thanks for your response. Sorry that we cann't give you an ETA about the issue, our Dev time is working on it, once there is any progress, we will inform you soon. Sorry for inconvenience.
Also, here is a method that can hide the PrintDialog.
Code: Select all
doc.PrintDocument.PrintController = new StandardPrintController();

If there is any question, welcome to get it back to us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy
 
Posts: 802
Joined: Mon Jan 19, 2015 6:14 am

Wed Nov 09, 2016 5:51 am

Dear devrus,

Sorry for long silence.
Now the issue has been resolved, welcome to test Spire.PDFViewer Pack Version:2.11.
If there is any question, welcome to get it back to us.

Sincerely,
Betsy
E-iceblue support team
User avatar

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

Fri Nov 18, 2016 8:48 am

Dear devrus,

Did you test the version ? Has your issue been resolved ?

Sincerely,
Betsy
E-iceblue support team
User avatar

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

Return to Spire.PDFViewer