Alternatively, we are considering whether Frame can link to the SQL so that when we pdf the Frame file we can use Frame headings that--when specified in Distiller--will write a bookmarded pdf.
The worst case scenario is to import each page of the pdf'd SQL report into Frame (as a figure, for example), and then apply Frame headings to achieve the bookmarked pdf.
Any ideas or experience out there? I appreciate it. kab
There is an application called PatternStream that uses the FrameMaker's Developer Kit to provide a rich robust interface between FrameMaker and SQL. It is a full database publishing solution and utilizes an ODBC connection to the database being queried.
If you want to learn PatternStream and do the coding yourself...for this project and others in the future, one seat-license for the full development version of PatternStream is $17,000. Otherwise, my company can do the coding (price TBD) which would run at your site using a $5000 run-time license for PatternStream.
This solution allows you to do many useful things with bookmarks and hyperlinks, also indexing, cross-references, and table of contents.
Providing all the variability of a database (accessed through SQL) and all the variability of FrameMaker is a non trivial solution.
My company: Active Lightning www.activelightning.com
Makers of PatternStream: Finite Matters Limited www.patternstream.com
Alternatively, look at database publishing tools.
A direct link tool is Patternstream at http://www.patternstream.com
A tagged (XML or user-defined) database output tool is Miramo at
http://www.miramo.com
You can also roll your own solution using either Frame's MML mark-up
language or if that is insufficient, then you can output direct to MIF
format. All of the programming is done at the database report writer
stage with this approach.
Be sure to look at documentation in their FrameScript Database Retrieval Guide (fsldb.pdf).