Last updated 1 month ago
The ID of the document to generate the PDF for.
"1"
PDF document generated successfully
const response = await fetch('/exportDocument/pdf/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
binary