Hi everyone,
I am currently using ODC and I have a problem that I need help with. I am investigating how to add data to an existing pdf file. I looked into the pdf file related components in forge but it doesn't seem to have the required functionality. Is there any way to do it in ODC ?
Thanks and Regards
Currently, OutSystems Developer Cloud (ODC) does not have native support or specific components available to directly manipulate or add data to an existing PDF file. While traditional OutSystems platforms have Forge components like "PDF Toolkit" or "Aspose PDF" for handling such tasks, these are not compatible with ODC at this time.
The best approach in ODC might involve integrating with external services or APIs that provide PDF editing capabilities, such as Adobe PDF Services or any third-party API, via HTTPS calls. You'll need to manage API communication and handling external service responses.
If you're looking for guidance specific to the OutSystems Forge or documentation, it seems there’s no current ready-made solution for your request in ODC. You might consider submitting your feature request to the OutSystems Ideas forum.
Let me know if you need further assistance!
Hi @Nam Nguyen Phuong
You can try this:
https://www.outsystems.com/forums/discussion/56318/fill-data-in-a-exesting-pdf/
https://www.outsystems.com/forge/component-overview/8315/pdf-utils-o11
https://www.outsystems.com/forge/component-overview/6019/pdf-text-extraction-o11
I hope this helps
Thanks