Skip to content

UnblockerAPI/pdf-render-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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