Skip to content

Commit 7dbec4e

Browse files
committed
Update readme to mention pz_ps and psprint.py
1 parent 46ad322 commit 7dbec4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ go through the PL/SQL code to clean it up.
102102
* `procfinder.py` is just a tool that locates PL/SQL procedures and generates
103103
declaration statements. I just find this useful for PL/SQL programming in
104104
general. It breaks with `function`s though.
105+
* `psprint.py` converts PDF graphics commands to PL/SQL command using the [`pz_ps`](helper/pz_ps.sql) package.
105106

106107
# print.py and print2.py
107108
`print.py` and `print2.py` take an input file of SQR `print` statements and either print the converted version to the console, or writes them out to a file. For example, here is a file with some SQR:

0 commit comments

Comments
 (0)