Links to PDF Pages in Generated PDFs

This forum is for all Flare issues related to PDF, eBook, Microsoft Word, Adobe FrameMaker, XPS, and XHTML book targets.
Post Reply
midcap
Jr. Propeller Head
Posts: 4
Joined: Tue May 10, 2011 3:51 am

Links to PDF Pages in Generated PDFs

Post by midcap »

I use links to PDF chapters in some topics that are used in HTML5 and PDF output.
The links work fine in the HTML5 output.
The links in the PDF output only work when linking to the PDF itself, but not when linking to pages or named destinations:
Works in PDF output:
<a href="http://www.server.de/uploads/media/PDF.pdf">LINK TEXT</a>
These links do not work in PDF output:
<a href="http://www.server.de/uploads/media/PDF.pdf#page=[i]page[/i]">LINK TEXT</a>"
<a href="http://www.server.de/uploads/media/PDF.pdf#[i]nameddest[/i]">LINK TEXT</a>"
<a href="http://www.server.de/uploads/media/PDF. ... ]nameddest[/i]">LINK TEXT</a>"
How can I fix it!?
Post Reply