Can I open a map-linked PDF in the content area
Posted: Tue Jun 14, 2022 8:14 pm
Hi everyone,
If I have a PDF linked from my WebHelp map:
is there some directive I can use to have the PDF open in the topic content area, like this?
Testcase (publish all deliverables in the project.xml file):
Our current publishing software does this, and it would be nice to offer a consistent experience with WebHelp. Thanks!
If I have a PDF linked from my WebHelp map:
Code: Select all
<topichead>
<topicmeta><navtitle>PDF Files</navtitle></topicmeta>
<topicref format="pdf" href="pdf/book1.pdf" scope="peer">
<topicmeta><navtitle>Book 1</navtitle></topicmeta>
</topicref>
<topicref format="pdf" href="pdf/book2.pdf" scope="peer">
<topicmeta><navtitle>Book 2</navtitle></topicmeta>
</topicref>
</topichead>
Testcase (publish all deliverables in the project.xml file):
Our current publishing software does this, and it would be nice to offer a consistent experience with WebHelp. Thanks!