Python Forum
[PyQt] Working With Pdf - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: [PyQt] Working With Pdf (/thread-30569.html)



Working With Pdf - Harshil - Oct-26-2020

Hey! I Found That Qt Has a QPDFview And QPDFDocument but they are in c++.

Is There a way to use them in python?


RE: Working With Pdf - deanhystad - Oct-26-2020

Look at pikepdf. I haven't used it.

https://pypi.org/project/pikepdf/


RE: Working With Pdf - Harshil - Oct-26-2020

(Oct-26-2020, 03:46 PM)deanhystad Wrote: Look at pikepdf. I haven't used it.

https://pypi.org/project/pikepdf/

Hmm it is good i will use it.

Thanks For Suggestion Big Grin


RE: Working With Pdf - Axel_Erfurt - Oct-26-2020

I use pdf.js in a Qt5PDFViewer

https://github.com/Axel-Erfurt/Qt5PDFViewer