Hello,
I have a small question. I am working on a report application that handles a lot of PDFs. At the end of the process, the user selects some rules to assemble different PDFs. However, the final size is more than 5.5 MB, and the component from Forge(PDF_Helper) uses an external library that is blocked by the 5.5mo limits.
Is there another known solution, or will I need to create a REST API and an API?
Thank you,
Thanks, I found plenty of solutions for O11 without the 5.5mo limit and external libraries, but not for ODC.
Solution found: I used my company's API to create an API call that merges multiple PDFs in C# and uses a REST call on ODC.
Search the forum please, this question is answered multiple times.