Skip to content

Malczewski/pdf4everyone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdf4everyone

Simple microservice for generating screehshots or pdf from some website.

API

GET /api/export/screehshot

GET /api/export/pdf

Query Parameters

url (required) url to open

indicatorVariable (optional) global variable, which indicates that page is loaded. E.g. document.pageLoaded (webpage should set document.pageLoaded = true to make this work)

delaySeconds (default = 0) additional delay after the page is loaded (executed after indicatorVariable if it's provided)

width (required) browser width

height (required) browser height

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages