VOOZH about

URL: https://apify.com/rainminer/url-to-pdf-converter

โ‡ฑ URL to PDF Converter ยท Apify


Pricing

from $14.99 / 1,000 pdfs

Go to Apify Store

URL to PDF Converter

Converts any web page into a high-quality PDF document ready to download file hosted on Apify. Print any web page to PDF with this actor.

Pricing

from $14.99 / 1,000 pdfs

Rating

0.0

(0)

Developer

๐Ÿ‘ rainminer

rainminer

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

9 days ago

Last modified

Share

๐Ÿ‘ URL to PDF Converter

What is URL to PDF Converter?

URL to PDF Converter is an Apify Actor that turns any public web page into a downloadable PDF file. Powered by headless Chrome and Puppeteer, it renders pages exactly as a real browser would โ€” including fonts, CSS backgrounds, and images โ€” then saves each PDF to Apify's Key-Value Store with a direct download link.

Provide a list of URLs and get back a dataset of pdfUrl links ready for download, archiving, or integration into document workflows.

What can URL to PDF Converter do? ๐Ÿ“„

  • ๐Ÿ“‘ Convert any public URL to PDF โ€” full-fidelity render with fonts, backgrounds, and images preserved
  • ๐Ÿ”— Batch conversion โ€” process a list of URLs in a single run, one PDF file per page
  • ๐Ÿ’พ Automatic Key-Value Store storage โ€” each PDF is saved with a filename derived from the page title
  • ๐Ÿท๏ธ Smart file naming โ€” filenames are sanitized automatically from the page title
  • ๐Ÿ–จ๏ธ Print-ready A4 format โ€” standard A4 size, suitable for printing, sharing, and archiving
  • ๐Ÿ“ฆ Direct download links โ€” dataset row per URL with a ready-to-use pdfUrl
  • โšก Fast โ€” waits for full page load and network idle before rendering; no extra scraping passes

What data does URL to PDF Converter output?

FieldDescriptionExample
urlThe original web page URL that was converted"https://example.com/report"
pdfUrlDirect download link to the generated PDF in storage"https://api.apify.com/v2/key-value-stores/{storeId}/records/Report.pdf"

PDFs themselves are stored in the Key-Value Store tab of your Apify run, accessible without any extra API calls.

How to convert URLs to PDF

  1. Open URL to PDF Converter on Apify Store and click Try for free.
  2. Add your Start URLs โ€” paste one or more web page URLs into the URL list.
  3. (Optional) Configure a proxy if pages are geo-restricted or rate-limited.
  4. Click Start โ€” the Actor opens each page in headless Chrome, waits for full render, and saves the PDF.
  5. Download your PDFs from the Key-Value Store tab, or use the pdfUrl links from the dataset.

How much does it cost to convert URLs to PDF?

URL to PDF Converter uses consumption-based pricing on the Apify platform (Compute Units). Apify offers $5 of free credits every month on the Free plan โ€” enough for a large number of conversions.

Cost depends on page complexity and render time. Simple pages typically complete in a few seconds each. No browser image is pre-warmed on cold starts, so the first run may take slightly longer.

Input

FieldTypeDefaultDescription
startUrlsArrayโ€”Web page URLs to convert to PDF. Required. Each entry can include custom headers.
proxyConfigurationObject{useApifyProxy: false}Proxy settings. Enable Apify Proxy if pages are geo-restricted or rate-limited.

Example input:

{
"startUrls":[
{"url":"https://example.com/report"},
{"url":"https://example.com/invoice"}
],
"proxyConfiguration":{
"useApifyProxy":false
}
}

Output example

{
"url":"https://example.com/report",
"pdfUrl":"https://api.apify.com/v2/key-value-stores/{storeId}/records/Report_Page.pdf"
}

You can download PDFs directly from the Key-Value Store tab in Apify Console, or access them programmatically via the pdfUrl from the dataset output.

FAQ

Can I convert multiple pages at once?

Yes. Add as many URLs as you need to startUrls. Each URL is processed in sequence and saved as a separate PDF file in the Key-Value Store.

How do I download the generated PDFs?

Open the Key-Value Store tab in Apify Console after the run completes and click any .pdf entry to download it. You can also use the pdfUrl values in the dataset to fetch PDFs programmatically.

Can I pass custom headers (e.g. for authentication)?

Yes. Each entry in startUrls supports a headers object. Add Authorization, Cookie, or any other HTTP header your target page requires.

What PDF format is used?

PDFs are generated in A4 format with print backgrounds enabled and fonts fully loaded before capture. This matches the standard used by most document management systems.

What happens if a page fails to load?

The Actor waits for network idle before generating the PDF. If the page does not load properly, the PDF will reflect whatever state the browser reached (e.g. an error page). The run will not stop โ€” other URLs in the batch continue.

Are the PDF download links publicly accessible?

PDF URLs in the dataset are accessible to anyone with the link if your Key-Value Store is set to public. You can control access in your Apify account settings.


Image Credit

Image credit: Wikimedia Commons

You might also like

Html To Pdf Api

simplifysme/html-to-pdf-api

๐Ÿ“„ Convert any HTML page or URL to high-quality PDF documents via API. Perfect for reports, invoices, documentation, web page archiving, and automated document generation.

๐Ÿ‘ User avatar

SimplifySME Toolbox

1

HTML to PDF Converter

jancurn/url-to-pdf

Loads a web page in headless Chrome using Puppeteer and prints it to PDF. The input is a JSON object and output is a PDF file.

459

PDF Scraper

onidivo/pdf-scraper

Scrape and extract text from PDF links.

๐Ÿ‘ User avatar

Onidivo Technologies

512

PDF Parser API

george.the.developer/pdf-parser-api

Instant API that parses any PDF from a URL โ€” extracts full text, page count, metadata (title, author, dates), and PDF version. Returns structured JSON. Perfect for document processing pipelines and AI agents.

HTML To PDF API

igview-owner/html-to-pdf-api

Convert HTML content and webpage URLs to high-quality PDF documents instantly. HTML to PDF converter with customizable page formats (A4, Letter), scale control, background graphics, and smart waiting for dynamic content. Perfect for reports, documentation, and automated PDF generation workflows.

๐Ÿ‘ User avatar

Sachin Kumar Yadav

43

HTML to PDF Converter

rainminer/html-to-pdf-converter

Convert raw HTML or web page URLs into downloadable PDF files using a real browser. Render CSS, images, tables, invoices, reports, and dynamic layouts, then save the generated PDF to the Apify Key-Value Store with dataset metadata.

Convert Image to PDF and PDF to Image

akash9078/image-pdf-converter

Convert images (JPG, PNG, BMP, and more) into high-quality PDFs, or extract images from PDF files in seconds. Imageโ€“PDF Converter Pro delivers fast, reliable, and professional results for all your document and image conversion needs.

๐Ÿ‘ User avatar

Akash Kumar Naik

37

Fast Pdf Processor

contemporary_fruit/pdf-processor-actor

This API is a PDF Processing Service allowing users to upload a PDF to: Extract Text: Reads all text from the PDF and returns it as structured JSON data per page. Merge Pages: Creates a new PDF containing only the specific pages selected by the user. (260 characters)