home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pdfhtm03.zip / README < prev    next >
Text File  |  2000-08-09  |  2KB  |  96 lines

  1. pdftohtml
  2. =========
  3.  
  4. Pdftohtml was developed by Gueorgui Ovtcharov and Rainer Dorsch. It is
  5. based and benefits a lot from Derek Noonburg's xpdf package.
  6.  
  7. version 0.30
  8. Aug 8th, 2000
  9.  
  10. Email: pdftohtml@ralf.informatik.uni-stuttgart.de
  11. WWW:   http://www.ra.informatik.uni-stuttgart.de/~gosho/pdftohtml/
  12.  
  13. The xpdf software and documentation are
  14. copyright 1996-1999 Derek B. Noonburg.
  15.  
  16. The PDF data structures, operators, and specification are
  17. copyright 1995 Adobe Systems Inc.
  18.  
  19.  
  20. What is pdftohtml.bin?
  21. ----------------------
  22.  
  23. pdftohtml.bin converts files from the Portable Document Format (PDF) files
  24. into the HTML file format.
  25.  
  26.  
  27. What is pdftohtml?
  28. -----------------
  29.  
  30. Pdftohtml is a shell script that executes pdftohtml.bin and converts all
  31. images.
  32.  
  33.  
  34. How to use pdftohtml?
  35. ---------------------
  36.  
  37. If HTML-file is not specified pdftohtml.bin converts file.pdf to file.html
  38. and extracts all images.  If the -c option is not specified, only JPEG
  39. files are saved. If the -c option is specified, one PNG image is generated
  40. for each page.
  41.  
  42.  
  43. How to compile pdftohtml.bin ?
  44. ------------------------------
  45.  
  46. To compile pdftohtml.bin, type : 
  47.    
  48.     make
  49.  
  50.  
  51. Pdftohtml is tested on Linux and Solaris 2.6 .
  52.  
  53.  
  54.  
  55. Running pdftohtml
  56. -----------------
  57.  
  58. To run pdftohtml type : 
  59.     
  60.     pdftohtml file.pdf
  61.  
  62.  
  63. Distribution
  64. ------------
  65.  
  66. Pdftohtml is licensed under the GNU General Public License (GPL), version
  67. 2. See COPYING. 
  68.  
  69.  
  70. Getting pdftohtml
  71. ----------------- 
  72.  
  73. The latest version of pdftohtml is available from:
  74.  
  75.   http://www.ra.informatik.uni-stuttgart.de/~gosho/pdftohtml/
  76.  
  77.  
  78. Mail Aliases:
  79. -------------
  80.  
  81. There are two mail aliases:
  82.  
  83. For general discussions, bug reports, ideas, patches,...:
  84. pdftohtml@ralf.informatik.uni-stuttgart.de
  85.  
  86. And an announcement alias, where new versions are announced:
  87. pdftohtml-announce@ralf.informatik.uni-stuttgart.de
  88.  
  89. If you want to be added to one of them, please send mail to
  90. rainer.dorsch@informatik.uni-stuttgart.de.
  91.  
  92.  
  93.  
  94.  
  95.  
  96.