pdftohtml
=========

Pdftohtml was developed by Gueorgui Ovtcharov and Rainer Dorsch. It is
based and benefits a lot from Derek Noonburg's xpdf package.
Currently pdftohtml is maintained by Mikhail Kruk (meshko@cs.brandeis.edu)

version 0.36
June 24th, 2003

Email: pdftohtml-general@lists.sourceforge.net
WWW:   http://sourceforge.net/projects/pdftohtml

The xpdf software and documentation are
copyright 1996-2003 Derek B. Noonburg.

The PDF data structures, operators, and specification are
copyright 1995 Adobe Systems Inc.


What is pdftohtml?
----------------------

pdftohtml converts files from the Portable Document Format (PDF) files
into the HTML file format.

How to use pdftohtml?
---------------------

If HTML-file is not specified pdftohtml.bin converts file.pdf to file.html
and extracts all images.  If the -c option is not specified, only JPEG
files are saved. If the -c option is specified, one PNG image is generated
for each page.


How to compile pdftohtml ?
------------------------------

To compile pdftohtml, type : 
   
	make

To compile pdftohtml with debug information and memory leak detection type:

	make DEBUG="-g -DDEBUG_MEM"

This version of pdftohtml was tested on Linux, FreeBSD, Solaris, MacOS X 
and Windows



Running pdftohtml
-----------------

To run pdftohtml type : 
    
    pdftohtml file.pdf

To produce complex output (most people will want that, probably) :
	
	pdftohtml -c file.pdf


Distribution
------------

Pdftohtml is licensed under the GNU General Public License (GPL), version
2. See COPYING. 


Getting pdftohtml
----------------- 

The latest version of pdftohtml is available from:

  http://sourceforge.net/projects/pdftohtml/

Mail Aliases:
-------------

The new mailing list is here:
pdftohtml-general@lists.sourceforge.net

You can post to it by just e-mailing to the address above.
To subscribe to the mailing list please visit:
http://lists.sourceforge.net/lists/listinfo/pdftohtml-general
