merge multiple documents (Eg: Tiff, DOC, PDF) in to a single TIFF file
nancy andrew
Ranch Hand
Joined: Jan 19, 2010
Posts: 30
posted
0
Hi All,
I have a requirement in which I have to merge multiple documents (Eg: Tiff, DOC, PDF) in to a single TIFF file. Any idea how do I do this merging using java (suggest APIs, jars, framework to be used)
Regards,
Nancy
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
The only (free) option that comes to mind is the OpenOffice API; it may allow you to assemble multiple documents into a single one. Not sure if it can export to multi-page TIFFs, though. The JODConverter project -which uses the OO API underneath for document conversion purposes- may be worth a look as well.
subject: merge multiple documents (Eg: Tiff, DOC, PDF) in to a single TIFF file