Hello everyone,
i'm working on a sort of PDF form validation.
We have some PDF that needs to be validated and tested automatically. These PDF are provided with internal javascript that simple test PDF fields input and returns the results in a hidden page of the PDF itself.
The PDF are automaticallty filled using an xml containing the field values. This is done using a service created in Adobe AEM Forms, through the Workbench.
The service merges the XDP file with the XML file producing a filled PDF.
My question is:
If i fill the PDF that way, it's possible to fires up the PDF internal javascript in order to perform the PDF validation and produces the log? I would like to do this automatically, without opening the PDF.