Menu
In my resume builder project, I want to create PDFs from Astro’s output both during builds and when certain files are updated. Puppeteer worked for listening to a port, but I’m interested in using pdfjs. How can I hook this into Astro’s build and dev processes?