Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 364 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 364 Bytes

pdf-render-api

Part of Unblocker project

Website rendering API

GET:

  • /?url=<String> - where url is Base64 encoded url. Returns { success: Boolean, pdfLocation: String, fromCache: Boolean }
  • ...&display=<Boolean> - returns HTML, which embeds PDF from pdfLocation into the page
  • ...&force=<Boolean> - ignores existence of rendered PDF