Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-10 Thread Harshit Bapna
uot; ); //bt is the PushbuttonField with fieldName Confirm. PdfFormField ff = bt.getField(); PdfAction ac = PdfAction.javaScript("this.openX();" , writer); ff.setAction(ac); writer.addAnnotation(ff); On Thu, Jul 9, 2009 at 9:16 PM, Leonard R

Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-09 Thread Leonard Rosenthol
rba...@gmail.com<mailto:hrba...@gmail.com>] Sent: Thursday, July 09, 2009 10:49 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) . Please find my comments inline On Thu, Jul 9, 2009 at 7:4

Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-09 Thread Harshit Bapna
orm won't be recognized. I was wrong in choosing this > approach :( > >I was using XFA form to only display the image rest everything is done > through Acroform(iText) . > > > > Can you give any work around or suggestion to achieve this? > > > > Leon

Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-09 Thread Leonard Rosenthol
to the button. Leonard From: Harshit Bapna [mailto:hrba...@gmail.com] Sent: Thursday, July 09, 2009 10:49 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) . Please find my comments inline On Thu, Jul 9

Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-09 Thread Harshit Bapna
gt; > *To:* Post all your questions about iText here > *Subject:* Re: [iText-questions] Issue faced while PDFStamping on a XFA > Form (having javascript) . > > > > Hi All, > > > > Leonard, Thanks for the reply. > > > > Few more additions. > > 1) I stam

Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-09 Thread Leonard Rosenthol
Leonard -Original Message- From: Paulo Soares [mailto:psoa...@glintt.com<mailto:psoa...@glintt.com>] Sent: Thursday, July 09, 2009 5:01 AM To: Post all your questions about iText here Subject: Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) . I

Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-09 Thread Harshit Bapna
> Sent: Thursday, July 09, 2009 5:01 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Issue faced while PDFStamping on a XFA Form > (having javascript) . > > If you're using a XFA all you can do is fill the fields, that's all i

Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-09 Thread Leonard Rosenthol
2009 9:14 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Issue faced while PDFStamping on a XFA Form > (having javascript) . > > Hi All, > > Summary of the Issue: To display an image in PDF at runtime. > Limitation: The image cannot be embeded

Re: [iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-09 Thread Paulo Soares
xt-questions] Issue faced while PDFStamping on a > XFA Form (having javascript) . > > Hi All, > > Summary of the Issue: To display an image in PDF at runtime. > Limitation: The image cannot be embeded into PDF. > > Approaches: > 1) Using iText and AcroForm I was no

[iText-questions] Issue faced while PDFStamping on a XFA Form (having javascript) .

2009-07-09 Thread Harshit Bapna
Hi All, Summary of the Issue: To display an image in PDF at runtime. Limitation: The image cannot be embeded into PDF. Approaches: 1) Using iText and AcroForm I was not able to achieve this. -- Not successfull 2) I designed a form using LC Designer with an ImageField. I assigned the Base64 encode