Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须使用 python 创建.lis(从 SQR 生成的输出)类型的文件。我找不到任何现有的 python 包。请帮忙。谢谢
LIS 文件只是文本文件。
我们创建了自己的 python 库,允许我们像 SQR 一样使用打印定位,包括对页数、页眉、页脚、横向和纵向的支持。他们目前不向公众提供它。
创建自己的python包来自己做这件事应该不会太难。