【发布时间】:2015-12-02 07:14:31
【问题描述】:
http://pillow.readthedocs.org/en/3.0.x/handbook/image-file-formats.html#pdf
Pillow 文档提到能够保存多个页面,但我找不到任何其他文档或代码示例告诉您如何将页面添加到新 PDF。
【问题讨论】:
标签: python pdf pdf-generation python-imaging-library pillow
http://pillow.readthedocs.org/en/3.0.x/handbook/image-file-formats.html#pdf
Pillow 文档提到能够保存多个页面,但我找不到任何其他文档或代码示例告诉您如何将页面添加到新 PDF。
【问题讨论】:
标签: python pdf pdf-generation python-imaging-library pillow
【讨论】:
目前 Pillow 似乎无法做到这一点,我使用 reportlab 从头开始构建多页 PDF:
【讨论】: