Re: [iText-questions] Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer)

2009-04-17 Thread 1T3XT info
m...@wir-sind-cool.org wrote: > Thanks! ;) > > Seriously, though, I think lastXrefPartial should eventually be removed from > the PdfReader --- > as soon as someone has enough time to spare, that is ;*). I know. It's on my (long) TODO list. -- This answer is provided by 1T3XT BVBA http://www.1t

Re: [iText-questions] Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer)

2009-04-17 Thread mkl
questions about iText here Subject: Re: [iText-questions] Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer) Michael Schierl wrote: > To reproduce, just run the following code on the attached PDF. > > String filename = "D:\\temp\\buggy.pdf"; >

Re: [iText-questions] Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer)

2009-04-16 Thread Michael Schierl
On Thu, 16 Apr 2009 19:54:46 +0200, 1T3XT info wrote: > Michael Schierl wrote: >> Thanks for your quick fix. > > In SVN, I added a toString() for the imported link objects. > >> Unfortunately it still does not work for the original PDF (which is a bit >> too large to attach it here). I managed t

Re: [iText-questions] Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer)

2009-04-16 Thread 1T3XT info
Michael Schierl wrote: Thanks for your quick fix. In SVN, I added a toString() for the imported link objects. Unfortunately it still does not work for the original PDF (which is a bit too large to attach it here). I managed to build a smaller PDF that shows the same behaviour, this time when

Re: [iText-questions] Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer)

2009-04-16 Thread Michael Schierl
On Thu, 16 Apr 2009 18:21:34 +0200, 1T3XT info wrote: > Michael Schierl wrote: >> To reproduce, just run the following code on the attached PDF. >> >> String filename = "D:\\temp\\buggy.pdf"; >> PdfReader rdr = new PdfReader(new >> RandomAccessFileOrArray(filename), new byt

Re: [iText-questions] Hyperlink Regression in iText 2.1 .6 (SVN revision 3721 by mstorer)

2009-04-16 Thread Mark Storer
Michael Schierl gmx.de> writes: > > Sorry if my statement was ambiguous. Although initially implemented by me, > the code of getLinks has been committed to iText svn by Paulo in revision > 2880 (in August 2007). > > Commit: > http://itext.svn.sf.net/viewvc/itext?view=rev&revision=2880 > > Vers

Re: [iText-questions] Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer)

2009-04-16 Thread 1T3XT info
Michael Schierl wrote: > To reproduce, just run the following code on the attached PDF. > > String filename = "D:\\temp\\buggy.pdf"; > PdfReader rdr = new PdfReader(new > RandomAccessFileOrArray(filename), new byte[0]); > // this one works: PdfReader rdr = new PdfRe

Re: [iText-questions] Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer)

2009-04-16 Thread Michael Schierl
On Thu, 16 Apr 2009 00:38:04 + (UTC), Mark Storer wrote: >> Yes, I know, that getLinks method has initially been implemented by me >> (so shame on me) but it seems the PDFReader got that much more >> complexity since then that I cannot really understand what is going on >> here, especially sin

Re: [iText-questions] Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer)

2009-04-16 Thread mkl
tions@lists.sourceforge.net Subject: Re: [iText-questions]Hyperlink Regression in iText 2.1.6 (SVN revision 3721 by mstorer) Michael Schierl gmx.de> writes: > > > java.lang.IllegalArgumentException: You have to consolidate the named destinations of your reader. > > at com.lowagie

Re: [iText-questions] Hyperlink Regression in iText 2.1 .6 (SVN revision 3721 by mstorer)

2009-04-15 Thread Mark Storer
Michael Schierl gmx.de> writes: > > > java.lang.IllegalArgumentException: You have to consolidate the named destinations of your reader. > > at com.lowagie.text.pdf.PdfAnnotation$PdfImportedLink.(PdfAnnotation.java:818) > > at com.lowagie.text.pdf.PdfReader.getLinks(PdfReader.java:2656) >

Re: [iText-questions] Hyperlink in a PdfPCell ?

2008-06-04 Thread Bruno Lowagie
FlyingBuzz wrote: > the pdf is opened in ie plugin so I am guessing there is no way for it to > open up the link into a new window or tab of ie The easy answer is: No, the plug-in doesn't have much control over what happens in the browser. It may be possible using JavaScript, but I'm not sure. br,

Re: [iText-questions] Hyperlink in a PdfPCell ?

2008-06-04 Thread FlyingBuzz
FlyingBuzz wrote: > > Hi, I am wondering how could I create a hyperlink into a PdfPCell where > the name of the link is not the link itself. > > > http://www.google.com Go TO GOOGLE! > > like that is a html code but hope do I make something like that into > PdfPCell ? > the pdf is opene

Re: [iText-questions] Hyperlink in a PdfPCell ?

2008-06-04 Thread Bruno Lowagie
FlyingBuzz wrote: > Well I fixed the font size but I still could not get it to popup into a new > window Define "new window": - the PDF is opened in a PDF viewer and you want a browser to open. - the PDF is opened from a browser in an external viewer (Adobe Reader) - the PDF is opened in a browse

Re: [iText-questions] Hyperlink in a PdfPCell ?

2008-06-03 Thread FlyingBuzz
Well I fixed the font size but I still could not get it to popup into a new window Here is my test : Anchor anchor = new Anchor("Product Preview Link",cellfontbold); anchor.setReference("http://www.lowagie.com/iText/";); anchor.setName("previewlin

Re: [iText-questions] Hyperlink in a PdfPCell ?

2008-06-03 Thread FlyingBuzz
I just tried something liek this Anchor anchor = new Anchor("Product Preview Link"); anchor.setReference("http://www.lowagie.com/iText/";); anchor.setName("previewlink" + item); anchor.setFont(cellfontbold); Phrase m

Re: [iText-questions] Hyperlink without a visible border

2006-06-19 Thread bruno
[EMAIL PROTECTED] wrote: >Hi, > >I'm trying to set a hyperlink on an existing PDF-file. >Therefor I create an instance of the PDFStamper class and create a >rectangle within a PdfAnnotation. >Everything works fine with that, but the Problem is, that when I open >the pdf-file, the rectangle (con

Re: [iText-questions] Hyperlink to a different location in the RTF doc

2006-01-17 Thread Mark Hall
kstart _Recording_List}{\*\bkmkend _Recording_List}Element5 > > > I didn't quite understand if RtfAnchor is being used in hyperlink > generation. I also tried RtfWriter which seems to be using Anchor. > > Thanks again for your help > Divya > > >From: Mark Hall <[EMAIL

Re: [iText-questions] Hyperlink to a different location in the RTF doc

2006-01-17 Thread Divya Nagireddy
lement5 I didn't quite understand if RtfAnchor is being used in hyperlink generation. I also tried RtfWriter which seems to be using Anchor. Thanks again for your help Divya From: Mark Hall <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net CC: "Divya Nagireddy

Re: [iText-questions] Hyperlink to a different location in the RTF doc

2006-01-06 Thread Mark Hall
On Thursday 05 January 2006 22:15, Divya Nagireddy wrote: > Any hint on how to implement it? You need to read the RTF 1.6 specification (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/html/rtfspec.asp) and also look at what Word generates when you have a document with

Re: [iText-questions] Hyperlink to a different location in the RTF doc

2006-01-05 Thread Divya Nagireddy
Hi Mark, Any hint on how to implement it? Thanks, Divya From: Mark Hall <[EMAIL PROTECTED]> To: itext-questions@lists.sourceforge.net CC: "Divya Nagireddy" <[EMAIL PROTECTED]> Subject: Re: [iText-questions] Hyperlink to a different location in the RTF doc Date: Th

Re: [iText-questions] Hyperlink to a different location in the RTF doc

2006-01-05 Thread Mark Hall
On Wednesday 04 January 2006 18:58, Divya Nagireddy wrote: > I'm trying to create a Hyperlink that goes to a different location in the > same RTF document. I have various tables in my document and when you click > on the hyperlink, want it to go to a specific table. Internal linking is not supporte

RE: [iText-questions] hyperlink

2005-02-15 Thread Paulo Soares
That doesn't help much. I need a complete example in Java. > -Original Message- > From: Gareth Edwards [mailto:[EMAIL PROTECTED] > Sent: Monday, February 14, 2005 9:51 PM > To: Paulo Soares; hwell316 > Cc: itext-questions@lists.sourceforge.net > Subject: RE: [iTe

RE: [iText-questions] hyperlink

2005-02-14 Thread Gareth Edwards
throughout the report. Gareth. -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Monday, 14 February 2005 8:12 PM To: Gareth Edwards; hwell316 Cc: itext-questions@lists.sourceforge.net Subject: RE: [iText-questions] hyperlink Are you using the latest iText release? If you are

RE: [iText-questions] hyperlink

2005-02-14 Thread Paulo Soares
e; hwell316 > Cc: itext-questions@lists.sourceforge.net > Subject: RE: [iText-questions] hyperlink > > I have tried this, and for some reason the link doesn't work if the > anchor is in a table cell? > > Any ideas? > > Cheers > > Gareth. > > -Origina

RE: [iText-questions] hyperlink

2005-02-13 Thread Gareth Edwards
itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] hyperlink hwell316 wrote: > hi... > > i've read ur question in one of the forums...have you already > implemented in > inserting a hyperlink in a pdf file...We are using these pdf creator > and we want >

Re: [iText-questions] hyperlink

2005-02-11 Thread Bruno Lowagie
hwell316 wrote: hi... i've read ur question in one of the forums...have you already implemented in inserting a hyperlink in a pdf file...We are using these pdf creator and we want to implement this hyperlink to automatically open using the url...Can you help us here... http://itext.sourceforg