How to attach files to PDF document

0
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
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.

Some examples:

answered
0

If the attachments are PDF files, you can also merge them with the original document using MergeMultiplePDFs Java action in the CommunityCommons module.

answered