Effortlessly create PDFs

Streamline your PDF workflow by eliminating the burden of redundant code, allowing you to focus on enhancing the core features.

PDF from HTML

Just give us your HTML (base64 encoded) and we will return you your PDF.

PDF from URL

Give us any web URL and we will return you your PDF.

PDF with header and footer

Add headers and footers to your PDFs with the "headerTemplate" and "footerTemplate" options for PDFs.

curl --location --request POST 'https://api.doczilla.app/v1/pdf' \
  --header 'Authorization: Bearer <your token>' \
  --header 'Content-Type: application/json' \
  --output doczilla.pdf
  --data-raw '{
    "page": {
      "html": "PGRpdj5Zb3VyIGZpcnN0IERvY3ppbGxhIFBERjwvZGl2Pg=="
    },
    "pdf": {
      "printBackground": true
    }
  }'

Cost-Efficient

Only pay for the resources you use, allowing you to optimize your budget while still enjoying the full benefits of our platform.

Security

We prioritize your data security and privacy. We never store your data longer than necessary, ensuring that your sensitive information remains protected.

Directly in your bucket

We offer easy integration with AWS and GCP, making it effortless to store and manage your generated content directly in your cloud bucket.

Instant access to effortlessly PDF generation.

Frequently Asked Questions


Is there a limit to the number of pages or size of the PDF that can be generated?

Doczilla has reasonable limits in place, but generally supports large documents. However, very large documents may impact processing time.


Does Doczilla support converting password-protected web pages to PDFs?

Yes, Doczilla supports basic authentication, allowing you to convert password-protected web pages into PDFs.


Can I include custom header or footers in my PDFs?

Absolutely, Doczilla enables the addition of custom headers and footers to your PDFs, providing a personalized touch.


Are hyperlinks preserved in the generated PDFs?

Yes, hyperlinks within the content are preserved, ensuring they remain clickable and functional in the PDF.