aspose file tools
The moose likes Java in General and the fly likes how to convert existing pdf file into .tiff format Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to convert existing pdf file into .tiff format" Watch "how to convert existing pdf file into .tiff format" New topic
Author

how to convert existing pdf file into .tiff format

ilias basha
Ranch Hand

Joined: Nov 27, 2008
Posts: 55

Hi,

Can anyone suggest me any of the java API to convert the existing pdf into tiff so that i can use the file to send as a fax.

Thanks in advance.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35254
    
    7
One possible approach would be to render the PDF into a Swing component (using the PDFRenderer library), and then to render that component into an image. Then you can save the image using the ImageIO class (which supports TIFF with the help of this library).


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to convert existing pdf file into .tiff format
 
Similar Threads
Java API to convert PDF to tiff
iText: pdf conversion into other formats
Converting Tiff to PDF
TIFF to PDF
Convert PDF files to Tiff files