engg_nayan

About flatten pdf after signing ceremony

0 votes
Hi, After signing ceremony, we have pdf file with signatures that is in general active pdf. In this active pdf, customers can view some legal properties that we do not expect in our application. However, we have heard one concept that is flattening the pdf in which customers can’t interact or can’t view the legal properties what we want. So, how can we make the pdf flatten and what API do we need to call?

Approved Answer

Reply to: About flatten pdf after signing ceremony

1 votes
And this is the attachment.

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Attachments

Reply to: About flatten pdf after signing ceremony

1 votes

Hi engg_nayan, As the previous post has mentioned: Active documents contain the signatures, tamper seal, and audit trails of the signed document. Flattened documents contain no evidence they are akin to images. And through following REST API, you can download the flattened version:

GET https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf?flatten=true

I believe you can only download the flatten pdf in REST way. And in this way, you will lose the audit trail embedded in the pdf and couldn't view the legal properties in the pdf. I also created some pieces of code for you in Java as you can see from the attachment. Hope this reply can help you!

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: About flatten pdf after signing ceremony

0 votes
Thanks a lot

Reply to: About flatten pdf after signing ceremony

2 votes
Are there any plans to add that to the SDK?

Reply to: About flatten pdf after signing ceremony

0 votes
I would also like to request that this be in the SDK.

Reply to: About flatten pdf after signing ceremony

0 votes
Hi guys, I have already filled in an Enhancement Requirement for you. Would definitely let you know if anything comes up. Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off