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.

Mon Sep 18, 2017 2:19 pm

Hi Support,

We have a PDF file that is generated.(Find pdf file attached). Once we call the SaveAsImage function in the following way then the image we get back has some letters removed(See attached image for reference.):

Code: Select all
Dim doc As New Spire.Pdf.PdfDocument()
 doc.LoadFromFile(tempfilepath)
image = doc.SaveAsImage(page - 1, PdfImageType.Metafile)
image.Save(TestFileName.Replace(".pdf", "_t" + page.ToString + ".png"))
image.Dispose()

Tjunas
 
Posts: 18
Joined: Thu Nov 05, 2015 6:40 am

Tue Sep 19, 2017 1:44 am

Dear Tjunas,

Thanks for your inquiry.
I have tested the document with the latest Spire.Office Platinum (Hot Fix) Version:2.16.12. The result is correct, so please use this version.
If there is any question, please let me know.

Sincerely,
Betsy
E-iceblue support team
User avatar

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

Wed Sep 20, 2017 8:14 am

Dear Tjunas,

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

Thanks,
Betsy
E-iceblue support team
User avatar

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

Return to Spire.PDF

cron