1
0
Fork
You've already forked src2pdf
0
A sourcecode to pdf converter (to replace the a2ps-ps2pdf-sequence)
  • Python 100%
Find a file
2026年04月22日 11:34:13 +02:00
src/src2pdf Better encoding detection. 2026年04月22日 11:34:13 +02:00
MANIFEST restructured the code to make it work with distutils 2020年06月11日 21:40:08 +02:00
pyproject.toml Better encoding detection. 2026年04月22日 11:34:13 +02:00
README.md Create README.md 2020年06月11日 21:58:39 +02:00

src2pdf

A sourcecode to pdf converter (to replace the a2ps-ps2pdf-sequence)

This script formats source code to nice looking pdf files. It is born out of my frustration with a2ps, which is not able to handle utf-8 encoded files correctly. src2pdf uses pygments and therefore can handle all supported languages.

src2pdf does not depend upon a pdf library for creating the output. Instead output is created by directly printing pdf statements.