Penguin

Differences between current version and predecessor to the previous major change of pdftops(1).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, June 4, 2002 12:22:30 am by perry
Older page: version 1 Last edited on Tuesday, June 4, 2002 12:22:30 am by perry Revert
@@ -11,9 +11,9 @@
 ---- 
 !!NAME 
  
  
-pdftops - Portable Document Format (PDF) to PostScript converter (version 1.00) 
+pdftops - Portable Document Format (PDF) to ! PostScript converter (version 1.00) 
 !!SYNOPSIS 
  
  
 __pdftops__ [[options] [[''PDF-file'' 
@@ -21,16 +21,16 @@
 !!DESCRIPTION 
  
  
 __Pdftops__ converts Portable Document Format (PDF) files 
-to PostScript so they can be printed. 
+to ! PostScript so they can be printed. 
  
  
 Pdftops reads the PDF file, ''PDF-file'', and writes a 
-PostScript file, ''PS-file''. If ''PS-file'' is not 
+! PostScript file, ''PS-file''. If ''PS-file'' is not 
 specified, pdftops converts ''file.pdf'' to 
 ''file.ps'' (or ''file.eps'' with the -eps option). If 
-''PS-file'' is -', the PostScript is sent to 
+''PS-file'' is -', the ! PostScript is sent to 
 stdout. 
 !!CONFIGURATION FILE 
  
  
@@ -63,40 +63,40 @@
  
 __-level1__ 
  
  
-Generate Level 1 PostScript. The resulting PostScript files 
+Generate Level 1 ! PostScript. The resulting ! PostScript files 
 will be significantly larger (if they contain images), but 
 will print on Level 1 printers. This also converts all 
 images to black and white. The default behavior is to 
-generate Level 2 PostScript. In particular, Level 2 supports 
+generate Level 2 ! PostScript. In particular, Level 2 supports 
 color images and image compression. No more than one of the 
-PostScript level options (-level1, -level1sep, -level2sep) 
+! PostScript level options (-level1, -level1sep, -level2sep) 
 may be given. [[config file: __psLevel__] 
  
  
 __-level1sep__ 
  
  
-Generate Level 1 separable PostScript. All colors are 
+Generate Level 1 separable ! PostScript. All colors are 
 converted to CMYK. Images are written with separate stream 
 data for the four components. [[config file: 
 __psLevel__] 
  
  
 __-level2sep__ 
  
  
-Generate Level 2 separable PostScript. All colors are  
-converted to CMYK. The PostScript separation convention 
+Generate Level 2 separable ! PostScript. All colors are  
+converted to CMYK. The ! PostScript separation convention 
 operators are used to handle custom (spot) colors. [[config 
 file: __psLevel__] 
  
  
 __-eps__ 
  
  
-Generate an Encapsulated PostScript (EPS) file. An EPS file 
+Generate an Encapsulated ! PostScript (EPS) file. An EPS file 
 contains a single image, so if you use this option with a 
 multi-page PDF file, you must use -f and -l to specify a 
 single page. No more than one of the mode options (-eps, 
 -form) may be given. 
@@ -104,9 +104,9 @@
  
 __-form__ 
  
  
-Generate a PostScript form which can be imported by software 
+Generate a ! PostScript form which can be imported by software 
 that understands forms. A form contains a single page, so if 
 you use this option with a multi-page PDF file, you must use 
 -f and -l to specify a single page. The -level1 option 
 cannot be used with -form. 
@@ -124,24 +124,24 @@
 __-noembt1__ 
  
  
 By default, any Type 1 fonts which are embedded in the PDF 
-file are copied into the PostScript file. This option causes 
+file are copied into the ! PostScript file. This option causes 
 pdftops to substitute base fonts instead. Embedded fonts 
-make PostScript files larger, but may be necessary for 
+make ! PostScript files larger, but may be necessary for 
 readable output. [[config file: 
 __psEmbedType1Fonts__] 
  
  
 __-noembtt__ 
  
  
-By default, any TrueType fonts which are embedded in the PDF  
-file are copied into the PostScript file. This option causes 
+By default, any ! TrueType fonts which are embedded in the PDF  
+file are copied into the ! PostScript file. This option causes 
 pdftops to substitute base fonts instead. Embedded fonts 
-make PostScript files larger, but may be necessary for  
-readable output. Also, some PostScript interpreters do not  
-have TrueType rasterizers. [[config file: 
+make ! PostScript files larger, but may be necessary for  
+readable output. Also, some ! PostScript interpreters do not  
+have ! TrueType rasterizers. [[config file: 
 __psEmbedTrueTypeFonts__] 
  
  
 __-paper__ ''size'' 
@@ -167,9 +167,9 @@
  
 __-duplex__ 
  
  
-Set the Duplex pagedevice entry in the PostScript file. This 
+Set the Duplex pagedevice entry in the ! PostScript file. This 
 tells duplex-capable printers to enable duplexing. [[config 
 file: __psDuplex__] 
  
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.