§ PDFShift alternative
PDFShift Alternative: Same Engine, Plus the Record
PDFShift is a well built Chromium API with a real free tier and a $9 floor. If it does everything you need, use it. Teams come to us for the one thing it deliberately does not do: keep any record of what was rendered.
- Early access, launching soon
- No card required
- Your HTML stays yours
§ Short answer
The usual reasons to look for a PDFShift alternative are records and credit arithmetic. PDFShift renders in Chromium and starts at $9 a month for 500 credits, but it stores nothing by design: once a conversion is delivered there is no copy and no dated record of the source page. It also counts one credit per 5 MB of output, so a 14 MB file costs three credits. Sitepdf renders in the same engine and returns the PDF plus a timestamped archive of the page from one call. If you never need provenance, PDFShift is cheaper at low volume and you should stay.
Last updated July 2026. Written and fact checked by the Sitepdf team.
§ 00
PDFShift and Sitepdf, compared honestly
PDFShift figures are from pdfshift.io and its published plan listings, read on 16 July 2026. Sitepdf figures are planned launch pricing, labelled planned because the API is in early access.
| PDFShift | Sitepdf | |
|---|---|---|
| Rendering engine | Chromium | Managed Chromium |
| Entry price | $9/mo for 500 credits | $29/mo planned |
| Free tier | 50 credits a month, no card required | Free in-browser converter; no card to join early access |
| How usage is counted | Credits: 1 credit per 5 MB of output, so a heavy file costs several | Per render |
| Ladder at volume | $24/mo for 2,500 credits; $39/mo for 5,000; $99/mo for 25,000 | See the pricing page; early access locks the rate for 12 months |
| Stores your output | No, by design. Delivered, then gone. | Only when you ask: archive=true keeps a snapshot with retention you control |
| Timestamped record of the source page | No | Yes. archive=true on any render. |
| JavaScript heavy pages | Yes | Yes, plus wait_for selector |
| Status | Shipped, mature, years in production | Early access. We say so plainly. |
PDFShift treats storing nothing as a privacy commitment, and for many teams that is exactly right. This comparison is about the teams for whom it is the gap.
§ 01
Where PDFShift is simply the right choice
Credit where it is due. PDFShift's free tier, 50 credits a month with no card, is one of the most usable in the category and makes evaluation painless. Its $9 entry plan undercuts our planned $29 floor by a wide margin, and the product has been shipped and stable for years while we are in early access. The rendering engine is Chromium, the same family we run, so output fidelity on modern CSS and JavaScript pages is comparable.
If your volume is a few hundred small documents a month, nobody ever asks you what a page said last quarter, and you like vendors that keep nothing, buy PDFShift and do not look back. We would tell a friend the same thing.
§ 02
The credit meter: run your real files through the arithmetic
PDFShift counts a credit per 5 MB of generated output. A lean invoice is one credit. An image heavy report, a brand deck, a statement with embedded charts can weigh 10 or 15 MB, which is two or three credits per document. If your documents are consistently small this never matters; if they are large or unpredictable, your effective per document price is a multiple of the sticker one, and the 500 credit floor is not 500 documents.
The test costs nothing: take ten real documents from production, note their sizes, and divide. Then compare against a per render price. We count a render as a render, whatever it weighs.
§ 03
What "we store nothing" costs you later
PDFShift states plainly that it does not store your documents or requests, and as a privacy posture that is honest and clean. But notice what it means operationally: the moment the response lands, the only copy of that document is wherever your code happened to put it, and there is no record anywhere of what the source page said at render time.
For invoices, statements, disclosures, quotes and confirmations, someone eventually asks. An auditor, a customer disputing a charge, a regulator, your own support team. Sitepdf attaches the record to the render: add archive=true and the page is stored as a timestamped snapshot under your account, retrievable by id, with retention you control and delete on request. Leave the flag off and we behave like PDFShift: return the PDF, store nothing.
§ 04
Migrating is an afternoon, in either direction
Both products take a URL or raw HTML over HTTPS and return a PDF rendered by a Chromium family engine. Your templates do not change; your auth header and endpoint do. The honest consequence is that switching costs are low both ways, so the decision really is about the product shape: credit meter versus per render, stores nothing versus records on demand.
Run the same ten documents through both, compare output, price your real volume, and check the rest of the field in our seven tool comparison, which names the jobs where other vendors beat us too. The PDF generator API page covers the template driven workflow in depth.
curl https://api.sitepdf.com/v1/render \
-H "Authorization: Bearer $SITEPDF_KEY" \
-d url="https://app.example.com/invoices/8841" \
-d wait_for="#invoice-total" \
-d format=Letter \
-d archive=true
{
"pdf_url": "https://api.sitepdf.com/v1/documents/doc_77aq2.pdf",
"archive": {
"id": "arc_m30zx",
"captured_at": "2026-07-16T09:02:14Z",
"retrieve_url": "https://api.sitepdf.com/v1/archives/arc_m30zx"
}
}
The API is in early access; this is the documented call shape it opens with. Full request and response walkthrough.
§ 05
Questions about this job
How much does PDFShift cost?
Is PDFShift free?
Does PDFShift store my documents?
What is the best PDFShift alternative?
Does PDFShift use Chromium?
§ Index
More PDF and archiving tools
- Convert HTML to PDF
- Webpage to PDF
- Save webpage as PDF
- URL to PDF API
- Website archiving
- Screenshot API
- React to PDF
- Laravel HTML to PDF
- Vue to PDF
- Next.js PDF generator
- Angular to PDF
- Markdown to PDF API
- Django HTML to PDF
- Blazor HTML to PDF
- Spring Boot HTML to PDF
- Airtable to PDF
- Rails HTML to PDF
- PDF generator API
- Document generation API
- Bulk HTML to PDF
- Wayback Machine alternative
- Best HTML to PDF API
- DocRaptor alternative
- Puppeteer alternative
- Wkhtmltopdf alternative
- Urlbox alternative
- PDFCrowd alternative
- Api2Pdf alternative
- Browserless alternative
- APITemplate alternative
- CraftMyPDF alternative
- PDFMonkey alternative
- dompdf alternative
- Gotenberg alternative
- GrabzIt alternative
- How it works
- Features
- Pricing
§ Early access
Get on the early-access list
The API opens to the list first, in order. Early access locks the planned launch rates for 12 months. No card required, launching soon.