David Wilkinson
2009-04-07 16:55:01 UTC
A bit OT, but..
A few years back I wrote an MFC application for a client, and he wrote an HTML
Help user manual for it using (I think) Doc2Help.
We have recently updated the program and we need to update the manual. My client
is very into LaTeX these days, and so he wants to create the new manual using
LateX and PDF rather than Word and CHM.
He thinks he knows how to do this, but how do I link the program to the
generated PDF file?
Right now the links to the CHM are all done with ::HtmlHelp() with
HH_DISPLAY_TOPIC and a page reference like "Path\xxx.chm::/yyy.htm. I think the
page names yyy are derived from the section names in the original Word document.
Is there some Adobe API for linking to Sections of the PDF document?
Can we do this without using a third party help application?
A few years back I wrote an MFC application for a client, and he wrote an HTML
Help user manual for it using (I think) Doc2Help.
We have recently updated the program and we need to update the manual. My client
is very into LaTeX these days, and so he wants to create the new manual using
LateX and PDF rather than Word and CHM.
He thinks he knows how to do this, but how do I link the program to the
generated PDF file?
Right now the links to the CHM are all done with ::HtmlHelp() with
HH_DISPLAY_TOPIC and a page reference like "Path\xxx.chm::/yyy.htm. I think the
page names yyy are derived from the section names in the original Word document.
Is there some Adobe API for linking to Sections of the PDF document?
Can we do this without using a third party help application?
--
David Wilkinson
Visual C++ MVP
David Wilkinson
Visual C++ MVP