baruchel / txt2pdf

Text to PDF converter with Unicode support
MIT License
75 stars 46 forks source link

Add a few warnings, expand_tabs un-hardcode tab_size #30

Closed jdmonin closed 1 year ago

jdmonin commented 1 year ago

Hello,

Thanks for making txt2pdf, it's very useful and easy to understand!

To make it easier to use for a first-time user (like me), I added these warnings:

And fixes 1 small thing I saw:

Tested in python 3.8 and 2.7 (ubuntu 20.04).

Please merge if this is useful, or let me know what else I need to do for this PR. Thank you, -Jeremy