merge Pdf documents in Java
888525Jan 28 2013 — edited Jan 28 2013I have to merge two pdf.
Pdfs are already generated in a location on my server .I have to pick these pdfs from a specified location and merge into a single new pdf
file at the same location where pdf 1 and pdf 2 are there.I read a lot about it but could not find anything concrete,I tried itext but it doesnt works .It all the time gives me exception file niot found for the output file.
Can anyone help with methods to merge pdfs .
Please help
Thanks,