pdf2json
pdf2json copied to clipboard
Best practices for pdf conversion
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?
I think it doesn't have much of a problem although maybe there are better ways