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