pdf2json icon indicating copy to clipboard operation
pdf2json copied to clipboard

Best practices for pdf conversion

Open GuiJordao21 opened this issue 5 years ago • 1 comments

I have a performance question.

if i have a array of buffers and want to use .parseBuffer() inside a for loop, is it ok to instantiate pdfParser = new PDFParser(); on every iteration?

GuiJordao21 avatar May 06 '19 18:05 GuiJordao21