[iText-questions] Únete a mi red en LinkedIn

2012-01-19 Thread Fernando Alcaraz Fuentes via LinkedIn
LinkedIn Fernando Alcaraz Fuentes requested to add you as a connection on LinkedIn: -- Me gustaría añadirte a mi red profesional en LinkedIn. Accept invitation from Fernando Alcaraz Fuentes http://www.linkedin.com/e/-af3krs-gxmefbjz

[iText-questions] rotation issues

2012-01-19 Thread Stephen More
I have tried multiple ways to rotate the content of a page using 5.1.3, but nothing seems to be working for me. I either get a blank page, or no difference. current working code: com.itextpdf.text.pdf.PdfDictionary pageDict = reader.getPageN( pageNum ); com.itextpd

[iText-questions] sap.SigStandard.Signer is null

2012-01-19 Thread Raffaele
Hi to all, i'm trying to sign a pdf with an external signed hash. the code is: PdfReader reader = new PdfReader(FILE_ORIGINARIO); FileStream fout = new FileStream(FILE_FIRMATO, FileMode.Create, FileAccess.Write); PdfStamper stp = PdfStamper.CreateSignature(reader, fout, '\0

Re: [iText-questions] Washed out (transparent) image

2012-01-19 Thread Paulo Soares
jpg doesn't support transparency and iText doesn't render PNGs, that's the Reader job. I doubt that iText has anything to do with this but you can file a bug ticket at http://sourceforge.net/tracker/?group_id=15255&atid=115255. Include your code, image and the resulting PDF. Paulo

Re: [iText-questions] iText 5.1.4

2012-01-19 Thread Alexis Pigeon
Hi Dániel, 2012/1/18 Dániel Kékesi > Hi, > > Any information on when the next version will be released? I would say, when it's ready :) > Also which main areas will they affect? > AFAIK, there is no public roadmap concerning future releases. However, since iText is an open source library, y