Re: [iText-questions] Rebuild failed: trailer not found; Original message: PDF startxref not found

2008-07-03 Thread Archana Nagesh
Hi Bruno, Thanks a lot for your quick reply. I am generating 2 separate files USING iText. I am merging them later. The first file is always getting generated. But the second file gets generated MOST OF THE TIMES..but sometimes it gives the error. I am closing the documents and also not adding an

Re: [iText-questions] setEncryption

2008-07-03 Thread Bruno Lowagie
Ashwani Kumar Singh wrote: > Is there any other way I can avoid third party library for > encryption...because pdf generated inside web application generate pdf > with encryption without the third party lib. Er... if you are generating PDF with iText, you are already using a Third Party library.

Re: [iText-questions] Rebuild failed: trailer not found; Original message: PDF startxref not found

2008-07-03 Thread Bruno Lowagie
Archana Nagesh wrote: > Hi, > > I am generating a PDF using iText. > In most cases the PDF generation is successful. But sometimes I get the > following error (this error is a random one): > > Rebuild failed: trailer not found; Original message: PDF startxref not found Are these PDFs generated

[iText-questions] Rebuild failed: trailer not found; Original message: PDF startxref not found

2008-07-03 Thread Archana Nagesh
Hi, I am generating a PDF using iText. In most cases the PDF generation is successful. But sometimes I get the following error (this error is a random one): Rebuild failed: trailer not found; Original message: PDF startxref not found I will be grateful if I can get a solution for this. I am usin

Re: [iText-questions] setEncryption

2008-07-03 Thread Ashwani Kumar Singh
Thanks for the reply Lar... Is there any other way I can avoid third party library for encryption...because pdf generated inside web application generate pdf with encryption without the third party lib. I searched inside the weblogic jar...couple of jar has 'ASN1OctetString.class' but they have di

Re: [iText-questions] setEncryption

2008-07-03 Thread Lars Eirik Rønning
There are some dependencies to the BouncyCastle classes when using the encryption.. You need to get this as a third party library.. Make sure that jar is in your class path and your problem should go away.. Hope that helps you. Lars On Thu, Jul 3, 2008 at 11:46 PM, Ashwani Kumar Singh <[EMAIL PRO

[iText-questions] setEncryption

2008-07-03 Thread Ashwani Kumar Singh
Hi, In my application, we generate PDF from web application and also from a thread [using simple java pgm]. Both process calls the same class which generates the pdf. When we generate pdf from application [thru URL], setEncryption works fine. But when I execute it through thread I get "java.lang

Re: [iText-questions] problem with Agency FB font, iText Graphics2D, and scaling

2008-07-03 Thread Mark Storer
Agency FB doesn't have a separate italic font, so AWT throws a 0.15 skew in. Arial does have an italic version, so no funny business with its transform. At 14 points, with a normal scale, AgencyFB looks fine and dandy Your matrix: 1 0 0.15 1 X Y When you crank the font size way up and scale it

Re: [iText-questions] iText & eId

2008-07-03 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: > Hello, > > > Could you tell me if the contents of following link is still up to date, > or are there other options to sign an pdf on line (in Java). > > http://itext.ugent.be/articles/eid-pdf/ I'm sure your colleagues at iDA (also Cronos) will be able to provide you

[iText-questions] iText & eId

2008-07-03 Thread Chris.Noe
Hello, Could you tell me if the contents of following link is still up to date, or are there other options to sign an pdf on line (in Java). http://itext.ugent.be/articles/eid-pdf/ tnx, Chris Noë Sofware Developer Cronos NV -

Re: [iText-questions] itext pdf getting blocked by comcast?

2008-07-03 Thread FlyingBuzz
Well i figure out what part of itext made it think it is spam. It is a interesting problem. The itext have a png file that have a solid background becomes marked as spam or something and cant email at all. If the png have a transparent background it works and sends. The solid background png c