The PDF Export Demo Node Server
This server accepts POST requests containing SVG data from the PDF Export Demo. The SVG is rendered and exported to PDF in a headless Chrome instance. Chrome is controlled using Puppeteer.
Starting the Server
To run the server:
npm install npm start