问题
We are having and requirement where we have to convert PDF and show them as HTML pages on Mobiles. We have used PDf to HTML converter but some of PDF contains Table Structure. The converter just omits the table structure and shows the inner content . but we need the whole Table Structure in HTML form. We tried converting it to image, but images are coming blur so cant read from it.
Thank you in advance.
回答1:
Does the PDF actually contain a table structure or does it just look like a table when viewed by the human eye. If it contains marked content it will have meta data to define a table. Otherwise there is no table data
来源:https://stackoverflow.com/questions/10084971/how-to-show-pdfs-table-on-html