Re: [iText-questions] tiff2pdf and pdf2tiff

2005-04-13 Thread Leonard Rosenthol
At 09:04 AM 4/13/2005, Ben Anderson wrote: Also, it seems it would be easy to go from pdf2tiff, but I can't seem to grasp it. Is this possible with itext? No, it is not. If not, can someone refer me to a good open source library that does? JPEDAL - http://www.jpedal.org Leonard --

Re: [iText-questions] tiff2pdf and pdf2tiff

2005-04-13 Thread Bruno Lowagie
Ben Anderson wrote: actually I tried using the Tiff2Pdf tool: public void testTiff2PdfTest() { String tiffFile = rootDir+"400dpiCCITTGroup4.tif"; String pdfFile = rootDir+"pdfer.pdf"; Tiff2Pdf.main(new String[] {tiffFile, pdfFile}); } This works, but the top margin is w

Re: [iText-questions] tiff2pdf and pdf2tiff

2005-04-13 Thread bruno
Ben Anderson wrote: The only problem is that it only grabs the first page of the tiff. Does anyone know how I can grab the second page of the tiff? Try the Tiff2Pdf tool in this JWS app: www.lowagie.com/iText/itext.jnlp The code can be found in package com.lowagie.tools.plugins Also, it seems i

Re: [iText-questions] tiff2pdf and pdf2tiff

2005-04-13 Thread Ben Anderson
actually I tried using the Tiff2Pdf tool: public void testTiff2PdfTest() { String tiffFile = rootDir+"400dpiCCITTGroup4.tif"; String pdfFile = rootDir+"pdfer.pdf"; Tiff2Pdf.main(new String[] {tiffFile, pdfFile}); } This works, but the top margin is way too big an

[iText-questions] tiff2pdf and pdf2tiff

2005-04-13 Thread Ben Anderson
Hi, we need to do both of these things. The tiff2pdf works for the most part... just grabbed some sample code of the web site: public void testTiff2PdfTest() { //String tiffFile = rootDir+"crl2688.tif"; String tiffFile = rootDir+"400dpiCCITTGroup4.tif"; String pdfFil