home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / richread / richread.exe / pdftorr.txt < prev    next >
Text File  |  2000-03-28  |  2KB  |  49 lines

  1. pdftorr
  2.  
  3. NAME
  4.        pdftorr  -  Portable  Document Format (PDF) to RichReader Doc format.
  5.  
  6. SYNOPSIS
  7.        pdftorr [options] PDF-file ["title"]
  8.  
  9. DESCRIPTION
  10.        Pdftorr converts Portable Document Format (PDF) files to
  11.        a compressed .pdb file in Doc format with RichReader format codes.
  12.  
  13.        NOTE: If the PDF file contains compressed text, you will need to
  14.        have the "gzip" program installed somewhere on your PATH.
  15.  
  16. OPTIONS
  17.        -f number
  18.               Specifies the first page to convert.
  19.  
  20.        -l number
  21.               Specifies the last page to convert.
  22.  
  23.        -ascii7
  24.               Convert the text to 7-bit ASCII; the default is  to
  25.               use the 8-bit ISO Latin-1 character set.
  26.  
  27.        -raw   Keep the text in content stream order.  This  is  a
  28.               hack  which  often "undoes" column formatting, etc.
  29.               This optiplain text.on will likely be replaced with  something
  30.               more  sophisticated  when pdftotext is rewritten to
  31.               use a smarter text placement algorithm.
  32.  
  33.        -t     Keep the intermediate text file 
  34.  
  35.        -h     Print usage information.  (-help is equivalent.)
  36.  
  37. BUGS
  38.        Some PDF files contain fonts  whose  encodings  have  been
  39.        mangled  beyond  recognition.   There  is no way (short of
  40.        OCR) to extract text from these files.
  41.  
  42. AUTHOR
  43.        The pdftorr was created by Michael Arena and is based on the
  44.        pdftotext software and documentation which are
  45.        copyright 1996-1999 Derek B. Noonburg (derekn@foolabs.com).
  46.  
  47.        Source code changes to xpdf are available upon request in
  48.        accordance of the GPL.
  49.