Questions tagged [pdf-to-html]
79 questions
-1
votes
1 answer
Is there any library to help extract text from pdf from a rectangular region that can be used with PHP
I am looking for some (preferably free) library that can help extract PDF text from a specified rectangular region which is specified by left, top, width and height parameters. It should be usable with PHP on a linux system. Could you please suggest…

Raouf Athar
- 1,803
- 2
- 16
- 30
-2
votes
1 answer
How to convert pdf to HTML using python pdfminer?
Is there any code snippet that will work? I have tried this for converting pdf to html
from pdfminer.pdfinterp import PDFResourceManager
from pdfminer.pdfpage import PDFPage
from pdfminer.converter import HTMLConverter, TextConverter
from…

jerin
- 1
- 1
-3
votes
1 answer
PDF to XML for table format using c#
How to convert a PDF file which contains only tables to a equivalent XML format?

Deva R
- 1
- 1
-4
votes
2 answers
PDF to Html Conversion using API in java
I want to convert large PDF files to HTML with correct formatting even with image graphs.
I tried with aspose, but its converting only 2 pages from 10 page PDF file.
Please suggest me any good API in java to convert large PDF to HTML.

user3472166
- 11
- 2
- 8