paps-0.6.8

Introduction to paps

paps is a text to PostScript converter that works through Pango. Its input is a UTF-8 encoded text file and it outputs vectorized PostScript. It may be used for printing any complex script supported by Pango.

Package Information

paps Dependencies

Required

Pango-1.16.4

Optional

Doxygen-1.5.2

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/Paps

Installation of paps

Install paps by running the following commands:

./configure --prefix=/usr &&
make

To test the results, issue: src/test_libpaps > test.ps. View the output file in any available PostScript viewer and visually compare it to doxygen-doc/html/example-output.png in the source tree. The results of the output will be more robust with DejaVu, Arphic, and Kochi fonts installed as explained in the Xft Font Protocol Section of the X Window System configuration.

Now, as the root user:

make install &&
install -v -m755 -d                 /usr/share/doc/paps-0.6.8 &&
install -v -m644 doxygen-doc/html/* /usr/share/doc/paps-0.6.8

Contents

Installed Program: paps
Installed Library: libpaps.a
Installed Directory: /usr/share/doc/paps-0.6.8

Short Descriptions

paps

is a text to PostScript converter that supports UTF-8 character encoding.

Last updated on 2008-03-10 18:57:16 -0500