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

  1.  
  2.  
  3.  
  4. pdftops(1)                                             pdftops(1)
  5.  
  6.  
  7. NAME
  8.        pdftops  -  Portable  Document  Format (PDF) to PostScript
  9.        converter (version 0.90)
  10.  
  11. SYNOPSIS
  12.        pdftops [options] [PDF-file [PS-file]]
  13.  
  14. DESCRIPTION
  15.        Pdftops converts Portable Document Format (PDF)  files  to
  16.        PostScript so they can be printed.
  17.  
  18.        Pdftops  reads  the  PDF  file,  PDF-file,  and  writes  a
  19.        PostScript file, PS-file.  If PS-file  is  not  specified,
  20.        pdftops  converts file.pdf to file.ps.  If PS-file is '-',
  21.        the PostScript is sent to stdout.
  22.  
  23. OPTIONS
  24.        -f number
  25.               Specifies the first page to print.
  26.  
  27.        -l number
  28.               Specifies the last page to print.
  29.  
  30.        -paperw size
  31.               Set the paper width, in points.
  32.  
  33.        -paperh size
  34.               Set the paper height, in points.
  35.  
  36.        -level1
  37.               Generate  Level  1   PostScript.    The   resulting
  38.               PostScript  files  will be significantly larger (if
  39.               they contain images), but will  print  on  Level  1
  40.               printers.   This  also converts all images to black
  41.               and white.  The default  behavior  is  to  generate
  42.               Level  2  PostScript.   In particular, Level 2 sup-
  43.               ports color images and image compression.
  44.  
  45.        -noemb By default, any Type 1 fonts which are embedded  in
  46.               the  PDF  file are copied into the PostScript file.
  47.               This option causes pdftops to substitute base fonts
  48.               instead.   Embedded  fonts  make  PostScript  files
  49.               larger, but may be necessary for readable output.
  50.  
  51.        -form  Generate a PostScript form which can be imported by
  52.               software  that understands forms.  Only one page is
  53.               converted  (since  forms  cannot  contain  multiple
  54.               pages)  and  the -l option is ignored.  The -level1
  55.               option cannot be used with -form.
  56.  
  57.        -q     Don't print any messages or errors.
  58.  
  59.        -h     Print usage information.  (-help is equivalent.)
  60.  
  61.  
  62.  
  63.  
  64.                            02 Aug 1999                          1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. pdftops(1)                                             pdftops(1)
  71.  
  72.  
  73. BUGS
  74.        No support for TrueType and Type 3 fonts.
  75.  
  76. AUTHOR
  77.        The  pdftops  software  and  documentation  are  copyright
  78.        1996-1999 Derek B. Noonburg (derekn@foolabs.com).
  79.  
  80. SEE ALSO
  81.        xpdf(1),  pdftotext(1),  pdfinfo(1),  pdftopbm(1),  pdfim-
  82.        ages(1)
  83.        http://www.foolabs.com/xpdf/
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.                            02 Aug 1999                          2
  131.  
  132.  
  133.