scroll pdf with an external link

View: New views
5 Messages — Rating Filter:   Alert me  

scroll pdf with an external link

by Alexandre Moraes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everybody,
I have a problem here that i didn´t find anything on the internet.

I use fo:basic-link to link to a external pdf. It works ok using external-destination.
But my boss needs more...

I need to link it to a content inside this pdf. I have to scroll the pdf until the title of a section that has an id.

How can I do this??

Thanks


Alexandre

Re: scroll pdf with an external link

by Jeremias Maerki-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


There's nothing in XSL-FO (yet), but some implementations provide
proprietary extensions to produce so-called "named destinations".

In case you're using Apache FOP, you can do that using the
fox:destination extension object:
http://xmlgraphics.apache.org/fop/0.95/extensions.html#named-destinations

On 09.04.2008 18:52:59 axdmoraes wrote:

>
>
> Hi everybody,
> I have a problem here that i didn´t find anything on the internet.
>
> I use fo:basic-link to link to a external pdf. It works ok using
> external-destination.
> But my boss needs more...
>
> I need to link it to a content inside this pdf. I have to scroll the pdf
> until the title of a section that has an id.
>
> How can I do this??
>
> Thanks
>
>
> Alexandre
>
> --
> View this message in context: http://www.nabble.com/scroll-pdf-with-an-external-link-tp16590569p16590569.html
> Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
>
>



Jeremias Maerki



Re: scroll pdf with an external link

by Alexandre Moraes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

 it´s a problem because I´m using Antenna House. I searched for a proprietary extension but until now I couldn´t find...

Thanks for your help....


Jeremias Maerki-2 wrote:
There's nothing in XSL-FO (yet), but some implementations provide
proprietary extensions to produce so-called "named destinations".

In case you're using Apache FOP, you can do that using the
fox:destination extension object:
http://xmlgraphics.apache.org/fop/0.95/extensions.html#named-destinations

On 09.04.2008 18:52:59 axdmoraes wrote:
>
>
> Hi everybody,
> I have a problem here that i didn´t find anything on the internet.
>
> I use fo:basic-link to link to a external pdf. It works ok using
> external-destination.
> But my boss needs more...
>
> I need to link it to a content inside this pdf. I have to scroll the pdf
> until the title of a section that has an id.
>
> How can I do this??
>
> Thanks
>
>
> Alexandre
>
> --
> View this message in context: http://www.nabble.com/scroll-pdf-with-an-external-link-tp16590569p16590569.html
> Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
>
>



Jeremias Maerki


Re: scroll pdf with an external link

by Tony Graham-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Wed, Apr 09 2008 20:32:08 +0100, alexmoraes@... wrote:
>  it´s a problem because I´m using Antenna House. I searched for a
> proprietary extension but until now I couldn´t find...

See http://www.antennahouse.com/xslfo/axf4-extension.htm#pdf-link

Regards,


Tony Graham                         Tony.Graham@...
Director                                  W3C XSL FO SG Invited Expert
Menteith Consulting Ltd
XML, XSL and XSLT consulting, programming and training
Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
Registered in Ireland - No. 428599   http://www.menteithconsulting.com
  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --
xmlroff XSL Formatter                               http://xmlroff.org
xslide Emacs mode                  http://www.menteith.com/wiki/xslide
Unicode: A Primer                               urn:isbn:0-7645-4625-2


Re: scroll pdf with an external link

by Alexandre Moraes :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everybody,

● Link origin:
<fo:basic-link external-destination="http://mydocs/doc.pdf#nameddest=Chapter6" axf:action-type="gotor">

● Link destination:
<fo:block id="Chapter6" axf:destination-type="xxxx">

this is how to use with Antenna House.

Thanks everybody for your help!


Tony Graham-3 wrote:
On Wed, Apr 09 2008 20:32:08 +0100, alexmoraes@gmail.com wrote:
>  it´s a problem because I´m using Antenna House. I searched for a
> proprietary extension but until now I couldn´t find...

See http://www.antennahouse.com/xslfo/axf4-extension.htm#pdf-link

Regards,


Tony Graham                         Tony.Graham@MenteithConsulting.com
Director                                  W3C XSL FO SG Invited Expert
Menteith Consulting Ltd
XML, XSL and XSLT consulting, programming and training
Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland
Registered in Ireland - No. 428599   http://www.menteithconsulting.com
  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --  --
xmlroff XSL Formatter                               http://xmlroff.org
xslide Emacs mode                  http://www.menteith.com/wiki/xslide
Unicode: A Primer                               urn:isbn:0-7645-4625-2