UnifyAPI
← Back to catalog

convert.web_to_pdf

mock data$0.005 / call

Web to PDF (ConvertAPI)

Render any web page URL to PDF with full JavaScript execution — custom viewport width, lazy content loading, wait delay. Returns PDF download URL (ConvertAPI)

Developer Toolsprovider: Convert#convert#developer

Input schema

urlrequired

Web page URL to render as PDF (e.g. "https://example.com")

string
delay

Seconds to wait after page load before capturing (default 0)

integer
viewport_width

Browser viewport width in pixels (default 1280)

integer
load_lazy_content

Scroll page to trigger lazy-loaded images (default false)

boolean

Call via REST

curl -X POST https://unifyapi.pro/api/call/convert.web_to_pdf \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"url":"<url>","delay":0,"viewport_width":0,"load_lazy_content":"<load_lazy_content>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.