Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

readerExtensions don't save pdf with dynamic fields

Avatar

Former Community Member
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);



Is neccesary another kind of rights? How can I do for saving these dynamic fields?



Any suggestion is appreciated. Thanks in advance



Dani
0 Replies