: [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
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
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