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
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";
>
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
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
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
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
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
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
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
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)
>
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,
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
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
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
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
[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
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
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
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
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
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
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
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
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
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
>
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
26 matches
Mail list logo