如何在 Python 中查看和打印 PDF?

发布于 2024-08-29 20:39:21 字数 80 浏览 0 评论 0原文

是否有 GPL 或限制较少(首选 LGPL)的库可供查看和使用?打印 PDF?

我正在使用 PyQt,也许可以使用它渲染 PDF?

Is there a GPL or less restrictive (preferred LGPL) library to view & print PDFs?

I'm using PyQt, maybe there's a possibility to render PDFs using it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

如梦初醒的夏天 2024-09-05 20:39:21

您可以尝试 python-popplerPoppler 是一个众所周知的 PDF 渲染器(由 Okular 等程序)基于 xpdf。然而,这个特定的绑定相当新,并且似乎没有真正的主页。

You can try python-poppler. Poppler is a well known PDF renderer (used by Okular, among other programs) based on xpdf. However, this particular binding is fairly new, and doesn't seem to have a real home page.

我喜欢麦丽素 2024-09-05 20:39:21

You might want to check out this Qt Quarterly post - Poppler: Displaying PDF Files with Qt that explains how to do this in Qt. It's in C++ but I see poppler has Python bindings so it shouldn't be a problem to port the example code in the post to Python.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文