Uploading any document and changing it to PDF

0
Hi, Has any one wrote a microflow that allows to upload any document and if is not a PDF then change it to pdf. How can i do that this What happens to the document that is been changed to the PDF Where will it be stored
asked
1 answers
0

Charles,

You could try to use

http://pdfbox.apache.org/ and http://poi.apache.org/.

Get the file in java and create a new pdf from that and store it as a System.FileDocument with the reference to the object created.

answered