Re: [iText-questions] Not working in WSAD

2007-12-30 Thread Bruno Lowagie
subhas sing wrote: But the same code working fine with RAD - 6. In that case it's not an iText problem (and therefore posting iText code doesn't really make sense). If you have your application working on some application servers, but not on others, you're definitely facing a local configurati

[iText-questions] TextField

2007-12-30 Thread BACQ Jean-sébastien
Salut, J’essaie depuis quelques heures de centrer mes éléments placés dans un TextField avec setChoices( new String[] {« chaine », « chaine 2 », « chaine 3»} » a l’aide de la méthodes setAlignment( Element.ALIGN_CENTER) mais je dois dire que rien ne fonctionne !! Y a-t-il une solution ou ce t

[iText-questions] Not working in WSAD

2007-12-30 Thread subhas sing
Hi, I generated all the PDF file using iText-2.0.7. But I faced some trouble last few days on generating PDF file in WSAD 5 as wel as WAS 5.1. After generating some PDF file (some time in first request and some after 2-4 request) I got - java.io.IOException: The document has no pages

[iText-questions] iText with JSF

2007-12-30 Thread alberto rodriguez
I'm really interested in using iText with JSF. I've seeing the article wrotten at: http://www.opensubscriber.com/message/itext-questions@lists.sourceforge.net/4694363.html and the other at: http://forum.java.sun.com/thread.jspa?threadID=703175&messageID=4213567 and I tried to generate a progr

Re: [iText-questions] [itext-questions] Does iTextSharp supportextended AcroField attributes?

2007-12-30 Thread Stewart Meyers
Yes, thank you. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leonard Rosenthol Sent: Sunday, December 30, 2007 10:48 AM To: Post all your questions about iText here Subject: Re: [iText-questions] [itext-questions] Does iTextSharp supportextended AcroField attributes

Re: [iText-questions] dynamically changing the javascript in a pdf

2007-12-30 Thread Leonard Rosenthol
Why are you changing the field names? Leonard On Dec 29, 2007, at 1:32 AM, radsat wrote: > > Hi, > > I have a pdf which has two fields F1 and F2. F1 is a combo box with > entries > 1, 2, 3. F2 is a read only text box. Whenever the user changes the > combo box > value the text box value is ch

Re: [iText-questions] [itext-questions] Does iTextSharp support extended AcroField attributes?

2007-12-30 Thread Leonard Rosenthol
If the form has "templateDesigner" section, then that form is NOT an AcroForm, but is instead a Designer-based XFA form and thus the extra information is all contained in the XML/XFA in the document and NOT the AcroForm. The AcroForm is a "backwards-compatibility shim"... Leonard On Dec 2

Re: [iText-questions] PdfStamper

2007-12-30 Thread Bruno Lowagie
BACQ Jean-sébastien wrote: Hello, Why when I modify a PDF with PdfStamper my notes (List Box and combobox) are not printed? Do the List and Combo show up on the screen, but not on the printer? That would mean you forgot to set the Print flag of the widget annotations. br, Bruno smime.p7s Des