Skip to main content
Participant
April 12, 2017
Question

"Convert to pdf/A" button in a module

  • April 12, 2017
  • 1 reply
  • 671 views

I would like to know if it's possible to generate a "convert to pdf/A" button to a pdf module, so it will be possible to sign the pdf/a.

Javascript?

This topic has been closed for replies.

1 reply

lrosenth
Adobe Employee
Adobe Employee
April 13, 2017

You can sign a PDF/A in Adobe Acrobat or Reader. What seems to be the problem?

maxybonAuthor
Participant
April 13, 2017

When a user compile the form, the pdf is not pdf/a (the module contains formule).

I know that I can transform it, but for an end user it would be far more simple to click a button, transforming it in pdf/a, and then sign it.

lrosenth
Adobe Employee
Adobe Employee
April 13, 2017

Oh, so you want to automate this. OK.

You can do this in a couple of ways:

1 – Create an Custom Command (no programming required)

2 - Write a custom plugin to Acrobat (C/C++ programming required)