Can I open a map-linked PDF in the content area

Having trouble installing Oxygen XML WebHelp? Got a bug to report? Post it all here.
chrispitude
Posts: 907
Joined: Thu May 02, 2019 2:32 pm

Can I open a map-linked PDF in the content area

Post by chrispitude »

Hi everyone,

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>
is there some directive I can use to have the PDF open in the topic content area, like this?

image.png
image.png (60.62 KiB) Viewed 762 times

Testcase (publish all deliverables in the project.xml file):
webhelp_linked_pdf_in_frame.zip
(4.03 KiB) Downloaded 128 times

Our current publishing software does this, and it would be nice to offer a consistent experience with WebHelp. Thanks!
Costin
Posts: 833
Joined: Mon Dec 05, 2011 6:04 pm

Re: Can I open a map-linked PDF in the content area

Post by Costin »

Hi Chris,

Unfortunately, this is not something that is supported out-of-the-box or could be achieved using the current implementation of WebHelp.
Probably, it could be achieved through a Javascript customization of your own, but we did not test that so far.
I logged an internal improvement request to be analyzed for a possible implementation in a future version of the software. We will update this thread if this will get implemented at some point.

Regards,
Costin
Costin Sandoi
oXygen XML Editor and Author Support
Post Reply