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

Need to massively convert to PDF and sign documents

New Here ,
May 06, 2016 May 06, 2016

Copy link to clipboard

Copied

Dear Sirs

I need to automate a process to be given to company non-techie users in order to:

- convert a bunch of files to PDF/A-1b format

- digitally sign the created PDFs

The aim is to give them a one-click procedure.

I succeeded in creating an action to convert an entire source folder containing several kind of docs (word, excels, images) and save the newly created PDFs in a destination folder.

I made several tests to digital sign those documents, but the best I was able to do is to insert the "Certificates" tool into the action. The thing is I need to insert the password for any document and  the process gives errors.

I'm attaching some images to show the various steps.

1) this is the newly created action

1.jpg

2) When I run the action, I'm asked to provide the certificate and its password

2.jpg

3) the document looks signed, but I need to click on the "Proceed" label in the bottom right

3.jpg

4) then this error appears. Looks like the signed document cannot be converted to PDF/A

4.jpg

Please advise

Thanks a lot

stefano

TOPICS
Acrobat SDK and JavaScript , Windows

Views

1.1K

Translate

Translate

Report

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
Advocate ,
May 06, 2016 May 06, 2016

Copy link to clipboard

Copied

PDF/A-1 is based on PDF 1.4 which is a pretty old standard. If your PDF contains PDF features that were introduced in later PDF versions, you cannot convert this PDF to PDF/A-1. It is quite possible that the signing operation uses some advanced features not available in PDF 1.4. For instance, if you sign with a certificate that uses SHA-256 hash, you cannot convert this signed PDF to PDF/A-1 because PDF 1.4 does not support SHA256 hash. This is just an example. Your case might be different but along the same lines.

Votes

Translate

Translate

Report

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
LEGEND ,
May 06, 2016 May 06, 2016

Copy link to clipboard

Copied

Are you trying to convert a signed document? This might work but is utterly pointless as the signature would be destroyed. Signing must be the LAST step.

Votes

Translate

Translate

Report

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 09, 2016 May 09, 2016

Copy link to clipboard

Copied

Thanks for your answers.

As written in my initial post, I need to perform the following operations in the order they are listed:

1) convert MS office documents and PDF documents into PDF/A-1b, to report in case of requests of judicial authorities . It doesn't matter if some PDF features are lost in the conversion process

2) digitally sign the newly created PDF documents

As stated, I kindly ask for suggestions about how to do that using Acrobat Pro actions or by means of any other existing tool.

I also had a look at iText and DevExpress that provide frameworks to develop the workflow I need to implement, but I'd rather doing  something via Acrobat.

Thanks again

stefano

Votes

Translate

Translate

Report

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
LEGEND ,
May 09, 2016 May 09, 2016

Copy link to clipboard

Copied

Sorry, I posted the wrong response. How large is "massive"? Acrobat is an interactive tool with some very low volume automation features.

Votes

Translate

Translate

Report

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 09, 2016 May 09, 2016

Copy link to clipboard

Copied

I'm talking about some dozens of documents.

Votes

Translate

Translate

Report

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
Advocate ,
May 09, 2016 May 09, 2016

Copy link to clipboard

Copied

LATEST

As I mentioned in my previous reply you must use signing features available in PDF 1.4 (Acrobat 5) and not later in order for your PDFs converted to PDF/A-1 to be still PDF/A-1 compliant. If you sign all your PDFs with the same certificate (digital ID) then you can use Actions feature in Acrobat DC to convert all PDFs, say, in the same folder, and sign them. Be aware of which signing you're using so that you do not break PDF/A-1 compliance.

Votes

Translate

Translate

Report

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