RE: [iText-questions] javascript

2003-02-13 Thread Paulo Soares
That's javascript for the pdf, it has nothing to do with the browser. Best Regards, Paulo Soares > -Original Message- > From: Pablo Jimenez [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 12:43 > To: itext > Subject: [iText-questions] javascript > > Hello, > > I hav

Re: [iText-questions] JavaScript execution

2003-10-16 Thread Leonard Rosenthol
At 9:36 AM -0700 10/15/03, Adrian Fisher-Fleming wrote: Is it possible to execute/call a previously embedded piece of JavaScript code using iText? No. The only thing that can execute PDF JavaScript is Adobe Acrobat. Leonard --

RE: [iText-questions] JavaScript not working

2003-06-26 Thread Paulo Soares
The reader only supports a small part of the full javascript. In the documentation you have the javascript that the Reader supports. Best Regards, Paulo Soares > -Original Message- > From: SARGHI Mircea Ionut [SMTP:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 10:13 > To: [EMAIL PRO

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 and PDF Anchor

2003-07-10 Thread Leonard Rosenthol
At 10:41 AM +0530 7/10/03, SATHISH Sreedharan wrote: c.setAnchor("javascript:onLoad=window.open('http://www.yahoo.com','popup','').focus();void(0);"); This shouldn't work at all - esp. with Acrobat 6. The support for the "javascript" URL type was an unfortunate security hole introduced during t

RE: [iText-questions] Javascript and PDF Anchor

2003-07-10 Thread SATHISH Sreedharan
To: SATHISH Sreedharan; [EMAIL PROTECTED] Subject: Re: [iText-questions] Javascript and PDF Anchor At 10:41 AM +0530 7/10/03, SATHISH Sreedharan wrote: >c.setAnchor("javascript:onLoad=window.open('http://www.yahoo.com','popup','').focus();void(0);");

RE: [iText-questions] Javascript and PDF Anchor

2003-07-10 Thread Leonard Rosenthol
At 06:05 PM 7/10/2003 +0530, SATHISH Sreedharan wrote: Now, if my requirement is that i want to display an alert from a pdf, then is there any way to do this. Use Acrobat JavaScript as the action NOT browser JavaScript (which is what you were doing). app.alert("This is an alert")

RE: [iText-questions] Javascript and PDF Anchor

2003-07-10 Thread SATHISH Sreedharan
PROTECTED] Sent: Thursday, July 10, 2003 9:25 PM To: SATHISH Sreedharan; [EMAIL PROTECTED] Subject: RE: [iText-questions] Javascript and PDF Anchor At 06:05 PM 7/10/2003 +0530, SATHISH Sreedharan wrote: >Now, if my requirement is that i want to display an alert from a pdf, then >is there a

RE: [iText-questions] Javascript and PDF Anchor

2003-07-10 Thread SATHISH Sreedharan
Hi Leonard, Thanks a lot for your timely help.It has worked for me. Lots and Lots of Thanks again Sathish -Original Message- From: Leonard Rosenthol [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 9:25 PM To: SATHISH Sreedharan; [EMAIL PROTECTED] Subject: RE: [iText-questions

RE: [iText-questions] Javascript and PDF Anchor

2003-07-11 Thread Leonard Rosenthol
At 9:10 AM +0530 7/11/03, SATHISH Sreedharan wrote: Can you point me to some site where I can find some more documentation on this as this seems to be very interesting and I wud like to know more abt this topic. In the Help menu of Adobe Acrobat 5 (FULL product, not Reader) is the complete Jav

RE: [iText-questions] Javascript are not getting copied in PDFCop y

2003-09-16 Thread Paulo Soares
PdfCopy only copies pages not other objects at a global level. Furthermore only a single file can have fields, the other files must be flattened before concatenating. Best Regards, Paulo Soares > -Original Message- > From: Sivasubramanian Gurunathan [SMTP:[EMAIL PROTECTED] > Sent: Tuesday

RE: [iText-questions] Javascript are not getting copied in PDFCop y

2003-09-17 Thread Sivasubramanian Gurunathan
Hi, Thanks for the response. If PdfCopy copies only pages, can you tell me why only some part of the JavaScript is copying from the original pdf.? Only partial javascript is getting copied because of that I am getting the script error. Can you please advice me how to prevent that? Further to tha

RE: [iText-questions] Javascript are not getting copied in PDFCop y

2003-09-18 Thread Paulo Soares
> -Original Message- > From: Sivasubramanian Gurunathan [SMTP:[EMAIL PROTECTED] > Sent: Thursday, September 18, 2003 5:09 > To: Paulo Soares; [EMAIL PROTECTED] > Subject: RE: [iText-questions] Javascript are not getting copied in > PDFCop y > > Hi, >