[iText-questions] Error when generating fonts

2005-05-08 Thread kamaraj jawahar
Hello Paulo,   Thank you. Using the latest iText fixed the issue. You have asked me to look into the list of fixed bugs for more information on this defect.. iText is a new area to me and I do not know where to look for the bugs.   Can you please let me know where I have to look to get more detail

Re: [iText-questions] problems mailing iText PDFs

2005-05-08 Thread Neil Poska
Clearly? It's not that clear to me. How come when I point to another non-iText PDF with the same content-type it works fine? Anyway, what is the proper content-type parameter for PDFs? I tried several, but I don't have them in front of me. Karr, David wrote: Clearly, something about the M

Re: [iText-questions] Optimizing PDF

2005-05-08 Thread Leonard Rosenthol
At 08:44 AM 5/8/2005, Dante Notari wrote: The original PDF is about 600KB, the resulting PDF is 6MB. Using Acrobat itself I can 'optimize' them back down to 600KB, but that is a manual process. Any chance I can complete the 'optimize' task with iText ? You can get it even smaller with PDF E

Re: [iText-questions] fonts followup and table cell question

2005-05-08 Thread Justin Lee
Fantastic. Thanks. I'll try that out. Paulo Soares wrote: > PdfPTable.splitLate(false) > > - Original Message - > From: "Justin Lee" <[EMAIL PROTECTED]> > To: > Sent: Saturday, May 07, 2005 6:09 AM > Subject: [iText-questions] fonts followup and table cell question > > > >>I "fixed

Re: [iText-questions] Optimizing PDF

2005-05-08 Thread Paulo Soares
Nothing is given for free. What kind of optimization is done by Acrobat? Font removal, image subset, stream object compression? - Original Message - From: "Dante Notari" <[EMAIL PROTECTED]> To: Sent: Sunday, May 08, 2005 1:44 PM Subject: [iText-questions] Optimizing PDF > Hi all, > I a

Re: [iText-questions] iText-lplanet-SSJS - Pdf Creation Problem-2

2005-05-08 Thread Rajesh
Hi Paulo, Thanks for your advice but where I can get the source code for itext-1.3.jar to recompile in jdk1.2 ? Regards Rajesh - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: Cc: "Rajesh" <[EMAIL PROTECTED]> Sent: Sunday, May 08, 2005 3:36 PM Subject: Re: [iTex

RE: [iText-questions] problems mailing iText PDFs

2005-05-08 Thread Karr, David
Clearly, something about the MIME structure you end up with is different between the two cases. I would guess you're using an attachment content-type that the filter doesn't like to see. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Neil Poska

[iText-questions] Optimizing PDF

2005-05-08 Thread Dante Notari
Hi all, I am starting off with a PDF document with lots of PDF Form fields. I use PDFStamper to 'fill in' data (approx 50KB of data into approx 150 Fields) retrieved from the database. The original PDF is about 600KB, the resulting PDF is 6MB. Using Acrobat itself I can 'optimize' them back down t

Re: [iText-questions] iText-lplanet-SSJS - Pdf Creation Problem-2

2005-05-08 Thread Paulo Soares
In the same place you got the jar. You also have there an ant task to do the chore for you. See: http://sourceforge.net/project/showfiles.php?group_id=15255&package_id=12596&release_id=318436 - Original Message - From: "Rajesh" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>;

Re: [iText-questions] iText-lplanet-SSJS - Pdf Creation Problem-2

2005-05-08 Thread Paulo Soares
iText supports 1.2 but the jar is compiled with 1.4. Compile it yourself with 1.2. - Original Message - From: "Rajesh" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Sunday, May 08, 2005 10:46 AM Subject: Re: [iText-questions] iText-lplanet-SSJS - Pdf Creation Problem-2

Re: [iText-questions] fonts followup and table cell question

2005-05-08 Thread Paulo Soares
PdfPTable.splitLate(false) - Original Message - From: "Justin Lee" <[EMAIL PROTECTED]> To: Sent: Saturday, May 07, 2005 6:09 AM Subject: [iText-questions] fonts followup and table cell question > I "fixed" my font problem by changing the actual font I was using. I > switched to a slig