Question
5
Replies
123
Views
infosys
Posted: September 25, 2018
Last activity: October 3, 2018
Closed
Merging .txt files to generate a PDF
Hi All,
We have below requirement in our project to generate PDF
1) User attaches multiple .txt files in specific format.
2) System must fetch all this .txt files and merge to single file. Sometimes the no. of files >100+
3) consolidated file must be converted to PDF without losing the format.
Any leads on how to implement above in 6.3 SP1.
Regards,
Sujatha.A
One way to do it using activity & a java step where you can loop through all the text files and merge them and again save it. Below link might help.
https://www.programcreek.com/2012/09/merge-files-in-java/