Converts ASCII Text into PostScript
a2ps converts ASCII text into PostScript. This feature is used by
apsfilter, for example, to pretty-print ASCII text.
Warning: a2ps is not able to convert complex unicode (UTF-8) text to
PostScript. Only language text which can be converted from UTF-8 to
latin encodings are supported.
- Developed at Publishing
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/a2ps && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
a2ps-4.13-base.patch | 0000000261 261 Bytes | |
a2ps-4.13-include.patch | 0000000431 431 Bytes | |
a2ps-4.13-types.patch | 0000000533 533 Bytes | |
a2ps-4.13-utf8.patch | 0000004171 4.07 KB | |
a2ps-4.14-linker.patch | 0000000872 872 Bytes | |
a2ps-4.14-manuals.diff | 0000000511 511 Bytes | |
a2ps-4.14-ogonkify.patch | 0000003625 3.54 KB | |
a2ps-4.14-tempfile.patch | 0000000965 965 Bytes | |
a2ps-4.14.diff | 0000031492 30.8 KB | |
a2ps-4.15.tar.gz | 0003723299 3.55 MB | |
a2ps-4.15.tar.gz.sig | 0000000488 488 Bytes | |
a2ps-buildcompare.patch | 0000001273 1.24 KB | |
a2ps-ko.po | 0000041726 40.7 KB | |
a2ps-open | 0000003342 3.26 KB | |
a2ps.changes | 0000024170 23.6 KB | |
a2ps.keyring | 0000089186 87.1 KB | |
a2ps.spec | 0000008518 8.32 KB |
Revision 51 (latest revision is 54)
Dominique Leuenberger (dimstar_suse)
accepted
request 1072656
from
Dr. Werner Fink (WernerFink)
(revision 51)
- Updated to 4.15 * Noteworthy changes in release 4.15 (2023-03-07) [stable] * Features: - Replace the 'psmandup' utility with simpler 'lp2' to directly print documents to a simplex printer. - Remove the outdated 'psset' and 'fixnt', and simplify 'fixps' to always process its input with Ghostscript. - Use libpaper's paper sizes. This includes user-defined paper sizes when using libpaper 2. It is still possible to define custom margins using "Medium:" specifications in the configuration file, and the one size defined by a2ps that libpaper does not know about, Quarto, is retained for backwards compatiblity, and as an example. * Documentation - Remove some obsolete explanations. - Reformat --help output consistently to 80 columns. - Some English fixes. * Bug fixes: - Avoid a crash when a medium is not specified; instead, use the default libpaper size (configured by the user or sysadmin, or the locale default). - Fix some other potential crashes and compiler warnings. - Fixes for security bugs CVE-2001-1593, CVE-2015-8107 and CVE-2014-0466. - Minor bugs fixed. * Predefined delegations: - Remove support for defunct Netscape and proprietary Acrobat Reader. - Add lpr wrapper for automatic detection of different printing systems, including CUPS support. * Encodings: - Use libre fonts for KOI-8. - Composite fonts support.
Comments 0