diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2022-11-19 08:43:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 08:43:21 +0700 |
commit | 654380b78fa51e2afa76775f6507ab01b2cdaa89 (patch) | |
tree | a467e9c1823bef62240cf259619cef7ae75fb7ef /python/rst2pdf/README | |
parent | ddb43b0f969d45fb29d200ab4c00964638b9b096 (diff) |
python/rst2pdf: Added (PDF from Text).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/rst2pdf/README')
-rw-r--r-- | python/rst2pdf/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/rst2pdf/README b/python/rst2pdf/README new file mode 100644 index 0000000000..59fa2bf201 --- /dev/null +++ b/python/rst2pdf/README @@ -0,0 +1,4 @@ +This python module provides an alternative way to create +pdf from rst using the reportlab library. + +Sphinx is an optional dependency. |