You can use the adobe online pdf-html converter but the user must access the link and be able to enter the URL of the pdf to convert. You can enable this, for a particular online pdf, such as done here:
click button to convert Consuming Nature Press Release to html
This is done using a form. The form action points to the adobe conversion page at http://access.adobe.com/perl/convertPDF.pl but passes as a hidden field (named url) the actual url of the pdf file to convert. This must be an absolute URL. For example: <form action="http://access.adobe.com/perl/convertPDF.pl" method="post" ENCTYPE="x-www-form-urlencoded"> click button to convert Consuming Nature release to html <input type="hidden" name="url" value="http://consumingnature.org/pdfs/eu-11-03.pdf"> <!-- so the field named url is the actual url of the pdf to convert --> <input type="submit" value="convert pdf to html"> </form>
Goldray for Version 11.21.01
Copyright © 2001 Goldray Consulting Group
http://goldray.com/webdesign/pdf-html-auto.html