Hello All, I have to attach files to PDF document. When we open PDF, those files should be visible in Attachments Section. Let me know if there is any solution for this Requirement. Thanks.
asked
Ratna vinay kumar Bunga
2 answers
0
You can add attachments to PDF files using custom Java code. Have a look at the EmbeddedFile attribute in Apache PDFBox library.
If the attachments are PDF files, you can also merge them with the original document using MergeMultiplePDFs Java action in the CommunityCommons module.