postscript.c (foomatic-filters-4.0.17) | : | postscript.c (foomatic-filters-4.0-20160212) | ||
---|---|---|---|---|
skipping to change at line 133 | skipping to change at line 133 | |||
should not be touched. | should not be touched. | |||
If the input is not PostScript (if there is no "%!" after | If the input is not PostScript (if there is no "%!" after | |||
$maxlinestopsstart lines) a file conversion filter will | $maxlinestopsstart lines) a file conversion filter will | |||
automatically be applied to the incoming data, so that we will | automatically be applied to the incoming data, so that we will | |||
process the resulting PostScript here. This way we have always | process the resulting PostScript here. This way we have always | |||
PostScript data here and so we can apply the printer/driver | PostScript data here and so we can apply the printer/driver | |||
features described in the PPD file. | features described in the PPD file. | |||
Supported file conversion filters are "a2ps", "enscript", | Supported file conversion filters are "a2ps", "enscript", | |||
"mpage", and spooler-specific filters. All filters convert | "mpage", "paps", and spooler-specific filters. All filters | |||
plain text to PostScript, "a2ps" also other formats. The | convert plain text to PostScript, "a2ps" also other formats. | |||
conversion filter is always used when one prints the | The conversion filter is always used when one prints the | |||
documentation pages, as they are created as plain text, | documentation pages, as they are created as plain text, | |||
when CUPS is the spooler "pstops" is executed after the | when CUPS is the spooler "pstops" is executed after the | |||
filter so that the default option settings from the PPD file | filter so that the default option settings from the PPD file | |||
and CUPS-specific options as N-up get applied. On regular | and CUPS-specific options as N-up get applied. On regular | |||
printouts one gets always PostScript when CUPS or PPR is | printouts one gets always PostScript when CUPS or PPR is | |||
the spooler, so the filter is only used for regular | the spooler, so the filter is only used for regular | |||
printouts under LPD, LPRng, GNUlpr or without spooler. | printouts under LPD, LPRng, GNUlpr or without spooler. | |||
*/ | */ | |||
/* PostScript sections */ | /* PostScript sections */ | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |