[iText-questions] Setting Unicode text in Signature appearance

2006-10-11 Thread Wahaj Khan
Hi All, I am trying to set Unicode text e.g. Chinese in the signature appearance of a signature. When I do that I get boxes in the resultant signed pdf. Looking at the examples and tutorials it seems that the only way to show Unicode text is to set text as String text1 = "This text has \u0634\u06

[iText-questions] Setting Unicode text in Signature appearance

2006-10-11 Thread Wahaj Khan
Hi All, I am trying to set Unicode text e.g. Chinese in the signature appearance of a signature. When I do that I get boxes in the resultant signed pdf. Looking at the examples and tutorials it seems that the only way to show Unicode text is to set text as String text1 = "This text has \u0634\u06

[iText-questions] Example of Row-span in PdfPTable

2006-10-11 Thread Vishal Lavti
Hi All, I am interested in creating following structure using PdfPTable. Can anyone tell me how can I Implement it in PdfPTable? Nested Table does not seems to work as they reside within the cell. My requirement is to show splitted rows as below: ---

Re: [iText-questions] Ceating an editable and savable pdf form using iText java library

2006-10-11 Thread Jyot . Singh
Leonard - You Rock !!. Leonard Rosenthol <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 10/11/2006 04:20 PM Please respond to Post all your questions about iText here To [EMAIL PROTECTED], itext-questions@lists.sourceforge.net cc Subject Re: [iText-questions] Ceating an edit

Re: [iText-questions] Bug? com.lowagie.text.ImgPostscript and EPS rectstroke

2006-10-11 Thread Carsten Hammer
Hi Patrick, Patrick Middleton schrieb: > I'm using itext-1.4.5.jar with TestEps.java (derived from eps.java in > examples-155) with an EPS file. > > I'm getting > "DocumentException: DocumentException: DocumentException: > java.lang.IllegalStateException: Null token encountered; last unknown

Re: [iText-questions] Ceating an editable and savable pdf form using iText java library

2006-10-11 Thread Leonard Rosenthol
At 3:31 PM -0400 10/11/06, [EMAIL PROTECTED] wrote: >Can the "after processing" of the pdf be done automatically by >calling some apis? yes, the Reader Extensions server comes with a Java API. > Or Can the LiveCycle server be configured to automatically apply >the "magic" on the creat

Re: [iText-questions] Ceating an editable and savable pdf form usingiText java library

2006-10-11 Thread Jyot . Singh
Mark, Unfortunately, that is the requirement for the project. The end users don't have access to the internet but can receive emails (only SMTP Access). And this is the reason why we have to use pdf form rather than a basic html form on the web-server,  which could have been a straight forward sol

Re: [iText-questions] Ceating an editable and savable pdf form using iText java library

2006-10-11 Thread Jyot . Singh
Leonard - Thank you for your response, Very helpful. Now, it seems we do have some options. However, I do have one more question for you - Can the "after processing" of the pdf be done automatically by calling some apis? Or Can the LiveCycle server be configured to automatically apply the "magic"

Re: [iText-questions] Ceating an editable and savable pdf form usingiText java library

2006-10-11 Thread Mark Storer
>Our requirement is sending the pdf form via email to end users who fill out the form > and send it back to us, we then extract the filled data and process it.   I'd say you need to reexamine your requirements.   Unless there's a digital signature involved (which means "no Reader" anyway,

Re: [iText-questions] Ceating an editable and savable pdf form using iText java library

2006-10-11 Thread Leonard Rosenthol
At 2:16 PM -0400 10/11/06, [EMAIL PROTECTED] wrote: >Is it possible to create an editable and a savable pdf form using >iText java library to be viewed by Adobe Reader? Not alone, no. >I understand a pdf form can have edit/save capability by using Adobe >Extensions but since we are cre

Re: [iText-questions] Ceating an editable and savable pdf form usingiText java library

2006-10-11 Thread Paulo Soares
The only way to do it is to submit the form to some web server. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, October 11, 2006 7:16 PM Subject: [iText-questions] Ceating an editable and savable pdf form usingiText java library > Is it possible to create an

Re: [iText-questions] exception in PdfContentByte.localDestination

2006-10-11 Thread Paulo Soares
PdfCopy doesn't allow to add any content, only full pages. Use PdfStamper. Paulo - Original Message - From: "Jingrong Chen" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 11, 2006 7:25 PM Subject: [iText-questions] exception in PdfContentByte.localDestination Hi, I am trying to rea

[iText-questions] exception in PdfContentByte.localDestination

2006-10-11 Thread Jingrong Chen
Hi,  I am trying to read in a pdf file, add some named destination then save them to a new file. Here’s my code:     int pages = reader.getNumberOfPages();       Document document  = new Document( reader.getPageSizeWithRota

[iText-questions] Ceating an editable and savable pdf form using iText java library

2006-10-11 Thread Jyot . Singh
Is it possible to create an editable and a savable pdf form using iText java library to be viewed by Adobe Reader? I understand a pdf form can have edit/save capability by using Adobe Extensions but since we are creating pdf form on-the-fly we can't really use the extension feature. Our requiremen

Re: [iText-questions] inadmissible procedure ("Tm") outside of textobject

2006-10-11 Thread Andreas Huhn
thank you, i forgot beginText()Andreas2006/10/11, Paulo Soares <[EMAIL PROTECTED]>: setTextMatrix() must be between a beginText()/endText().Paulo> -Original Message-> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On> Behalf Of Andreas Huhn> Sent: Wednesday, October 11, 2006 1:40 PM >

[iText-questions] page number

2006-10-11 Thread Henry Lu
Could someone show me how to set/reset page number at anytime? in RTF, how do we set page number inside of document? It seems to me that no matter what I do, page number always start 1, 2, how do we use document.setPageNumber(int) function to set an arbitrary number? Or should we use another fu

Re: [iText-questions] modify pdf font

2006-10-11 Thread Leonard Rosenthol
Title: Re: [iText-questions] modify pdf font At 4:46 PM +0200 10/11/06, mahmoudi ould abdel vetah wrote: i use fop 0.20.5 and as you can see here http://xmlgraphics.apache.org/fop/0.20.5/fonts.html     That helped - thanks!     So certain TTF fonts, when processed by FOP, will end up un

Re: [iText-questions] modify pdf font

2006-10-11 Thread mahmoudi ould abdel vetah
hi leonard and thank's   i don't know if i can post the pdf due to confidentiality level (but i will ask my boss). i use fop 0.20.5 and as you can see here http://xmlgraphics.apache.org/fop/0.20.5/fonts.html   according to the used font the output pdf will not have searching/cut-paste etc... activ

Re: [iText-questions] modify pdf font

2006-10-11 Thread Leonard Rosenthol
At 4:12 PM +0200 10/11/06, mahmoudi ould abdel vetah wrote: >i have some pdf generated by using apache/fop but serching terms is >not possible due to the used font. It has nothing to do with the font - and switching fonts won't help you. Can you post the PDF in question - and I

Re: [iText-questions] inadmissible procedure ("Tm") outside of textobject

2006-10-11 Thread Paulo Soares
setTextMatrix() must be between a beginText()/endText(). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Andreas Huhn > Sent: Wednesday, October 11, 2006 1:40 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] ina

Re: [iText-questions] modify pdf font

2006-10-11 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of mahmoudi ould abdel vetah > Sent: Wednesday, October 11, 2006 3:13 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] modify pdf font > > thank's for your helps. >

Re: [iText-questions] modify pdf font

2006-10-11 Thread mahmoudi ould abdel vetah
thank's for your helps.   i have some pdf generated by using apache/fop but serching terms is not possible due to the used font. and i'm looking for a tool or method in order to activate "search". my first idea is to change their font in another one which allow "searching terms" and now that i know

[iText-questions] inadmissible procedure ("Tm") outside of text object

2006-10-11 Thread Andreas Huhn
hi there, its me again..."inadmissible procedure ("Tm") outside of text object"  is a message (translated, so might be slightely different from the original english message, may be "unallowed" fits better) if i open a document i just created with iText. i dont get that if i open other pdf-documents

Re: [iText-questions] modify pdf font

2006-10-11 Thread Leonard Rosenthol
At 2:30 PM +0200 10/11/06, mahmoudi ould abdel vetah wrote: >I'm new to itext and I want to know if it's possible to read a pdf >file in order to change only his font? and so have a new pdf (the >same) with the a font. It's possible - but it will require that you understand low level PD

Re: [iText-questions] modify pdf font

2006-10-11 Thread Paulo Soares
See http://article.gmane.org/gmane.comp.java.lib.itext.general/25531. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of mahmoudi ould abdel vetah > Sent: Wednesday, October 11, 2006 1:31 PM > To: iText-questions@lists.sourceforge.net > Subj

[iText-questions] modify pdf font

2006-10-11 Thread mahmoudi ould abdel vetah
hello,   I'm new to itext and I want to know if it's possible to read a pdf file in order to change only his font? and so have a new pdf (the same) with the a font.   thank's for your help.   ps: I don't want to modify the pdf content but only change "arial" font in "Times"

Re: [iText-questions] CRL certificate revocation list

2006-10-11 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Miquel Golobart > Sent: Wednesday, October 11, 2006 12:09 PM > To: iText-questions@lists.sourceforge.net > Subject: [iText-questions] CRL certificate revocation list > > Hi, > > I'm developing a

[iText-questions] CRL certificate revocation list

2006-10-11 Thread Miquel Golobart
Hi, I’m developing a C# (.NET 1.1) + itextsharp (v 3.1.5) application to sign PDF files.   There’s no problem to sign and verify (withouth crl) the files.   We use iTextSharp.text.pdf.PdfPKCS7.VerifyCertificates in order to verify the electronic signature,   One of the parameters of

Re: [iText-questions] force line break

2006-10-11 Thread Paulo Soares
\n is the escaped 0x0a and will only work in a literal compiled string, not from a database, for example. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Noe Rocha > Sent: Wednesday, October 11, 2006 11:33 AM > To: itext-questions@lists.s

[iText-questions] force line break

2006-10-11 Thread Noe Rocha
hi can i force a line break in a textfield anotation (multiline option). ex: let's say i have an address: Noe Amorim da Rocha Avenida da Liberdade - 444 Viana do Castelo i was trying to force the line braking by addind "\n\r" or "\n" in "Noe Amorim da Rocha\n\r Avenida da Liberdade\n\r

Re: [iText-questions] Semi-transparent Stickers

2006-10-11 Thread Paulo Soares
http://itextdocs.lowagie.com/tutorial/directcontent/colors/index.html#tr ansparency Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Aldo Buratti > Sent: Wednesday, October 11, 2006 12:24 AM > To: itext-questions@lists.sourceforge.net > Su

Re: [iText-questions] header and footer when creating pdf documents

2006-10-11 Thread Paulo Soares
Look for page events in the tutorial. Paulo > -Original Message- > From: James Farren [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 11, 2006 9:13 AM > To: Paulo Soares > Cc: itext-questions@lists.sourceforge.net > Subject: header and footer when creating pdf documents > > Hi! >

Re: [iText-questions] How to count lines in a multiline form textfield?

2006-10-11 Thread Paulo Soares
If you're not going to change it any further just get the field positions with AcroFields.getFieldPositions() and fill that space with ColumnText. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Marcin Owsiany > Sent: Wednesday, October 11

Re: [iText-questions] How to count lines in a multiline form text field?

2006-10-11 Thread Marcin Owsiany
I won't be giving the form file for anyone to edit, so it's not going to be modified any further. Thanks for the hint, I'll have a look at TextField source. Marcin - Using Tomcat but need to do more? Need to support web serv

[iText-questions] header and footer when creating pdf documents

2006-10-11 Thread James Farren
Hi!Is there a built-in support for header and footer in creation of PDF documents?Thanks!JF - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to ma