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 Oct 06, 2015 10:42 am

Using attached pdf and below code, the euro signs in the document are printed as small squares. Can you advise how to fix this?

Product: Spire.PDF, dll version 3.5.51.5040, .Net 4.0

Code: Select all
PdfDocument doc = new PdfDocument(@"C:\Temp\Factuur.pdf");
            PrinterSettings ps = new PrinterSettings();

            ps.PrinterName = "Microsoft XPS Document Writer";

            doc.PrintDocument.PrinterSettings = ps;

            doc.PrintDocument.Print();

sikke.kooistra@avanade.com
 
Posts: 33
Joined: Fri Jun 27, 2014 1:39 pm

Tue Oct 06, 2015 11:18 am

Hello,

Thanks for your inquiry.
I have recreated your issue. We (E-iceblue Co., Ltd) are on holiday from 01/10/2015 - 07/10/2015 (GMT+8), sorry that I will post it to our dev team on 08/10/2015 once we come back to work.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Fri Oct 09, 2015 2:23 am

Hi,

Thanks for waiting.
Your issue has been resolved, please download and test Spire.PDF Pack(Hot Fix) Version:3.5.80 .
The downloading link is http://www.e-iceblue.com/Download/downl ... t-now.html.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Mon Oct 12, 2015 7:29 am

Hi,

Has your issue been resolved?
Thanks for your feedback.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Mon Oct 12, 2015 8:37 am

Hi,

I've tested the new version and the euro signs are printing fine now. Thanks for the upgrade.

Regards,

Sikke Kooistra

sikke.kooistra@avanade.com
 
Posts: 33
Joined: Fri Jun 27, 2014 1:39 pm

Mon Oct 12, 2015 8:50 am

Hi,

Thanks for your reply.
Welcome to write to us again if you have further issues.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2772
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.PDF

cron