RE: [iText-questions] Anchor.setReference not loading local file reference

2002-09-06 Thread Dang Nguyen
Title: RE: [iText-questions] Anchor.setReference not loading local file reference I wouldn't say that my forming of the string was incorrect, because in the original form of the code, I could copy-and-paste the link's URL from the PDF into my browser and it would open the do

RE: [iText-questions] Anchor.setReference not loading local file reference

2002-09-06 Thread Paulo Soares
L PROTECTED]] > Sent: Thursday, September 05, 2002 22:45 > To: 'Paulo Soares'; '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Anchor.setReference not loading local > file reference > > I found the cause of my problem. This is what work

RE: [iText-questions] Anchor.setReference not loading local file reference

2002-09-05 Thread Dang Nguyen
Title: RE: [iText-questions] Anchor.setReference not loading local file reference I found the cause of my problem.  This is what worked for me:     Chunk ck = new Chunk(cur_frd.filename(), FontFactory.getFont(FontFactory.HELVETICA, 10, Font.UNDERLINE, new java.awt.Color(0, 0, 255

RE: [iText-questions] Anchor.setReference not loading local file reference

2002-09-04 Thread Dang Nguyen
Title: RE: [iText-questions] Anchor.setReference not loading local file reference Yes, it does.  Thanks for the help.  I will look for further help from Adobe. Thanks, Dang Nguyen -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002

RE: [iText-questions] Anchor.setReference not loading local file reference

2002-09-04 Thread Paulo Soares
o: '[EMAIL PROTECTED]' > Subject: RE: [iText-questions] Anchor.setReference not loading local > file reference > > Nope, still does not open the document. All I get is the "My Computer" > window. > > // add a link to

RE: [iText-questions] Anchor.setReference not loading local file reference

2002-09-04 Thread Dang Nguyen
Title: RE: [iText-questions] Anchor.setReference not loading local file reference Nope, still does not open the document.  All I get is the "My Computer" window.     // add a link to the FRD     paragraph = new Paragraph("FRD:");     paragra

RE: [iText-questions] Anchor.setReference not loading local file reference

2002-09-04 Thread Paulo Soares
ang Nguyen [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 04, 2002 19:03 > To: '[EMAIL PROTECTED]' > Subject: [iText-questions] Anchor.setReference not loading local file > reference > > In my iText-generated PDF document, I am attempting to create an Anchor

[iText-questions] Anchor.setReference not loading local file reference

2002-09-04 Thread Dang Nguyen
Title: Anchor.setReference not loading local file reference In my iText-generated PDF document, I am attempting to create an Anchor which links to a file on the local network, which is accessible to all of our intranet users.  The URL is in the form "file:///S:/path/to/the/file.doc" but it doe