home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / voyager / vpdf / Apdf_common.lha / Apdf / doc.orig / pdftopbm.cat < prev    next >
Encoding:
Text File  |  2000-04-06  |  1.5 KB  |  67 lines

  1.  
  2.  
  3.  
  4. pdftopbm(1)                                           pdftopbm(1)
  5.  
  6.  
  7. NAME
  8.        pdftopbm  -  Portable  Document  Format  (PDF) to Portable
  9.        Bitmap (PBM) converter (version 0.90)
  10.  
  11. SYNOPSIS
  12.        pdftopbm [options] PDF-file PBM-root
  13.  
  14. DESCRIPTION
  15.        Pdftopbm converts Portable Document Format (PDF) files  to
  16.        black-and-white  image files in Portable Bitmap (PBM) for-
  17.        mat.
  18.  
  19.        Pdftopbm reads the PDF file, PDF-file, and writes one  PBM
  20.        file  for  each page, PBM-root-nnnnnn.pbm, where nnnnnn is
  21.        the page number.
  22.  
  23. OPTIONS
  24.        -f number
  25.               Specifies the first page to convert.
  26.  
  27.        -l number
  28.               Specifies the last page to convert.
  29.  
  30.        -r number
  31.               Specifies the resolution, in DPI.  The  default  is
  32.               150 DPI.
  33.  
  34.        -q     Don't print any messages or errors.
  35.  
  36.        -h     Print usage information.  (-help is equivalent.)
  37.  
  38. BUGS
  39.        Pdftopbm  uses  X to do the rendering, so it is limited by
  40.        the capabilities and performance of the X server.  In par-
  41.        ticular,  high-resolution  output requires lots of memory.
  42.        Also, non-scalable fonts will not look great.
  43.  
  44. AUTHOR
  45.        The pdftopbm  software  and  documentation  are  copyright
  46.        1996-1999 Derek B. Noonburg (derekn@foolabs.com).
  47.  
  48. SEE ALSO
  49.        xpdf(1),   pdftops(1),  pdftotext(1),  pdfinfo(1),  pdfim-
  50.        ages(1)
  51.        http://www.foolabs.com/xpdf/
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.                            02 Aug 1999                          1
  65.  
  66.  
  67.