Link to home
Start Free TrialLog in
Avatar of tballin
tballin

asked on

FileMaker

I am using FileMaker 10 and would like to add a link to a particular section of a pdf document.  I know I will likely need to do some kind of formatting on the document, but would like to know if there is any way in FM to link to a SECTION of a document.
ASKER CERTIFIED SOLUTION
Avatar of Montoya
Montoya

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tballin
tballin

ASKER

Thanks!!
In Filemaker 10, you can store the PDF in a web-accessible location, and then use an Open URL script step to open to the PDF's web address -- append "#page=nn" to the URL where nn is the page number you want to go to (so http://www.blah.com/document.pdf#page=3 for example), or if you have named locations within the document (or can add them, with Acrobat or such) instead of #page use #nameddest=name_of_location.

If you can't store the PDF in a web-accessible location, you can store it in the database, script an export of the PDF in the user's local temp directory, and then use Open URL with a "file://" URL to open up the file on the local computer.