Replies: 1 comment
-
I was looking into changing from my private project to this until I saw your question here. This was the reason I made a custom project, and so I went ahead and updated it today and published it for our company. I made it public if you want to check it out. Its a node project though, but it's a pretty simple little api that works well. https://github.com/MrBLT/PuppeteerPdfGenerator |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I was wondering if it was possible to keep a single chrome instance running in the background to which Browsershot can connect to instead of spawning a new instance for each PDF.
When I queue a batch of jobs to generate PDFs, each one will take around 10s on our prod server and I am looking into ways to make that more efficient.
Is this what the
setRemoteInstance
option is for? And if yes, how would you use it?Beta Was this translation helpful? Give feedback.
All reactions