How to show PDF's table on HTML

微笑、不失礼 提交于 2019-12-11 17:39:43

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!