Applying the Signature and setting IsLinearized to 'true' is not saving the PDF document as Linearized

This is true for all PDF documents.
Below is the code used to Apply signature:

PdfFileSignature pdfSign = new PdfFileSignature();
pdfSign.BindPdf(pdfFile);
pdfSign.SignatureAppearanceStream = memStream;
pdfSign.Document.IsLinearized = true;
pdfSign.Sign(page, reason, "Contact", location, true, rect, signature);
pdfSign.Save(signedFile);

Please let me know.

@chennabasappa.c

Thanks for contacting support.

Would you please share your sample PDF document with us along with signature file which you are using to sign the PDF. We will test the scenario in our environment and address it accordingly.

Hi,

Please find Sample PDF document and Signature file attached.
Thanks in advance.
AsposeSample.zip (173.4 KB)

@chennabasappa.c

Would you please also share the password for shared PFX file along with the PDF file generated in your environment, so that we may proceed to help you.

Password for PFX file is 123456.
Sample PDF generated in our environment is attached as part of AsposeSample.zip in the previous message.

@chennabasappa.c

Thanks for sharing requested files.

We have tested the scenario in our environment and were able to replicate the issue. We have logged this issue as PDFNET-45479 in our issue tracking system. We will further investigate it in details and keep you posted with the status of its resolution. Please be patient and spare us little time.

We are sorry for the inconvenience.

Any updates on this. Please let us know your comments.

@M_Sowbhagya

Thank you for posting.

We are afraid PDFNET-45479 is still unresolved and may take few more months to resolve, owing to previously logged and critical tickets. We will notify here as soon as this will be resolved.