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.

Thu Dec 23, 2021 9:55 am

Hi,

I use Spire pdf to copy annotations from one pdf to another one.
It's work well (thanks !) but I noticed an issue with "ellipse" annotation.

This is the code :
[code] public static void copyAnnotation(string input, string output)
{
Spire.Pdf.PdfDocument inputSpire = new Spire.Pdf.PdfDocument(input);
Spire.Pdf.PdfDocument OutputSpire = new Spire.Pdf.PdfDocument(output);
for (int a = 0; a < inputSpire.Pages[0].AnnotationsWidget.Count; a++)
{
Spire.Pdf.Annotations.PdfAnnotation annotation = inputSpire.Pages[0].AnnotationsWidget[a];
OutputSpire.Pages[0].AnnotationsWidget.Add(annotation);
}
OutputSpire.SaveToFile(output);

Input and Output file are joined.

As you can see the three Ellipse annotation are existing in the output file but they are not visible.
I try with several pdf viewer.

I hope you could help me.

Best regards,

camille_59
 
Posts: 11
Joined: Mon Feb 01, 2021 4:21 pm

Fri Dec 24, 2021 2:10 am

Hello,

Thanks for your inquiry!

I have reproduced your issue that the eclipse annotation invisible and logged it in our issue tracking system with the ticket SPIREPDF-4861 for further investigation.

We will let you know if there is any update. Sorry for the inconvenience caused.

Sincerely,
Marcia
E-iceblue support team
User avatar

Marcia.Zhou
 
Posts: 858
Joined: Wed Nov 04, 2020 2:29 am

Fri Dec 24, 2021 8:34 am

Thanks a lot marcia.

I hope you could patch it soon.

Best regards,

camille_59
 
Posts: 11
Joined: Mon Feb 01, 2021 4:21 pm

Fri Dec 24, 2021 9:24 am

Hello,

You are welcome!

Once there is any progress regarding the issue SPIREPDF-4861, we will notify you immediately.

Sincerely,
Marcia
E-iceblue support team
User avatar

Marcia.Zhou
 
Posts: 858
Joined: Wed Nov 04, 2020 2:29 am

Thu Jan 20, 2022 9:53 am

Hello,

Thanks for your patience!

Glad to inform you that we just released Spire.PDF Pack(Hot Fix) Version:8.1.4 which fixes the issue of SPIREPDF-4861.

Please download the fix version from the following links to test.

Website link: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html
Nuget link: https://www.nuget.org/packages/Spire.PDF/8.1.4

Sincerely,
Marcia
E-iceblue support team
User avatar

Marcia.Zhou
 
Posts: 858
Joined: Wed Nov 04, 2020 2:29 am

Mon Jan 24, 2022 8:46 am

Hello,

Hope you are doing well!

Has the issue been solved now? Could you please give us some feedback at your convenience?

Thanks in advance.

Sincerely,
Marcia
E-iceblue support team
User avatar

Marcia.Zhou
 
Posts: 858
Joined: Wed Nov 04, 2020 2:29 am

Return to Spire.PDF