Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Flatten PDF after Signature

New Here ,
May 12, 2021 May 12, 2021

My PDF has textfields, checkfields and signature fields. Ideally the Signer fills out the form and then signs all the signatures.

But it is technically possible to change a field after a signature has been entered.

 

How can I design the PDF in such a way, that makes it impossible for the Signer to change a field after a signature? I mean a kind of sealing of the PDF.

TOPICS
PDF forms , Security digital signatures and esignatures
3.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 12, 2021 May 12, 2021

Hi,

 

It might be technically be changeable, but the signature would be marked as invalid, meaning that you can see that the doc has been changed since it was signed.

 

When you sign you can select to lock document after signing

BarlaeDC_1-1620831822109.png

does this not solve the problem?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 12, 2021 May 12, 2021

It does not, because the Document is signed by a costumer and that person may not know how to do it or may not want to do it.

Is there no automatic solution?

I remember a popup saying "Invalid signature". May I ask in which PDFDictionary entry stores such an information?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 12, 2021 May 12, 2021

Go to the Properties of the signature field and under the Signed tab select the option to set all fields as Read-Only:

 

try67_0-1620838133074.png

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 12, 2021 May 12, 2021

That is an interesting concept. May I ask how to archive that in PDFBox? The PDF is generated in C++, than goes through a webservice and there I wanted to modify the pdf. I would love to execute a script once it is signed.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 12, 2021 May 12, 2021

Unfortunatly I did not find that Property. Where exactly do I find it?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 12, 2021 May 12, 2021

Are you using Acrobat, or are you doing it using a stand-alone application?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 12, 2021 May 12, 2021

I try to modify the PDF inside PDFBox. The User ideally would not even recognize it, but would sign the Document inside Adobe Acrobat Reader 5 or younger.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 12, 2021 May 12, 2021
LATEST

I recommend asking over at the PDFBox mailing list: users [at] pdfbox.apache.org 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines