lundegaard / gatsby-plugin-pdf

Gatsby plugin that is able generate PDFs out of your gatsby web pages
MIT License
9 stars 8 forks source link

Use a local webserver to generate PDF files. #5

Closed sascha-eisenmann closed 3 months ago

sascha-eisenmann commented 2 years ago

Hi,

I had the same problem as described here: https://github.com/lundegaard/gatsby-plugin-pdf/issues/1

As a solution, I used express to start a local web server, and load the page from there.