hyzyla / pdfium

Node.js wrapper for the PDFium library
https://pdfium.js.org
MIT License
22 stars 3 forks source link

Is PDFiumLibrary instance reusable? #1

Closed swftvsn closed 10 months ago

swftvsn commented 11 months ago

Hi, thank you for the excellent work!

Can I reuse PDFiumLibrary instance to read multiple PDFs and manipulate those, or should I initialize a fresh instance per PDF document and then destroy it after manipulating the PDF?

Thanks!

hyzyla commented 10 months ago

Sorry for late reply. I create one instance of library per application and then reuse it for different documents

swftvsn commented 10 months ago

Thank you for your work! Слава Україні!