Archive for 2022


[resolved] 403 Forbidden error message in logs

June 8th, 2022 / by api2pdf /

If you are seeing a 403 Forbidden error code in your logs when trying to make API calls with the any-to-pdf, merge pdf, password, bookmarks, extract-pages endpoints, this article will point you in the right direction. When you make one of these API calls by passing in a URL to a location of a file, […]

Read More

Extract pages out of a PDF with REST API

March 12th, 2022 / by api2pdf /

Introduction We are proud to announce a new feature with for our PdfSharp endpoints: Extract Pages. With this endpoint, you will be able to specify (optionally), a start and end of a page range of your PDF file and API2PDF will extract a new PDF with just that page range only. Extract pages out of […]

Read More

Generate PDF from Cloudflare Worker with Headless Chrome

January 9th, 2022 / by api2pdf /

Intro At the time of this post, Cloudflare Workers does not support the idea of embedding Headless Chrome or wkhtmltopdf in its environment. Workers also does not the idea of running docker containers either. This may change in the future, but for now, if you built an application on top of workers and need to […]

Read More