Appearance
Quick Start
Quickstart video
Let's get started with the basics and create our very first PDF together.
Step ❶ - Register on Doppio
Register, go to the dashboard and grab your API key, dont worry the free plan is free for ever. We have to ask your credit card to avoid abusive usage. Be aware, you need to refresh your api key the first time you grab it.
Step ❷ - Your request
In this example we are creating a PDF file from the url https://www.spacejam.com/1996/ and downloading it to our local machine, using the direct download method.
Check synchronous and asynchronous methods to determin what fits best into your project.
Code examples
Replace <YOUR API KEY>
with your own. pdf
property is a set of PDF generation options based on PDFOptions interface from package Puppeteer.