slackbuilds_ponce/office/ps2eps
B. Watson fd89438032 office/ps2eps: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-14 03:50:21 -04:00
..
ps2eps.info
ps2eps.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README office/ps2eps: Wrap README at 72 columns. 2022-03-14 03:50:21 -04:00
slack-desc

ps2eps is a tool (written in Perl) to produce Encapsulated PostScript
Files (EPS/EPSF) from usual one-paged Postscript documents. It
calculates correct Bounding Boxes for those EPS files and filters
some special postscript command sequences that can produce erroneous
results on printers. EPS files are often needed for including
(scalable) graphics of high quality into TeX/LaTeX (or even Word)
documents.

Without any argument, ps2eps reads from standard input and writes
to standard output. If filenames are given as arguments they are
processed one by one and output files are written to filenames with
extension .eps.  If input filenames have the extension .ps or .prn,
this extension is replaced with .eps. In all other cases .eps is
appended to the input filename. Please note that PostScript files
for input should contain only one single page (you can possibly use
the psselect from the psutils package to extract a single page from a
document that contains multiple pages).