Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-09 Thread TvT
r content – feel free, but just make sure >> you understand the risks involved in doing so. >> >> Leonard >> >> From: Carlos Arturo Bernal Carvajal >> Reply-To: Post here >> Date: Tuesday, July 8, 2014 at 11:38 AM >> >> To: Post here >>

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread Suresh Amsala
tand the risks involved in doing so. > > Leonard > > From: Carlos Arturo Bernal Carvajal > Reply-To: Post here > Date: Tuesday, July 8, 2014 at 11:38 AM > > To: Post here > Subject: Re: [iText-questions] [SPAM] Re: Reduce PDF file size > > You could try u

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread Leonard Rosenthol
t here mailto:itext-questions@lists.sourceforge.net>> Date: Tuesday, July 8, 2014 at 11:38 AM To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: Re: [iText-questions] [SPAM] Re: Reduce PDF file size You could try using Ghostscript after generating the PDF

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread Suresh Amsala
hat is in there, and what >>> options are important to you (embedded fonts, high quality images, etc.) it >>> may not be possible to reduce the size. >>> >>> Leonard >>> >>> From: Suresh Amsala >>> Reply-To: Post here >>> Date: T

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread Carlos Arturo Bernal Carvajal
rtant to you (embedded fonts, high quality images, etc.) it >>> may not be possible to reduce the size. >>> >>> Leonard >>> >>> From: Suresh Amsala >>> Reply-To: Post here >>> Date: Tuesday, July 8, 2014 at 10:45 AM >>> To: Po

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread Leonard Rosenthol
t-questions] [SPAM] Re: Reduce PDF file size Ok Suresh, that is not possible. Some pdfs do not contain any images, nor any unused objects - size reduction is not possible in that case even if the pdf is 200 MB. I am guessing you want to reduce the size of Pdfs which mostly (or only) contain

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread TvT
y not be possible to reduce the size. >> >> Leonard >> >> From: Suresh Amsala >> Reply-To: Post here >> Date: Tuesday, July 8, 2014 at 10:45 AM >> To: Post here >> Subject: Re: [iText-questions] [SPAM] Re: Reduce PDF file size >> >>

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread Suresh Amsala
fonts, high quality images, etc.) it > may not be possible to reduce the size. > > Leonard > > From: Suresh Amsala > Reply-To: Post here > Date: Tuesday, July 8, 2014 at 10:45 AM > To: Post here > Subject: Re: [iText-questions] [SPAM] Re: Reduce PDF file size > >

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread Leonard Rosenthol
mailto:sureshinfo...@gmail.com>> Reply-To: Post here mailto:itext-questions@lists.sourceforge.net>> Date: Tuesday, July 8, 2014 at 10:45 AM To: Post here mailto:itext-questions@lists.sourceforge.net>> Subject: Re: [iText-questions] [SPAM] Re: Reduce PDF file size I am uploading

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread Suresh Amsala
I am uploading 20 MB pdf file it contains images and text and i want to compress this file size to bellow 1 MB using iTextSharp in C#. How to do this? I tried TVT's Sample code but the file does not compressing I mean the file size is same before uploading and after uploading. On Tue, Jul 8, 201

Re: [iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread TvT
There are several options but mkl is right: You need to be certain that there are unused things in your pdf. To get an idea whats possible try the following two options in adobe acrobat: "File > Save As > Optimized PDF...", and "File > Save As > Reduced Size PDF...". In iText you got several optio

[iText-questions] [SPAM] Re: Reduce PDF file size

2014-07-08 Thread mkl
Amsala Suresh, Suresh Amsala wrote > I want to compress a *PDF file size from MB's to KB's* (if the file size > is 5 MB then it should be compressed in to KB's like 500 KB or 600 KB). What information in those PDFs is superfluous in your context and can be thrown away? Regards, Michael PS: Kn