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.
Tue May 31, 2016 2:05 pm
Hi
I'm trying to print an existing PDF, but there is a garbled mess when printing it through the Spire.PDF dll. Is there a solution to this?
I am using Spire.PDF v3.7.0.5035
The print code
- Code: Select all
using (var doc = new PdfDocument(filePath))
{
doc.PrinterName = printerName;
doc.PrintDocument.PrintController = new StandardPrintController();
doc.PrintDocument.Print();
}
Login to view the files attached to this post.
-
hrella
-
- Posts: 3
- Joined: Tue May 31, 2016 1:39 pm
Wed Jun 01, 2016 1:46 am
Hello,
Thank you for kind feedback and your information.
I already see your issue. Could you please provide us the source PDF file to help us to do testing and resolve the issue? Thanks for your assistance in advance.
Sincerely,
Caroline
E-iceblue support team
-
caroline.zhang
-
- Posts: 291
- Joined: Mon Mar 07, 2016 9:22 am
Wed Jun 01, 2016 9:23 am
Hi
Attached source PDF.
Login to view the files attached to this post.
-
hrella
-
- Posts: 3
- Joined: Tue May 31, 2016 1:39 pm
Wed Jun 01, 2016 9:42 am
Hello,
Thank you for your file.
I have noticed your issue and forwarded it to our dev team. We will inform you when it is resolved. Sorry for the inconvenience that the issue brought to you.
Sincerely,
Caroline
E-iceblue support team
-
caroline.zhang
-
- Posts: 291
- Joined: Mon Mar 07, 2016 9:22 am
Thu Jun 16, 2016 7:58 am
Hi,
Thanks for waiting.
Now we release
Spire.PDF Pack(Hot Fix) Version:3.7.91 which resolve the issue you mentioned, welcome to test it.
If there is any question, welcome to get it back to us.
Best Regards,
Betsy
E-iceblue support team
-
Betsy
-
- Posts: 802
- Joined: Mon Jan 19, 2015 6:14 am
Mon Jun 20, 2016 10:52 am
Hello
Thanks for getting back to me.
The hotfix works perfectly. Thank you! Has this been rolled out into the nuget package?
-
hrella
-
- Posts: 3
- Joined: Tue May 31, 2016 1:39 pm
Tue Jun 21, 2016 3:15 am
Hello,
Thanks for your response. It has been published on the nuget.
Sincerely,
Gary
E-iceblue support team
-
Gary.zhang
-
- Posts: 1380
- Joined: Thu Apr 04, 2013 1:30 am