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 Sep 29, 2020 9:50 am

Hello, I have a PDF-File "source.pdf" with three AnnotationWidgets (page.AnnotationsWidget.Add(textAnnotation))

Then, I convert the PDF-File into the TIFF-Format ("destination.tiff").
But in the TIFF-File, the AnnotationWidgets are not displayed.

The TIFF-File was created with

(...)
doc.LoadFromFile(NamePDF)
JoinTiffImages(SaveAsImage(doc), NameTIFF, EncoderValue.CompressionLZW)
doc.Close()
(...)


Private Shared Function SaveAsImage(ByVal document As PdfDocument) As Image()
Lizenz()
Dim images(document.Pages.Count - 1) As Image
Try
For i As Integer = 0 To document.Pages.Count - 1
'Use the document.SaveAsImage() method save the pdf as image
images(i) = document.SaveAsImage(i)
Next i
Catch ex As Exception
MsgBox(ex.Message)
End Try

Return images
End Function

I used the current version 6.9.16.

Is there a solution for this?

Thank you!

larima1994
 
Posts: 3
Joined: Wed Jan 29, 2020 8:32 am

Tue Sep 29, 2020 10:30 am

Hello,

Thanks for your inquiry.
I did notice that the AnnotationWidgets are not displayed after converting to TIFF. This issue has been logged in our bug tracking system with the ticket SPIREPDF-3640. If there is any update, we will let you know.
Apologize for the inconvenience caused.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Wed Sep 30, 2020 9:50 am

Hello Rachel,

thank you for your information.
We look forward for a fast solution.

Bye.

larima1994
 
Posts: 3
Joined: Wed Jan 29, 2020 8:32 am

Wed Sep 30, 2020 9:58 am

Hello,

OK, I will notify you as soon as it is resolved. Have a nice day!

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Tue Oct 06, 2020 12:25 pm

Hello,

are there any news or a timeframe?

Thank you!

larima1994
 
Posts: 3
Joined: Wed Jan 29, 2020 8:32 am

Wed Oct 07, 2020 1:25 am

Hello,

Thanks for your following up.
Sorry to tell you that there is no significant progress. And we are now having our Chinese National Day holiday from 01/10/2020 to 08/10/2020 (GMT+8:00). Once we come back to work normally, our Dev team will deal with this issue asap, if there is any update, I will let you know.
Apologize for the delay and inconvenience caused.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Mon Nov 23, 2020 3:41 am

Hello,

Thanks for your patience.
This is to inform you that our Dev team has fixed your issue now. We will soon provide you with a new version after performing QA and incorporating other enhancements and fixes.

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Mon Dec 07, 2020 10:15 am

Hello,

Hope you are doing well.
Glad to tell you that we just released Spire.PDF Pack(Hot Fix) Version:6.12.3 which fixes your issue. Welcome to download it from the following links.
Our website: https://www.e-iceblue.com/Download/down ... t-now.html
Nuget link: https://www.nuget.org/packages/Spire.PDF/6.12.3

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Thu Dec 17, 2020 9:26 am

Hello,

Greetings from E-iceblue!
Did the hotfix work for you? Looking forward to your feedback!

Sincerely,
Rachel
E-iceblue support team
User avatar

rachel.lei
 
Posts: 1571
Joined: Tue Jul 09, 2019 2:22 am

Return to Spire.PDF