RE: [iText-questions] JavaScript not working

2003-06-26 Thread SARGHI Mircea Ionut
: [iText-questions] JavaScript not working At 12:12 PM +0300 6/26/03, SARGHI Mircea Ionut wrote: >Document document = new Document(psize, 0, 0, 0, 0); >PdfWriter writer = PdfWriter.getInstance(document, new >FileStream("completed.pdf", FileMode.Create)); >PdfAction printAct

RE: [iText-questions] JavaScript not working

2003-06-26 Thread Paulo Soares
To: [EMAIL PROTECTED] > Subject: [iText-questions] JavaScript not working > > Hi guys, > > I am trying to add some javascript to my pdf page. Like this( I am trying > to > print the pdf and then close the doc). > > Document document = new Document

[iText-questions] JavaScript not working

2003-06-26 Thread SARGHI Mircea Ionut
Hi guys, I am trying to add some javascript to my pdf page. Like this( I am trying to print the pdf and then close the doc). Document document = new Document(psize, 0, 0, 0, 0); PdfWriter writer = PdfWriter.getInstance(document, new FileStream("completed.pdf", FileMode.Create)); PdfAction printAc