Embedding a document lets visitors view it directly on your website - no downloads, no new tabs. Papermark gives you an iframe snippet for any link, so you can drop it into a landing page, Notion doc, or portfolio in seconds. And you still get every view, page, and visitor tracked in your analytics.
Here's how to do it.
Log into Papermark and click on the document you want to embed. You'll land on the document dashboard where you can see analytics, manage links, and view visitor activity.
If you don't have a link yet, click Create Link in the top-right corner. Give it a name (something like "Website Embed" so you can identify it later), set your security preferences, and click Save Link.
For a full walkthrough on creating links, see how to create a trackable link.
In the All links table, find the link you want to embed. Click the three-dot menu (⋯) on the right side of the row.
You'll see a list of actions:
Click Get Embed Code. A modal opens with a ready-to-use iframe:
The code looks like this:
Click the copy icon to grab the full snippet.
Paste the iframe anywhere HTML is supported:
.html fileBy default the iframe fills its container. To set a fixed size, wrap it in a div with specific dimensions, or adjust the iframe style directly:
The aspect-ratio: 16/10 keeps it proportional to a standard slide deck. Adjust for portrait documents if needed.
Every visit to your embedded document shows up in your Papermark analytics - just like any other link. Open the document and scroll to the All visitors table to see:
This is the real advantage over a plain PDF: you know who's engaging with your content, even when it's embedded on a public page.
Because embeds are public by default, think about what you're sharing:
All of these work the same on embeds as they do on shared links.
Create a dedicated link called "Website Embed" so embed analytics stay separate from links you send by email. That way you know exactly how much traffic each channel drives.
The iframe loads lazily (loading="lazy"), so it won't slow down your page on first paint. Visitors only load the document when they scroll to it.