Re: [iText-questions] Import of rotated pages

2005-04-23 Thread Christian Lauer
Hi Paulo, that's it, thanx for your help! Best regards, Christian On Sat, 2005-04-23 at 13:29 +0100, Paulo Soares wrote: > PdfReader.getPageRotation() > > - Original Message - > From: "Christian Lauer" <[EMAIL PROTECTED]> > To: "iText Mailing List" > Sent: Saturday, April 23, 2005 12:

Re: [iText-questions] Import of rotated pages

2005-04-23 Thread Paulo Soares
PdfReader.getPageRotation() - Original Message - From: "Christian Lauer" <[EMAIL PROTECTED]> To: "iText Mailing List" Sent: Saturday, April 23, 2005 12:39 AM Subject: [iText-questions] Import of rotated pages > In case I use PdfReader with a document that contains some rotated > pages,

Re: [iText-questions] is itext able to change the color from pdfimport's file into antoher color?

2005-04-23 Thread Paulo Soares
No. - Original Message - From: "color_prepress" <[EMAIL PROTECTED]> To: Sent: Saturday, April 23, 2005 3:25 AM Subject: [iText-questions] is itext able to change the color from pdfimport's file into antoher color? > if I had a pdf file which the content is gray,is that anyway to change

Re: [iText-questions] features of itext

2005-04-23 Thread Paulo Soares
iText can convert images to pdf. Images supported are png, gif, tiff, jpeg, bmp and wmf. iText cannot convert pdf to image. - Original Message - From: "Ludmila" <[EMAIL PROTECTED]> To: Sent: Friday, April 22, 2005 8:00 PM Subject: [iText-questions] features of itext > Hello everyone! >

Re: [iText-questions] Forcing TIF compression change during PDF conversion

2005-04-23 Thread Paulo Soares
Change the iText code and send me your changes. All the problems I get with TIFF are related to G3 or G4 encoding. Apparently nobody can make a decent G3 or G4 TIFF. - Original Message - From: "Rob Sorensen" <[EMAIL PROTECTED]> To: Sent: Friday, April 22, 2005 7:58 PM Subject: [iText-que

[iText-questions] is itext able to change the color from pdfimport's file into antoher color?

2005-04-23 Thread color_prepress
if I had a pdf file which the content is gray,is that anyway to change it to other color?(like cyanor any value) I mean whole page gray become other color. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on h

[iText-questions] Forcing TIF compression change during PDF conversion

2005-04-23 Thread Rob Sorensen
We are experiencing a recent problem with our TIF to PDF conversion. Using our existing code:   …     //tifImage is a byte[]     //oStream is an OutputStream       Document document = new Document(PageSize.A4, 25, 25, 25, 25);     RandomAccessFileOrArray ra = n

[iText-questions] features of itext

2005-04-23 Thread Ludmila
Hello everyone! Currently I am doing evaluations of the tools that can convert PDF to image and image back to the PDF. I found that iText can add image to PDF. If someone can add some comments to this functionality I really appreciate it. What about creation image from PDF? Can iText do it? If s