Hello everyone,
I try to load an JS script into a fdf file to make some control on the form. I load the js script with this piece of code (Java) :
PDDocument document = PDDocument.load(pdfTemplateFile);
PDActionJavaScript javascript = new PDActionJavaScript(code);
document.getDocumentCatalog().set...