Embed a PDF in a Landing Page
To embed a PDF file in a landing page:
Upload your PDF as a trackable media in the Media Center.
Create a trackable link and copy this link. Save the link for later.
Open your landing page and edit HTML.
Add this object tag inside the section where you want to PDF to appear:
<object data="[ADD YOUR TRACKABLE PDF LINK HERE]" type="application/pdf" width="100%" height="500px">
<p>Unable to display PDF file. <a href="[ADD YOUR TRACKABLE PDF LINK HERE]"">Download</a> instead.</p>
</object>
Make sure to add the trackable link to the PDF file.
You can change the dimensions of PDF in the page by editing width and height.