Re: [iText-questions] Problem with Pdf Size:Pdf Size is reduced by 87% When i ran IText Generated Pdf using Multivalent20060102.jar tool.

2009-07-30 Thread srinivas.bodduluri
Hello Leonard Mark, Thanks for the Reply. Explanation for the Loenard question, why not just process all of your PDFs through Multivalent before sending them along... We do not want to use multivalent tool as this project is not active on sourceforge, the licensing also little

Re: [iText-questions] Problem with Pdf Size:Pdf Size is reduced by 87% When i ran IText Generated Pdf using Multivalent20060102.jar tool.

2009-07-30 Thread 1T3XT info
srinivas.bodduluri wrote: From the above fix I am still now sure where the problem lies (In the bufferedImage or Image.getInstance(awtImage, null); Any views on this? Take an image (JPG, GIF, PNG,...); convert it to a BMP. You'll see that the file size of the image increases enormously!

Re: [iText-questions] Problem with Pdf Size:Pdf Size is reduced by 87% When i ran IText Generated Pdf using Multivalent20060102.jar tool.

2009-07-29 Thread Paulo Soares
: srinivas.bodduluri [mailto:srinu.he...@gmail.com] Sent: Wednesday, July 29, 2009 6:20 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Problem with Pdf Size:Pdf Size is reduced by 87% When i ran IText Generated Pdf using Multivalent20060102.jar tool. Hello All

Re: [iText-questions] Problem with Pdf Size:Pdf Size is reduced by 87% When i ran IText Generated Pdf using Multivalent20060102.jar tool.

2009-07-29 Thread srinivas.bodduluri
. Paulo -Original Message- From: srinivas.bodduluri [mailto:srinu.he...@gmail.com] Sent: Wednesday, July 29, 2009 6:20 AM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] Problem with Pdf Size:Pdf Size is reduced by 87% When i ran IText Generated Pdf using

Re: [iText-questions] Problem with Pdf Size:Pdf Size is reduced by 87% When i ran IText Generated Pdf using Multivalent20060102.jar tool.

2009-07-29 Thread Mark Storer
The reason you're files are shrinking so much has to do with the type of compression applied to the images. In your original file, everything (images, content, etc) are compressed with FlateDecode (zip). In the modified files, they use DCTDecode (jpeg). iText supports writing out JPEG images

[iText-questions] Problem with Pdf Size:Pdf Size is reduced by 87% When i ran IText Generated Pdf using Multivalent20060102.jar tool.

2009-07-28 Thread srinivas.bodduluri
Hello All, We are using IText 2.1.3 as part of our application to fulfill a critical business use case. As a module implementer i am very impressed with the IText library and more importently my client. There was one problem we are facing regarding to Pdf size is becoming very large.