How to Merge different type of files into a single pdf?

0
Hi,  In my application I am uploading different type of files. For e.g., Word, Text, Excel, Image and pdf. Now I want to merge all files into a single pdf. How can I approch this? Is it possible? If not please let me know the alternative to approch this. I hope I am clear from my end. Please suggest some solution for me. Thanks, Venkat.
asked
3 answers
3

You can download the CommunityCommons module from the appstore which includes an java action 'MergeMultiplePdfs'. With this action you should be able to accomplish what you want.

answered
3

Another idea:  use a REST service to convert files to PDF, then use community commons Merge PDF java action to combine them.

There are many online PDF conversion services, one that I found is here.  These services charge a fee for the conversion.

answered
-4

Sometimes we want to merge multiple PDF files into single one. This issue can be solved by using a small utility Tool with Merge PDF Tool is a small open source tool, that can be used to merge several PDF files into Single PDF file. visit at:- https://www.softwarewiki.org/merge-pdf/

answered