PDF Publishing
This task guide provides step-by-step instructions on how to publish content in PDF format using Heretto. It covers the entire process from creating a map with desired topics, handling embedded videos, including reuse files, to publishing and reviewing the output. This guide is intended for Heretto Administrators.
- You must be a Heretto Administrator to publish content.
Example Delivery Target
The following example demonstrates how to use the delivery target attribute to restrict publihsing your output to specific platforms.
Example Restricting Video Objects From PDFs
Video is a powerful medium for conveying ideas. When your customers want to understand something, showing exact actions is clearer and easier to follow along with than lengthy lists of steps or long paragraphs of text.
However, sometimes you want to restrict video from appearing in the help drawer and you certainly do not want embedded objects to print blank spaces in your PDF output.
A video object should NOT be included in printed output. Highlight the <object> and set deliveryTarget attribute to "portal" and, if desired "helpdrawer". Make sure and include the PDF ditaval in your PDF map when you publish.
<object deliveryTarget="portal helpdrawer" data="<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/WdDmXuLMUGI?si=8pngyIUn-6IPUTJn" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>"/>
The next paragraph SHOULD be include in PDF output, but not the portal output. Select the <p> element and set the deliveryTarget attribute to "print". The portal output ditaval is already included in our sitemap.
Please visit our Youtube site to watch a video explaining something that has no relevance to this content. :)
<p> deliveryTarget="PDF">Please visit our <xref href="https://www.youtube.com/watch?v=WdDmXuLMUGI&list=PLAQjydMbEM90EWzCh138Y_XcW8WFmugtX" scope="external">Youtube site</xref> to watch a video explaining something that has no relevance to this content. :) </p>