Re: [iText-questions] Tiff to PDF conversion using itext. Need to reduce PDF size

2014-12-01 Thread iText mailing list
On 12/1/2014 16:27 PM, susmita sil wrote: > I am not able to share any of the tiff but those are scanned document. In that case, there's very little we can tell about your problem. -- Download BIRT iHub F-Type - The Free

Re: [iText-questions] Tiff to PDF conversion using itext. Need to reduce PDF size

2014-12-01 Thread susmita sil
Hi, Thanks for the reply. I am using itext 5.5.3. and below is the sample code void convertTiffToPDF (*final* PdfContentByte oContentBytes, *final* P8Document oCEDocument, int nEndPage, int nStartPage) RandomAccessFileOrArray oPage = *null*; *int* nTiffPageToRead = 0; *int* nContentElement =

Re: [iText-questions] Tiff to PDF conversion using itext. Need to reduce PDF size

2014-11-26 Thread iText mailing list
On 11/25/2014 16:18 PM, susmita sil wrote: > Hi, > I am reading Tiff image from IBM filenet as java outputStream. I am > converting the outputStream to itext Image and the converting that > image to PDF. The converted PDF has good resolution but size is bigger > than the tiff image for example i

[iText-questions] Tiff to PDF conversion using itext. Need to reduce PDF size

2014-11-25 Thread susmita sil
Hi, I am reading Tiff image from IBM filenet as java outputStream. I am converting the outputStream to itext Image and the converting that image to PDF. The converted PDF has good resolution but size is bigger than the tiff image for example it I have a 10 mb tiff imge its becoming 90 mb and its c