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.

Fri Jul 27, 2018 3:05 am

Hi,
I use spire pdf.dll version 4.3.0.20040 , and spire license.dll 1.3.6.40 . When i run in loadfromfile, and app return error "an item with the same key has already been added " , after continue to pass error, load again, pdf is show ! but font in form preview character change in times new roman to Arial :cry: :cry: ...

Code: Select all
PdfDocument doc = new PdfDocument();
doc.LoadFromFile(@"D:\\aaa.pdf");
PrintPreviewDialog preview = new PrintPreviewDialog();
preview.Document = doc.PrintDocument;
preview.PrintPreviewControl.Zoom = 1.5;
preview.WindowState = FormWindowState.Maximized;
preview.ShowDialog();


Hope to help !! :cry:

p/s : sorry, my english is not good !

nhokren
 
Posts: 2
Joined: Thu Jul 19, 2018 2:48 pm

Fri Jul 27, 2018 3:26 am

update bug !

hope to help :(

nhokren
 
Posts: 2
Joined: Thu Jul 19, 2018 2:48 pm

Fri Jul 27, 2018 5:05 am

Dear nhokren,

Thanks for your inquiry.
After testing your case, I didn't find any issue. To help us investigate further, please share us following information.
1. Input document, the better to provide a sample project for showing your issue.
2. The OS and Region information, e.g. Win7 64bit, China/Chinese.
You could send those information to us(support@e-iceblue.com) via email.

Sincerely,
Betsy
E-iceblue support team
User avatar

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

Tue Jul 31, 2018 9:00 am

Dear nhokren,

Greetings from E-iceblue.
How is your issue going now ? Could you please give us some feedback at your convenience ?

Sincerely,
Betsy
E-iceblue support team
User avatar

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

Return to Spire.PDF