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 Jul 23, 2024 8:14 pm

Hi,
i have an issue with a specific pdf file that contains a digital signature, when i flat it with the following code, the signature field is flatten but also mirrored (it's reversed vertically and horizontally).
is it a bug or there are options that can avoid this behaviour ?


Code: Select all
PdfDocument pdf = new PdfDocument();
            pdf.LoadFromFile("signed.pdf");
            pdf.Form.IsFlatten = true;
            pdf.SaveToFile("signed_flatten.pdf");


I am using Spire.PDFfor.NETStandard "10.6.25" version

thanks for your help.

Johnatan.Carlin
 
Posts: 9
Joined: Wed Jul 10, 2024 6:01 pm

Wed Jul 24, 2024 10:06 am

Hello,

Thank you for your inquiry.
I simulated a PDF document and did a preliminary test, but I did not reproduce the problem you mentioned. To help us reproduce and further investigate, please provide us with your original input files. You can upload it or send it to us by email (support@e-iceblue.com). Thank you in advance.

Sincerely,
Amin
E-iceblue support team
User avatar

Amin.Gan
 
Posts: 229
Joined: Mon Jul 15, 2024 5:40 am

Mon Jul 29, 2024 2:21 pm

here is an an example document :
there is two document on the attachment :
-draftdocsigned.pdf is the original one
-createSpireFlat.pdf is the flatten one

Johnatan.Carlin
 
Posts: 9
Joined: Wed Jul 10, 2024 6:01 pm

Tue Jul 30, 2024 8:15 am

Hello!

Thank you for inquiry.
Using your new attached PDF document, I was able to reproduce the same issue. This issue has been logged in our bug tracking system under the number SPIREPDF-6941. Our Dev team will investigate it further, once there is any update, we will let you know.

Sincerely,
Amin
E-iceblue support team
User avatar

Amin.Gan
 
Posts: 229
Joined: Mon Jul 15, 2024 5:40 am

Sun Aug 18, 2024 6:21 pm

Hi, is there any news about the fix please ?

Johnatan.Carlin
 
Posts: 9
Joined: Wed Jul 10, 2024 6:01 pm

Mon Aug 19, 2024 2:26 am

Hello,

Thank you for continuing to follow up. I am pleased to report that our development team has made necessary code adjustments regarding the SPIREPDF-6941 issue, and testing has passed. Once its' hotfix version is available, I will let you know asap.Thank you for your patience and understanding.

Sincerely,
Amin
E-iceblue support team
User avatar

Amin.Gan
 
Posts: 229
Joined: Mon Jul 15, 2024 5:40 am

Tue Aug 20, 2024 10:00 am

Hello,

Thank you for your patience.
Glad to inform that we just released Spire.Pdf 10.8.1 hotfix which fixes the bug of SPIREPDF-6941, welcome to download it from the following link and test it.
Our website link: https://www.e-iceblue.com/Download/download-pdf-for-net-now.html
 NuGet link: https://www.nuget.org/packages/Spire.PDF/10.8.1

Sincerely,
Amin
E-iceblue support team
User avatar

Amin.Gan
 
Posts: 229
Joined: Mon Jul 15, 2024 5:40 am

Wed Aug 21, 2024 6:42 pm

I confirm that it's working now, thanks again :D

Johnatan.Carlin
 
Posts: 9
Joined: Wed Jul 10, 2024 6:01 pm

Thu Aug 22, 2024 1:43 am

Hi,

Thank you for your feedback.
If you encounter any issue with Spire in the future, just feel free to contact us at any time.

Sincerely,
Amin
E-iceblue support team
User avatar

Amin.Gan
 
Posts: 229
Joined: Mon Jul 15, 2024 5:40 am

Return to Spire.PDF

cron