Insert a PDF link on a page?
A PDF can be embedded using the <object> element, instead of the <image> element.
<object data="/path/to/pdf-file.pdf"/>
<object data="2022_Broadcast_User_Guide.pdf" height="800px" width="600px"/>
Also, you may need to add CSS styling to make the PDF wider.Note: See Heretto ticket: https://support.heretto.com/hc/en-us/requests/9526