Re: [iText-questions] Anchor problem, generates strange reference

2009-09-11 Thread 1T3XT info
G_M wrote: > It doesn't work. > What I'm trying to understand is why adobe reader puts a word at the end of > the link??? even when watching the contents it shows the link with the > correct URL. You've just established that the problem isn't caused by iText. -- This answer is provided by 1T3XT

Re: [iText-questions] Anchor problem, generates strange reference

2009-09-11 Thread G_M
It doesn't work. What I'm trying to understand is why adobe reader puts a word at the end of the link??? even when watching the contents it shows the link with the correct URL. 1T3XT info wrote: > > G_M wrote: >> It works but can I do something in Java? it's because it's a pdf sended >> via >

Re: [iText-questions] Anchor problem, generates strange reference

2009-09-10 Thread 1T3XT info
G_M wrote: > It works but can I do something in Java? it's because it's a pdf sended via > email and thus I can't tell the clients to do this, I think it's > understandable. Avoid using http:// Whenever Adobe Reader sees this, it wants to convert it to a link (unless you change the preferences).

Re: [iText-questions] Anchor problem, generates strange reference

2009-09-10 Thread G_M
It works but can I do something in Java? it's because it's a pdf sended via email and thus I can't tell the clients to do this, I think it's understandable. Also there is another problem, when making a complete accessibility validation it tells there's and object not in the tree structure (excuse

Re: [iText-questions] Anchor problem, generates strange reference

2009-09-10 Thread 1T3XT info
G_M wrote: > Hi, I'm using anchor object to generate a link to a web page, the font used > is underlined and the strange part comes when hover the link the chars > reference well to the page but the line(underline) links to the same page > but with a word concatenated at the end (the word is part o

[iText-questions] Anchor problem, generates strange reference

2009-09-10 Thread G_M
Hi, I'm using anchor object to generate a link to a web page, the font used is underlined and the strange part comes when hover the link the chars reference well to the page but the line(underline) links to the same page but with a word concatenated at the end (the word is part of the pdf but the

[iText-questions] Anchor & URLs

2008-10-08 Thread William Rickards
What am I doing wrong? I have a table. At the end or beginning of the table I want a cell which has the text "Email" and it should be a url link to the actual email. It will be a network path like \\servername\sharename\foldername\filename.msg. What I've tried so far: Note that all the previous

[iText-questions] anchor class for internal links in RTF

2007-02-19 Thread Raghu
Hi , Example from below link is working for HTML . itextdocs.lowagie.com/tutorial/objects/anchors/index.html But not for RTF. please check the code ,I am trying to do exactly given in sample example. I think i am missing something some where.. 1 Section: Please visit my section

RE: [iText-questions] Anchor object in a PdfPTable is not executable

2005-04-14 Thread Paulo Soares
Use the latest iText version. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Martin Nemitz > Sent: Thursday, April 14, 2005 11:05 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Anchor obj

[iText-questions] Anchor object in a PdfPTable is not executable

2005-04-14 Thread Martin Nemitz
hi, I'm using the iText framework to create some pdf output. Using an Anchor instance in a PdfPTable I have a problem I can not fix. The Anchor instance (a Hyperlink) is displayed in the table using the format I had choosen, but is not executable. Using the same Anchor in a paragraph or in a tab

Re: [iText-questions] anchor in a template

2005-01-09 Thread Paul Krasucki
f = new Paragraph("link: "); > ref.add(ck); > > > - Original Message - > From: "Paul Krasucki" <[EMAIL PROTECTED]> > To: "Paulo Soares" <[EMAIL PROTECTED]>; > > Sent: Sunday, January 09, 2005 1:33 PM > Subject: Re: [iText-question

Re: [iText-questions] anchor in a template

2005-01-09 Thread Paulo Soares
To: "Paulo Soares" <[EMAIL PROTECTED]>; Sent: Sunday, January 09, 2005 1:33 PM Subject: Re: [iText-questions] anchor in a template > Thanks for your response. If the example were working > with anchors, it would solve the problem, but it > doesn't: the same anchor obj

Re: [iText-questions] anchor in a template

2005-01-09 Thread Paul Krasucki
n an existing > pdf you'll get better results with PdfStamper. > > > - Original Message ----- > From: "Paul Krasucki" <[EMAIL PROTECTED]> > To: "Paulo Soares" <[EMAIL PROTECTED]>; > > Sent: Saturday, January 08, 2005 9:04 PM >

Re: [iText-questions] anchor in a template

2005-01-09 Thread Paulo Soares
"Paul Krasucki" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; Sent: Saturday, January 08, 2005 9:04 PM Subject: RE: [iText-questions] anchor in a template > Thanks, information helps, but problem still > unsolved... Is there any other way aro

RE: [iText-questions] anchor in a template

2005-01-09 Thread Paul Krasucki
PdfWriter.getDirectContentUnder(). > > > -Original Message- > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > On > > Behalf Of Paul Krasucki > > Sent: Saturday, January 08, 2005 1:06 PM > > To: Paulo Soares; > itext-questions@lists.sourcefor

RE: [iText-questions] anchor in a template

2005-01-08 Thread Paulo Soares
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Paul Krasucki > Sent: Saturday, January 08, 2005 1:06 PM > To: Paulo Soares; itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] anchor in a template > > Thanks for the answer - here is cla

Re: [iText-questions] anchor in a template

2005-01-08 Thread Paul Krasucki
Krasucki" <[EMAIL PROTECTED]> > To: > Sent: Saturday, January 08, 2005 2:24 AM > Subject: [iText-questions] anchor in a template > > > > I need to add an anchor (external link) to a > template > > and I could not find it

Re: [iText-questions] anchor in a template

2005-01-08 Thread Paulo Soares
Links are always relative to the page so, depending on what you call 'template' it may or may not be doable. - Original Message - From: "Paul Krasucki" <[EMAIL PROTECTED]> To: Sent: Saturday, January 08, 2005 2:24 AM Subject: [iText-questions] anchor in a tem

[iText-questions] anchor in a template

2005-01-08 Thread Paul Krasucki
I need to add an anchor (external link) to a template and I could not find it in any of the examples. Help will be greatly appreciated. Thanks, -Paul __ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com --

Re: [iText-questions] Anchor is disabled when added to a PdfPCell

2004-12-16 Thread Paulo Soares
Use Chunk.setAnchor(). - Original Message - From: "Anri Adzhiashvili" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 15, 2004 9:06 PM Subject: [iText-questions] Anchor is disabled when added to a PdfPCell > Hello, > > When I create

[iText-questions] Anchor is disabled when added to a PdfPCell

2004-12-16 Thread Anri Adzhiashvili
Hello, When I create an Anchor and pass it into the constructor of a PdfPCell, for instance... Anchor linkAnchor = new Anchor("[EMAIL PROTECTED]", FontFactory.getFont("Arial", 11, Font.UNDERLINE, Color.BLUE)); linkAnchor.setReference("mailto:[E

RE: [iText-questions] Anchor shows, but doesn't work in PdfPTable ...

2004-05-04 Thread Paulo Soares
Use Chunk.setAnchor(). Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Michael K > Sent: Tuesday, May 04, 2004 3:27 AM > To: itext-questions > Subject: [iText-questions] Anchor shows, but doesn&#

[iText-questions] Anchor shows, but doesn't work in PdfPTable ...

2004-05-03 Thread Michael K
Hello, I have PdfPTable and one cell has a Phrase that has an Anchor. Anchor text is showing up as defined in Blue and underlined, but it isn't clickable and no tooltip with reference. In example I saw how to use Anchor with Table, Can I use PdfPTable instead Table? I don't want loose getDefault

[iText-questions] Anchor reference text doesn't show up in result PDF ... (HTML to PDF)

2004-05-03 Thread Michael K
Hello all, source html has: Some texthttp://site.com";>click here The result PDF has just: Some text where reference is missing Does reference work in SAXiTextHandler? What I'm missing? Thanks. --- This SF.Net email is sponsored by: Ora

Re: [iText-questions] Anchor in columntext?

2004-04-08 Thread Paulo Soares
Chunk.setAnchor() - Original Message - From: "Ross Presser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 08, 2004 16:32 Subject: [iText-questions] Anchor in columntext? Is it possible to place a link in columntext? I tried creating an anc

[iText-questions] Anchor in columntext?

2004-04-08 Thread Ross Presser
Is it possible to place a link in columntext? I tried creating an anchor and using .AddText(); although it did not generate an error (because anchor derives from phrase), no link showed up, just the text. Ross Presser · Imtek, Inc. · Network Administrator · MCSE NEO organizes my Outlook - check

[iText-questions] anchor to external URL w/ new browser window

2003-10-29 Thread Patricia Bershak
I'm generating PDF files containing links to external URLs. When I click on a link I want to open a new browser window. Is it possible to do this with iText? I tried doing something like this: anchor.setReference( "javascript:window.open('http://www.yahoo.com', 'Hello', '');" ); It didn't work

RE: [iText-questions] Anchor behavior

2003-08-04 Thread Paulo Soares
ext-Questions (E-mail) > Subject: [iText-questions] Anchor behavior > > I receive an exception ExceptionConverter: java.lang.RuntimeException: The > name 'anchor2' has no local destination., when trying to execute the > following simple program. > > If I ch

[iText-questions] Anchor behavior

2003-08-04 Thread Carmona Perez, David
I receive an exception ExceptionConverter: java.lang.RuntimeException: The name 'anchor2' has no local destination., when trying to execute the following simple program.   If I change   anchor1.setName(" "); by   anchor1.setName("something");   then the document is generated

Re: [iText-questions] Anchor

2003-02-19 Thread Ricky M. Codizar
Thanks a lot Bruno. (B (BUntil next time. (B (BBruno $B$5$s$O=q$-$^$7$?(B: (B>Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: (B> (B>> Hi! (B>> (B>> Just a bit of curiosity about the Anchor class. In the sample code below: (B>> (B>> Anchor anchor = new Anchor("this is a link"); (B>>

Re: [iText-questions] Anchor

2003-02-19 Thread Bruno
Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > Hi! > > Just a bit of curiosity about the Anchor class. In the sample code below: > > Anchor anchor = new Anchor("this is a link"); > anchor.setName("LINK"); > anchor.setReference("http://www.lowagie.com";); > > What does the setName() method re

Re: [iText-questions] Anchor

2003-02-19 Thread Ricky M. Codizar
Hi! Just a bit of curiosity about the Anchor class. In the sample code below: Anchor anchor = new Anchor("this is a link"); anchor.setName("LINK"); anchor.setReference("http://www.lowagie.com";); What does the setName() method really do? I tried the sample code above and on my pdf document it d