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.
当我检查 libharu 和 podofo 时,我检查了保存 PDF 文件的能力,但无法检查加载 PDF 并将它们存储在字节数组中的能力。
我可以使用 Podofo 或 libHaru 从 PDF 图像文件中获取字节数组吗?
如果不是,打开 PDF 并将其存储为字节数组的正确库是什么?(muPDF 除外)
您的意思是从 PDF 文件中提取位图图像或将 PDF 页面呈现为图像?libharu 和 podofo 都没有阅读 PDF 文档的能力。您应该找到一个类似于PyPDF2的库。