Hi all,
I have a problem with a pdf created with LC Forms with some dynamic fields but, when I use ReaderExtensions with it and set some rights in it, the dynamic fields aren't saved. I use these rights;
UsageRights useRight = new UsageRights();
useRight.setEnabledDynamicFormFields(true);
useRight.setEnabledFormDataImportExport(true);
useRight.setEnabledDynamicFormPages(true);
I have tried to set the same rights using the webUI but it doesn't work.
Is neccesary another kind of rights? How can I do for saving these dynamic fields?
Any suggestion is appreciated. Thanks in advance
Dani
In order to save a PDF with entered data it needs "Form Save Rights". And you don't even need to Rights Server to do this. It can be done with Acrobat Professional. Try it.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script