Relying on a 3rd party for this kind of thing is never ideal. I would recommend using wkhtmltopdf http://wkhtmltopdf.org/ instead, as it's open source and gives you back the control over your own content
Dave Smith - 2016-04-19 10:22:17 - In reply to message 1 from Eion Robb
Not everyone have enough rights to implement wkhtmltopdf or the skill to automate it from the command line, so 3rd party API's are ideal for this as long as they are kept up to date.
Additionally, the pdfLayer API provides more functionality than wkhtmltopdf with support for encryption, owners, meta data, etc...