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.
如何使用 pdfrw 找到未使用(白色)的 PDF 页面周围的空间以便能够修剪它?也许如果我可以遍历所有对象并找到最接近页面边框的坐标...
pdfrw 并不是真正设计用于仔细检查 pdf 文件。你应该试试pdfminer。(免责声明:我是 pdfrw 作者。)