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 Nov 12, 2013 7:08 am
20131112150534.jpg
When I convert xxx.xls to PDF,the 'L' always show
Login to view the files attached to this post.
-
Lanky
-
- Posts: 3
- Joined: Mon Nov 11, 2013 9:53 am
Tue Nov 12, 2013 8:08 am
Hello,
Thanks for your inquiry.
We used Spire.Xls_7.1.20 to do a test, but didn't reproduce the issue.
Would you please provide us with your excel file if convenience? It will help us do a research and solve it soon.
Thanks!
If you will attach a file in the forum, please unload a .zip attachment. You also could send your file to
support@e-iceblue.com by e-mail.
Best regards,
Amy
E-iceblue support team
-
amy.zhao
-
- Posts: 2774
- Joined: Wed Jun 27, 2012 8:50 am
Tue Nov 12, 2013 8:38 am
OK,File here.Spire.PDF version is 2.8.87.4035,Thanks for your reply.And I'm trying to use the latest version now
Login to view the files attached to this post.
-
Lanky
-
- Posts: 3
- Joined: Mon Nov 11, 2013 9:53 am
Tue Nov 12, 2013 9:26 am
I have dowloaded the latest version of Spire.PDF (Version:2.8.105). But the problem persists. And what's the use of Spire.FontType.dll.Awaiting for your reply Thank you very much.Code:
// Set PDF template
PdfDocument pdfDocument = new PdfDocument();
pdfDocument.PageSettings.Orientation = PdfPageOrientation.Landscape;
pdfDocument.PageSettings.Width = 700;
pdfDocument.PageSettings.Height = 850;
//Convert Excel to PDF using the template above
PdfConverter pdfConverter = new PdfConverter("Demo.xls");
PdfConverterSettings settings = new PdfConverterSettings();
settings.EmbedFonts = true;
settings.TemplateDocument = pdfDocument;
pdfDocument = pdfConverter.Convert(settings);
//Save and preview PDF
pdfDocument.SaveToFile("sample.pdf");
System.Diagnostics.Process.Start("sample.pdf");
-
Lanky
-
- Posts: 3
- Joined: Mon Nov 11, 2013 9:53 am
Tue Nov 12, 2013 9:36 am
Hello,
Thanks for your file.
Sorry for the inconvenience. We have reproduced the issue and posted it to our dev team.
We will keep you informed of our update.
Welcome to write to us again in case you have further issues.
Best regards,
Amy
E-iceblue support team
-
amy.zhao
-
- Posts: 2774
- Joined: Wed Jun 27, 2012 8:50 am