Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-11 Thread Mike Marchywka
From: lrose...@adobe.com To: itext-questions@lists.sourceforge.net Date: Mon, 10 May 2010 19:01:15 -0700 Subject: Re: [iText-questions] how to detect remote links in a PDF ? There is no such thing as canonical PDF - anything that complies

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-11 Thread Leonard Rosenthol
Well, at least canonical would be something like pdf that doesn't do anything fancy and has rules for otherwise arbitary choices then you could do simple things like ASCII searches and maybe binary diffs to test for pixel equality etc. While the ability to do ASCII searches and maybe binary

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-11 Thread Bruno Lowagie
Leonard Rosenthol wrote: PDF is a fully open standard. ANYONE can contribute. We WELCOME participation. I'm interested! I'm going to the Adobe Pulse next week: http://events.adobe.co.uk/cgi-bin/register.cgi?country=ukeventid=9660venueid=9813 Is there somebody I can talk to about this? best

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-11 Thread Leonard Rosenthol
Yes, I believe that there should be a gentleman there named Colin that can help you... Leonard -Original Message- From: Bruno Lowagie [mailto:br...@lowagie.com] Sent: Tuesday, May 11, 2010 8:06 AM To: Post all your questions about iText here Subject: Re: [iText-questions] how to detect

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-10 Thread 1T3XT info
pieter vankeerberghen wrote: Colleagues, For an application, one needs to detect the hyperlinks (i.e. done with Chunk.setRemoteGoto) in a PDF which point to an other PDF, can someone point me to a solution ? Links are annotations, annotations are referred to in the page dictionary of

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-10 Thread Mike Marchywka
Date: Sun, 9 May 2010 23:08:51 +0200 From: papa...@googlemail.com To: itext-questions@lists.sourceforge.net Subject: [iText-questions] how to detect remote links in a PDF ? Colleagues, For an application, one needs to detect the hyperlinks

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-10 Thread Leonard Rosenthol
-Original Message- From: Mike Marchywka [mailto:marchy...@hotmail.com] Sent: Monday, May 10, 2010 3:51 AM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] how to detect remote links in a PDF ? Date: Sun, 9 May 2010

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-10 Thread Mike Marchywka
From: lrose...@adobe.com To: itext-questions@lists.sourceforge.net Date: Mon, 10 May 2010 06:44:13 -0700 Subject: Re: [iText-questions] how to detect remote links in a PDF ? Prior to PDF 1.5, you could have done a grep (or equivalent) since only

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-10 Thread Leonard Rosenthol
...@hotmail.com] Sent: Monday, May 10, 2010 6:02 PM To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] how to detect remote links in a PDF ? From: lrose...@adobe.com To: itext-questions@lists.sourceforge.net Date: Mon, 10 May 2010 06:44:13

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-10 Thread Mike Marchywka
From: lrose...@adobe.com To: itext-questions@lists.sourceforge.net Date: Mon, 10 May 2010 18:09:15 -0700 Subject: Re: [iText-questions] how to detect remote links in a PDF ? There is no such thing as canonical PDF - anything that complies

Re: [iText-questions] how to detect remote links in a PDF ?

2010-05-10 Thread Leonard Rosenthol
There is no such thing as canonical PDF - anything that complies with the PDF specification is valid. That allows for various uses of compression, ASCII encoding, etc. Well, not really. If there are rules for the PDF standard then you could in fact create some alternative representation- it

[iText-questions] how to detect remote links in a PDF ?

2010-05-09 Thread pieter vankeerberghen
Colleagues, For an application, one needs to detect the hyperlinks (i.e. done with Chunk.setRemoteGoto) in a PDF which point to an other PDF, can someone point me to a solution ? Thank you very much in advance, Pieter Vankeerberghen