home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / CDTools / Viewers / Apdf / doc.orig / pdftops.cat < prev    next >
Text File  |  1999-07-14  |  3KB  |  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.80)
  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.        -h     Print usage information.  (-help is equivalent.)
  58.  
  59. BUGS
  60.        This is a beta release of pdftops, and there are  still  a
  61.  
  62.  
  63.  
  64.                            27 Nov 1998                          1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. pdftops(1)                                             pdftops(1)
  71.  
  72.  
  73.        bunch of PDF features which I have yet to implement.
  74.  
  75. AUTHOR
  76.        The  pdftops  software  and  documentation  are  copyright
  77.        1996-1998 Derek B. Noonburg (derekn@foolabs.com).
  78.  
  79. SEE ALSO
  80.        xpdf(1),  pdftotext(1),  pdfinfo(1),  pdftopbm(1),  pdfim-
  81.        ages(1)
  82.        http://www.foolabs.com/xpdf/
  83.  
  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.                            27 Nov 1998                          2
  131.  
  132.  
  133.