Latency in generating PDFs using FormsService along with Reader Extension
Hi Team
We are on AEM 6.5.7 and using formsservice alogn with reader extension service to generate PDF, PDFs are getting generated from XDP placed in shared drive within 3 sec but as soon as Reader extension code is added PDF generation time shoots to more than 15 min.
I am referring to code provided in https://experienceleague.adobe.com/docs/experience-manager-learn/forms/document-services/apply-reader-extension-rights-to-pdf.html?lang=en#document-services
As soon as code reaches this below line it is stuck in there
doc = service.secureDocument(doc, null, null, reOptions, unlockOptions);
AEM 6.5.7
Forms package 6.0.234
aemfd-client-sdk.6.0.160
environment: Linux
Any pointers, anyone facing the similar issue?
Thanks in advance