Re: [iText-questions] rotating text problem

2008-07-11 Thread Bruno Lowagie
Michele Croci wrote: > Hi all, > > first of all thx for this great library! > > I have to rotate text in a table. All works very good for 90° and 270°. > For 180° if the alignment == CENTER ok, otherwise the text is not > displayed in the PDF! > > I simply do the following;: > cell.setRotation(

Re: [iText-questions] Sorry, major typo: PDF sign from hash

2008-07-11 Thread Bruno Lowagie
Andreas Kuehne wrote: > Sorry for asking more questions than giving answers ;-) No need to apologize ;-) Even Socrates thought this was the best method to solve problems. Unfortunately, ancient Greek philosophers aren't that popular anymore these days. br, Bruno --

Re: [iText-questions] adding dynamic content to header issues

2008-07-11 Thread Bruno Lowagie
barik wrote: > Hello . > > I need to add dynamic content to header .the header is generated in a class > extending PdfPageEventHandler.and I am trying to initialize the contents in > OnstartPage() > method .However I am getting only the last values of the list... What list? > How Can it be rect

Re: [iText-questions] Error when verifying signature

2008-07-11 Thread 021336
Update: I was able to get it to work well enough for our situation using iText 1.5 (version where they were using Bouncy Castle capabilities internally vs. the external libraries as is the case now). Obviously, being new to this and working off of code samples I find, it is difficult to know if i

[iText-questions] Arabic text runs LTR using createGraphicsShapes

2008-07-11 Thread carlfreeland
I have read a number of messages regarding Arabic text, and I cannot read Arabic, so cannot verify my opinion, but it looks like the http://itext.ugent.be/library/com/lowagie/examples/directcontent/graphics2D/ArabicText.java sample posted on lowagie.com does not render in the correct direction,

[iText-questions] AUTO: Glen Hamel is out of the office (returning 07/14/2008)

2008-07-11 Thread glen . hamel
I am out of the office until 07/14/2008. I am our of the office on July 11th, and will return July 14th. If you require immediate attention, please contact Roman at [EMAIL PROTECTED] Thank You. Note: This is an automated response to your message [iText-questions] rotating text problem sent on

Re: [iText-questions] footnotes and table

2008-07-11 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Ning Zhao > Sent: Friday, July 11, 2008 4:50 PM > To: Post all your questions about iText here > Subject: [iText-questions] footnotes and table > > Hi, > > I'm trying to build pdf tables with a

[iText-questions] footnotes and table

2008-07-11 Thread Ning Zhao
Hi, I'm trying to build pdf tables with a lot of footnote references in cellsan example can be seen here: http://kursbuch.bahn.de/hafas/kbview.exe/dn/KB_14_h_A.pdf?filename=KB_14_h_A.pdf&orig=sS I know iText might not be the best tool to produce such tables. Still, there are clients who wa

[iText-questions] adding dynamic content to header issues

2008-07-11 Thread barik
Hello . I need to add dynamic content to header .the header is generated in a class extending PdfPageEventHandler.and I am trying to initialize the contents in OnstartPage() method .However I am getting only the last values of the list... How Can it be rectified?so that on each page new values

Re: [iText-questions] Proble HTML to PDF with iText

2008-07-11 Thread Fhomasp
For HTML to PDF conversion you should take a look at the flying saucer project. https://xhtmlrenderer.dev.java.net/ It uses iText as main framework for this kind of thing. It works best with xhtml though. Howard Shank wrote: > > What version of iText are you using? > > Howard Shank > > >

[iText-questions] Sorry, major typo: PDF sign from hash

2008-07-11 Thread Andreas Kuehne
Hi John, I hope I'm wrong but as I understand you work with the hash of the plain PDF ? You need to create the signed PDF upfront and extract _this_ hash ... Transporting the signable hash to the client and the encrypted data back should _NOT_ be a problem, as it is just a byte array. Why d

Re: [iText-questions] PDF sign from hash

2008-07-11 Thread Andreas Kuehne
Hi John, I hope I'm wrong but as I understand you work with the hash of the plain PDF ? You need to create the signed PDF upfront and extract _this_ hash ... Transporting the signable hash to the client and the encrypted data back should be a problem, as it is just a byte array. Why do you fiddl

[iText-questions] PDF sign from hash

2008-07-11 Thread john wine
Hi to everybody, I'm able to sign a document using iText without problem. Now, for performance reason, I need to sign a pdf in two separate steps where: step1) my client (java applet) receive from my server only the hash of the plain pdf, using a certificate (PKCS11), generate something signed and

Re: [iText-questions] Multiple Leadings in a Single Paragraph

2008-07-11 Thread vnug
Thanks for the links. Appreciate the great work you all are doing. If I have any questions, will post back. >> Is your other alias rajeshkatkam? Nope. Have a good day. 1T3XT info wrote: > > vnug wrote: >> Hi: >> >> I was wondering whether it is possible to create a paragraph with a >> mult

Re: [iText-questions] Error when verifying signature

2008-07-11 Thread 021336
Paulo, Here is the file with the signature I am trying to extract the information from: Please let me know if you have any suggestions. 021336 wrote: > > I've also tried iText 2.1.2u with Bouncy Castle libraries 1.36 and receive > the same error. > > In the end, I could use the iText version

Re: [iText-questions] Error when verifying signature

2008-07-11 Thread 021336
I've also tried iText 2.1.2u with Bouncy Castle libraries 1.36 and receive the same error. In the end, I could use the iText version 1.5.4 for my needs without having to use the external Bouncy Catle libraries because all I need to do is extract the information from the digital signature. Using

[iText-questions] rotating text problem

2008-07-11 Thread Michele Croci
Hi all, first of all thx for this great library! I have to rotate text in a table. All works very good for 90° and 270°. For 180° if the alignment == CENTER ok, otherwise the text is not displayed in the PDF! I simply do the following;: cell.setRotation(180) I have searched in the mailing list

Re: [iText-questions] Multiple Leadings in a Single Paragraph

2008-07-11 Thread 1T3XT info
vnug wrote: > Hi: > > I was wondering whether it is possible to create a paragraph with a multiple > Leadings (line spacings). To give more information - I have lines with > multiple fonts and font sizes. How would iTextSharp handle this situation? > We are trying to use iTextSharp to generate a P

Re: [iText-questions] Error when verifying signature

2008-07-11 Thread Paulo Soares
BouncyCastle 1.39 only works with iText 2.1.3 and later. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of 021336 > Sent: Thursday, July 10, 2008 9:20 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Error when ve

[iText-questions] Multiple Leadings in a Single Paragraph

2008-07-11 Thread vnug
Hi: I was wondering whether it is possible to create a paragraph with a multiple Leadings (line spacings). To give more information - I have lines with multiple fonts and font sizes. How would iTextSharp handle this situation? We are trying to use iTextSharp to generate a PDF which would be like

Re: [iText-questions] Error when verifying signature

2008-07-11 Thread Andreas Kuehne
Hi, sounds like an interesting problem ! We are running a verification service ( http://sig-check.eu/ ) using iText, but the crypto-part is done by the iaik crypto provider. Could you please send your strange document ? Greetings Andreas - Original Message From: 021336 <[EMAIL PROT