What about security (and also testing on localhost) - do I have to make my webpage publically available?
No - you can send the html (instead of a url) - there is no need to put the page you want to convert publically on the web. This is also slighly faster as we don't have to download the webpage from the internet.
You can use basic authentication and pass in a username and password. Our API supports sending via SSL and also reading from https pages.
Alternatively some customers use a simple token system, e.g. by passing a secret parameter on the url that noone else will know, e.g. www.myurl.com/invoice?secret=abc123. The token could be simple - the same each time, or it could be time based and expire after a minute, or count based and expire after one read
What about data privacy?
We
do not store either the webpage content you sent to us or outputted thumbnail. Not even in audit trails or exception logs. HTML is processed and sent back to you as a thumbnail image. Besides, storing all that html, css, images etc or worse, the resulting image thumbnails would quickly result in terrabytes of useless data that would cost an aweful lot to store!
Please see our
privacy policy for more details
Can I run this on my own private server or cluster?
Yes - we have sent the API source code to several companies, and we can also spin up a dedicated server, or server cluster just for you
drop us a line.
See more frequently asked questions