Psg is a Python module that lets you create PostScript files by embedding EPS files, bitmaps (through PIL), fonts, and arbitrary subsections from DSC compliant input files. This could be used to rewrite the psutils package in Python. A rudimentary layout engine to create connected text boxes is in place. The text functions support Type1 fonts and dynamically reencode them based on Unicode input. All input/output operations go through regular Python file objects.
| Licenses | GPL |
|---|---|
| Implementation | Python |