Posts Tagged ‘wkhtmltopdf’


Generate PDF of Invoice or Receipt with wkhtmltopdf or Headless Chrome

July 12th, 2018 / by api2pdf / No Comments

If you’re a developer building some kind of shopping cart or checkout mechanism, chances are you will have to provide functionality to generate invoices and receipts in PDF format. This can be a real hassle, especially if you’re deployed in a cloud infrastructure like AWS, Azure, or Heroku. The easiest way to generate a PDF […]

Read More

Generate PDF Report with Highcharts and wkhtmltopdf

July 11th, 2018 / by api2pdf / No Comments

Intro As a developer, you might be tasked with the challenge of generating some kind of report to PDF. The report requires graphs like line graphs, bar charts, pie charts, etc. You figure you can generate the report in HTML and then print the HTML to PDF. Great plan, let’s do it. My favorite library […]

Read More