pdf2json
pdf2json copied to clipboard
getRawContent() Page Breaks
Is there any option to make it so the raw content does NOT show the page break text?
you could replace it with emtpy string of course it's an extra step
content.replace(/-+Page \(\d+\) Break-+/gm, '')