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
--
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
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
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
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