Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
3k views

Convert PDF to HTML

What is the best solution to convert PDF documents to be viewed in the browser as HTML? The site has several PDF documents and the visitor can click on view as HTML and this should be viewed on the ...
5
votes
7answers
3k views

What is a good PDF to HTML converter for Ruby on Rails?

I'm trying to convert programatically PDF to HTML. So far I've been using pdftohtml but our users are not happy with the results. Here's what I need : I'm using Ruby on Rails, but any tool working ...
2
votes
4answers
54 views

Convert PDF file to a single HTML file

I am trying to convert a PDF document to a single HTML file in java. Most of the converters online converts one PDF file to multiple HTML files. I want to convert the whole PDF to a single HTML file. ...
1
vote
1answer
580 views

Convert pdf to html/xml using c#

I want to convert pdf to html using c#... Can anyone please give any ideas..
0
votes
1answer
93 views

PHP shell_exec, permission denied for executing -rwxrwxrwx shell script

I am currently over ssh on a remote CentOS 5.6 system which runs an Apache webserver. I need to use the poppler pdftohtml binary which, unfortunately, is not currently installed on that machine. So I ...
0
votes
2answers
81 views

Javascript based horizontal Scrolling of a multi-page PDF?

I'm wondering how I can accomplish horizontal scrolling of the pages of a PDF using javascript. Is it better to: Convert the pages of the PDF into html files and then click left-right between ...
0
votes
0answers
402 views

Perfect PDF to HTML conversion for an online jQuery Flip Book

I'm looking for some nice PDF-to-HTML SDK for ASP.Net that could convert user uploaded .PDFs into an equivalent HTML markup to be later used to render a jQuery Flip Book. I have been searching on the ...
0
votes
1answer
140 views

Java PDF API - Extract everything from pdf document for html5 conversion

We are planning to start a new project for converting PDF's to HTML (HTML5) using Java. Please suggest best open source Java PDF API for extracting everything from the PDF document.
0
votes
2answers
88 views

PDF to Text COnverter best software [closed]

We are a invoice extraction company, we are looking for PDF to Text converter, which has to convert the PDF file as it is to text.We tried with very pdf and the alignment is not so good.We are looking ...
0
votes
0answers
149 views

Alternatives to pdftohtml

I'm experimenting with pdftohtml but I'm finding that it's occasionally having difficulty parsing tables correctly. It's grouping the text from two columns into a single cell, which makes my attempts ...
0
votes
1answer
133 views

How to convert pdf documents to html files?

Should remain format,looks almost the same as original.
0
votes
6answers
1k views

In ASP.NET what is the best way to convert a PDF file to HTML?

What my users will do is select a PDF document on their machine, upload it to my website, where I will convert into an HTML document for display on the website. The document will be stored in a ...