简体   繁体   中英

how to convert text files to pdf files without reportlab in python?

I have a problem when using reportlab and py2exe. It works normal on python but much error on reportlab modules when running the exe file after compiled by py2exe. Can you suggest a library or code in python way to convert a text files (with tables) to pdf format without using reportlab. Thanks.

我过去使用pyPdf ,这对于快速而肮脏的解决方案非常有用 ,尽管在将其用于大型项目之前会有所犹豫。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM