nextjs-resume
nextjs-resume copied to clipboard
Implement PDF generator with route handlers
The new Route Handlers support a Node.js runtime with streaming, so in theory we can move the PDF generator from /pages/api/pdf.ts
to /app/api/pdf/route.ts
. I haven't tested how straightforward this will be.
Not currently possible without some pretty unwieldy workarounds.
https://github.com/diegomura/react-pdf/issues/2350