pdf2html icon indicating copy to clipboard operation
pdf2html copied to clipboard

Use pagesHtml but input is loss

Open zzhgithub opened this issue 3 years ago • 1 comments

code is like;

const options = { text: true }

pdf2html.pages('m.pdf',options,(err, htmlPages) => {
    if (err) {
        console.error('Conversion error: ' + err)
    } else {
        console.log(htmlPages)
    }
})

pdf is like

Name: __ZZH_____

but find text is Name: __________(Ps; it is a input box) Can anyone Help the case

zzhgithub avatar Sep 19 '22 06:09 zzhgithub

@zzhgithub Could you share the pdf file? Please note that this library is merely a wrapper for tika.

shebinleo avatar Jan 22 '23 04:01 shebinleo