Skip to content

Instantly share code, notes, and snippets.

View markus-gx's full-sized avatar
🏠
Working from home

Markus Geilehner markus-gx

🏠
Working from home
View GitHub Profile
@markus-gx
markus-gx / generate-pdf.ts
Last active December 1, 2023 13:00
doppio.sh in Nuxt 3 API Route (Direct PDF Response)
export default defineEventHandler(async (e) => {
const body = {
page: {
pdf: {
printBackground: true,
format: 'A4',
},
goto: {
url: `YOUR_URL`,
},