pdf2html
pdf2html copied to clipboard
Use pagesHtml but input is loss
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 Could you share the pdf file? Please note that this library is merely a wrapper for tika.