Avatar

Not applicable

Hello,

We have process, which generates large number of pdf forms via FormsService -> renderPDFForm.

Problem is, that FormService caches generated documents and whole process is running out of memory or device space.

We have tried to disable cacheing in adminui for LC Forms and LC Output, but livecycle still stores generated documents to /temp folder info filesystem.

For our purpose, generated documents is only stored to database (in time we have them in process variable) an at the end of process loop it should be completely disposed.

Is it possible to avoid storing generated documents to /tmp/AdobeDocumentStorage/local/docm* or to unlink dispose them at the end of one iteration of generating livecycle process ?

Thanks