Re: [iText-questions] opening url in new window

2007-04-06 Thread Paulo Soares
You have the writer but you don't have a document.open(). Paulo - Original Message - From: <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Friday, April 06, 2007 5:51 PM Subject: Re: [iText-questions] opening url in new window Paulo,

Re: [iText-questions] opening url in new window

2007-04-06 Thread tnavarra
Post all your questions about iText here > Assunto: Re: [iText-questions] opening url in new window > > > > Paulo, > > Here is a code sample > > Document document = new Document(); > ByteArrayOutputStream baos = new

Re: [iText-questions] opening url in new window

2007-04-06 Thread Paulo Soares
One of the arguments of PdfAction.javaScript() is a PdfWriter. Paulo De: [EMAIL PROTECTED] em nome de [EMAIL PROTECTED] Enviada: sex 06-Abr-07 16:34 Para: Post all your questions about iText here Assunto: Re: [iText-questions] opening url in new window Paulo

Re: [iText-questions] opening url in new window

2007-04-06 Thread tnavarra
L PROTECTED] > Enviada: sex 06-Abr-07 15:13 > Para: iText-questions@lists.sourceforge.net > Assunto: [iText-questions] opening url in new window > > > > Thank you for your help. > > I am attempting to add a link within the PDF to open a page on the same > domain in a new w

Re: [iText-questions] opening url in new window

2007-04-06 Thread Paulo Soares
De: [EMAIL PROTECTED] em nome de [EMAIL PROTECTED] Enviada: sex 06-Abr-07 15:13 Para: iText-questions@lists.sourceforge.net Assunto: [iText-questions] opening url in new window Thank you for your help. I am attempting to add a link within the PDF to open a

[iText-questions] opening url in new window

2007-04-06 Thread tnavarra
Thank you for your help. I am attempting to add a link within the PDF to open a page on the same domain in a new window. The following opens the link but in the same browser window. Chunk link = new Chunk("<-- view page -->"); link.setAction(PdfAction.gotoRemotePage("http://mydomain/mypage","pag