15
Views
2
Comments
Solved
[ODC]  : Merge pdf more than 5.5mo
Question

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,

2024-04-23 10-08-23
Vincent Massieye
Solution

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.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Search the forum please, this question is answered multiple times.

2024-04-23 10-08-23
Vincent Massieye
Solution

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.