Re: [iText-questions] Superimposing / Minor aberrations

2010-02-04 Thread Jan-Hendrik Lendholt
Okay, so I inverted the whole thing: I took the template, added as many pages as the text pdf has and added afterwards with getOverContent the text. And now it fits to 100% :-) Am 03.02.10 18:18 schrieb 1T3XT info unter i...@1t3xt.info: Jan-Hendrik Lendholt wrote: If I just print the file

Re: [iText-questions] XFA XmlDigSig signature.

2010-02-04 Thread Andreas Kuehne
Hi Christian, I'm not familiar with XFA but I would state that it's a bad idea to change the SignatureProperties _after_ signing. You didn't attach the XML signature as text but usually it got a reference to the SignatureProperties to have them protected by the signature. Modifying usually

Re: [iText-questions] Empty Signature field in PDF

2010-02-04 Thread Leonard Rosenthol
If the signature is coming out rotated on a given page, that means that the page itself has a /Rotate key on it. Your code will need to detect that and give your annotation a counter-rotation. -Original Message- From: Pardha1 [mailto:pardha.re...@pw.utc.com] Sent: Wednesday, February

Re: [iText-questions] Cpn

2010-02-04 Thread Leonard Rosenthol
iText doesn't not support this. Why would you want to do turn a happy, healthy, open standard-based PDF into a yucky old proprietary TIFF anyway?? -Original Message- From: Raja Mohammed [mailto:raja.moham...@servion.com] Sent: Thursday, February 04, 2010 2:35 AM To: Post all your

[iText-questions] Conversion of Excel !

2010-02-04 Thread Ashwath Krishna
Well , i know it isnt possible to directly convert an excel sheet to a pdf file. What i wanna know is , How to create a pdf using the data from an excel sheet parsed using POI . ! . How can i capture the data and create the pdf ? Thanks in advance , Ashwath -- View this message in context:

Re: [iText-questions] Embedding zapfdingbats font for bulleted list

2010-02-04 Thread Phil Newman
Thanks for the suggestion. I will have to try this in a couple of days as i dont have the time right now. I'll let you know the results. Many thanks, Phil 1T3XT info wrote: OK, I was just checking. Passing the encoding should be OK. ZapfDingbats normally has one built-in encoding.

Re: [iText-questions] Does not get an image from a servelt

2010-02-04 Thread Mike Marchywka
Date: Thu, 4 Feb 2010 08:01:36 +0100 From: i...@1t3xt.info To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] Does not get an image from a servelt Donald Jayawardena wrote: Thanks for your solution. Once the main

[iText-questions] Exception suppressed in iText API

2010-02-04 Thread mamueller
I have a pdf implementation which uses itext. If my implementation calls com.lowagie.text.pdf.PdfSignatureAppearance.close(PdfDictionary) and the originalout.close() fails, my implementation does not notice the error because the IOException won't be forwarded although in the signature of the

[iText-questions] Itext doesn´t work with Barcod e128 Font

2010-02-04 Thread Claudia Murialdo
I'm using itext to generate a PDF document using a true type font for BarCode128. The problem is that the start and stop characters are not printed. The text is: ‰A)'=_Xwè!-Wèèè1F0èBÀ~UŠ It corresponds to the string 3309072963568700011355003017381600349594 converted to Barcode 128. It is a

Re: [iText-questions] Conversion of Excel !

2010-02-04 Thread Cameron Laird
On Thu, Feb 4, 2010 at 4:48 AM, Ashwath Krishna ashwath.krishna.iyen...@oracle.com wrote: Well , i know it isnt possible to directly convert an excel sheet to a pdf file. What i wanna know is , How to create a pdf using the data from an excel sheet parsed using POI . ! . How can i capture

Re: [iText-questions] Empty Signature field in PDF

2010-02-04 Thread Pardha1
I found the problem where it is I am using the following code. In this code, i am using the rotate function to make sure my PDF to show up in Landscape format. This is causing the issue. I cant change my PDF display from Landscape to portrait now. I tried to find a right method to modify this.

Re: [iText-questions] Itext doesn´t work with Barcode1 28 Font

2010-02-04 Thread Mark Storer
1) Does your string contain the start/stop characters checksum already? If not, you won't see them. 2) Just because it's a valid string doesn't mean its a valid Barcode128 string. Each symbology has its own requirements. The online barcode generator at

Re: [iText-questions] illegal operation 'q' inside a text object

2010-02-04 Thread AVULA HARISH
I knew that, i was able to read part of the code. i was using addTemplate() in between BT and ET, and the issue is fixed. thanks a ton for your help. One thing i realized is for 9.0 + version of acrobat, this didn't come up. Thanks Harish On Thu, Feb 4, 2010 at 1:44 AM, 1T3XT info

Re: [iText-questions] get image into pdf

2010-02-04 Thread Peter B. West
When NetBeans (6.8) starts a Tomcat (6.0.20) instance, the configuration for the instance is found in ~/.netbeans/6.8/apache-tomcat-6.0.20_base. Have a look in there. I'm assuming that NB sets CATALINA_BASE to this value to run the instance. I'm just starting to look at Tomcat myself, and I'm an

Re: [iText-questions] get image into pdf

2010-02-04 Thread 1T3XT info
Peter B. West wrote: When NetBeans (6.8) starts a Tomcat (6.0.20) instance, the configuration for the instance is found in ~/.netbeans/6.8/apache-tomcat-6.0.20_base. Have a look in there. I'm assuming that NB sets CATALINA_BASE to this value to run the instance. Thanks for the feedback. I'm

Re: [iText-questions] Conversion of Excel !

2010-02-04 Thread Ashwath Krishna
Exactly !! That IS my requirement. I want an exact photocopy of my excel in a pdf file. Regardless of what data i have in my Excel. And by the way , i would like to do it using iText . The reason being this is part of an application developed using Java.. Cameron Laird-5 wrote: On Thu,

Re: [iText-questions] Conversion of Excel !

2010-02-04 Thread 1T3XT info
Ashwath Krishna wrote: Exactly !! That IS my requirement. I want an exact photocopy of my excel in a pdf file. Regardless of what data i have in my Excel. That's a project on its own. You're developing a new product! There's no out-of-the-box solution for this. -- This answer is provided by