IntelliJ Java IDE
The moose likes I/O and Streams and the fly likes merge multiple documents (Eg: Tiff, DOC, PDF) in to a single TIFF file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » I/O and Streams
Reply Bookmark "merge multiple documents (Eg: Tiff, DOC, PDF) in to a single TIFF file" Watch "merge multiple documents (Eg: Tiff, DOC, PDF) in to a single TIFF file" New topic
Author

merge multiple documents (Eg: Tiff, DOC, PDF) in to a single TIFF file

nancy andrew
Ranch Hand

Joined: Jan 19, 2010
Posts: 30
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
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.
 
IntelliJ Java IDE
 
subject: merge multiple documents (Eg: Tiff, DOC, PDF) in to a single TIFF file
 
Threads others viewed
rendering TIF image in PDF
Resizing tiff files without loosing proportions.
Need Suggestions-editting word documents.
Java API to convert PDF to tiff
store multiple files in memory instead of disk
IntelliJ Java IDE