PDF TO WEBSITE
Turn a PDF into a website page
Turn a PDF into a website page at its own address, where it opens in the browser page by page, with no download step in the way. Useful when the document is the content and you want people reading it rather than filing it.
Free plan, free SSL, no credit card.
- 0
- downloads before a reader can start reading
- 512 KB
- PDF size on the free plan
- 5,000
- readers a month on the free plan
- 1
- free page with HTTPS, no card
How it works
Three steps, start to live link
-
Upload the PDF
Drop the file and pick a name. Nothing is converted, re-flowed or rebuilt: the document you uploaded is the document people read.
-
It opens in the browser
The address opens the document in the browser reader, so a visitor scrolls through it on the page instead of downloading and opening a separate application.
-
Share one address
Send the link, put it in a listing or behind a QR code. Replace the file later and the address keeps pointing at the current version.
The plain answer
Can a PDF be a website?
It can behave like one. Publishing a PDF at its own address means a visitor opens a URL and reads the document in their browser, scrolling through it the way they would scroll a page. What it does not do is convert your document into HTML: the pages are still PDF pages, laid out exactly as you designed them.
That distinction decides whether this is the right tool. If the value of the document is its layout, a brochure, a menu, a report with charts, a zine, a set of plans, then keeping it as a PDF is the point, and the browser reader is a perfectly good reading surface. If the value is the text, and you want it to reflow on a phone, be selectable by a screen reader and be indexed properly, then the document should be rebuilt as HTML. Neither answer is universally right.
There is a middle path worth knowing about. If you want an actual web page but do not want to hand-write one, the AI page builder writes and publishes a real HTML page from a description, and a hand-built page can be uploaded as a single HTML file. If you only want the address and do not care about the reading experience, PDF to link is the simpler page.
Who it is for
The people who reach for this
-
Marketing teams
A report or a lookbook read in the browser rather than sitting unopened in a downloads folder.
-
Real estate
A brochure or floor plan that opens instantly on a phone from a listing or a sign.
-
Educators
Course material students read on whatever device they have, without an app.
-
Small businesses
A menu, a price list or a catalogue published without paying anyone to rebuild it as a site.
In detail
What you actually get
Reading starts immediately
The gap between a link and a read is where most documents are lost. Opening in place removes the download, the file manager and the second application.
- Uses the browser built-in PDF reader, on desktop and mobile.
- Zoom, search and page navigation are the ones the reader already knows.
- A download is still one action away for anyone who wants the file.
The layout survives
Converting a designed document to HTML is where typography, columns and figure placement go wrong. Nothing is converted here.
- Fonts, columns, tables and images are exactly as you exported them.
- Nothing is re-flowed, re-compressed or reordered.
- What you proofed is what a reader sees.
Revisions do not break the link
A published document is usually version two of something. The address belongs to the site, not to the file you first uploaded.
- Upload a corrected PDF and it replaces what the address serves.
- Existing links, printed references and QR codes keep working.
- From Pro, returning to an earlier revision is one click.
Decide who gets to read it
Publishing does not have to mean publishing to everyone, and the controls are explicit rather than relying on an unguessable address.
- Password protection from Starter, enforced before any file is served.
- Expiring links from Starter for anything time-limited.
- Free sites are noindex; search visibility starts on Starter.
No card required
What the free plan includes
The free plan publishes one document with no card. It is worth checking the upload limit before you start.
- 1 live site on a real free plan, not a trial of a paid one, and no card to start.
- Up to 25 MB per upload and 25 MB of storage across the account.
- 5,000 visits and 5 GB of traffic a month.
- HTTPS with a real certificate, issued and renewed for you.
- Up to 15 publishes a day, so you can iterate without asking permission.
- The deploy-time security check, which reads what you published and warns about a stray .env file, a .git folder, a private key or an API key left in your JavaScript.
- A small Droply badge in the corner of the page. Removing it starts on Starter.
- Free sites are served noindex, so search engines do not list them. Search visibility starts on Starter.
- PDFs specifically are capped at 512 KB on the free plan, below the 25 MB limit that applies to everything else.
- A downloadable QR code for the link, so it can go on something printed.
A hosted page vs a Google Drive link
How this compares with sharing the file from a drive
The realistic alternative is pasting a drive link and hoping the recipient gets through to the document. These rows are about the reading experience rather than about price.
| Droply | Google Drive link | |
|---|---|---|
| What the reader sees first | The document, in the browser reader. | The drive viewer and its interface around the document. |
| Address | A subdomain you choose, or your own domain from Pro. | An opaque file identifier. |
| Risk of an access screen | None. The link is public unless you add a password. | A restricted share shows a You need access screen with a Request access button instead of the file. |
| Replacing the file | Upload a new version; the address is unchanged. | Manage versions, then Upload new version, keeps the link. Uploading it as a new file does not. |
| Password on the document | From Starter, one shared password checked at the edge. | No shared password. Access is per Google account, so everyone you want in needs one. |
| Search visibility if you want it | Indexable from Starter; free sites are noindex. | Not designed to be indexed. |
| QR code for print | Generated for the address, included on every plan, including the free one. | Needs a separate QR tool pointed at the drive URL. |
| Old versions | Kept per upload; restoring one is a click from Pro. | Kept, but a version may be deleted after 30 days or once there are 100 newer ones unless you choose Keep forever. |
Google Drive rows checked 8 September 2026 against Google's own Drive help pages: managing versions (Manage versions, then Upload new version; a version may be deleted after 30 days or once there are 100 newer ones unless you choose Keep forever), sharing and expiration (an expiry date is set per person, under the options for work or school accounts, not on an anyone-with-the-link share), and the You need access screen a person sees without permission. The rows describe how each approach behaves rather than what anyone charges. Product behaviour can change.
When Droply is the wrong choice
A published PDF is a document at an address, and there are readers for whom that is the wrong format no matter how convenient it is to publish.
- The content must reflow on a phone and be fully accessible to screen readers. Rebuild it as HTML instead; a PDF is a fixed layout by design.
- You want the text to rank in search for its own keywords. An HTML page competes far better than a PDF does.
- You need analytics on which pages of the document were read. Only whether the address was opened is measurable here, from Pro.
- You need a database, a login system, or code that runs on the server. Droply serves files; it does not execute your application.
- You want a build to run on every push to a repository. Droply has no Git integration and no CI: you build locally and upload the result.
- You are running WordPress or another PHP application. A static export of it can be hosted here, but the application itself cannot.