Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyPDF2.PDFFileReader
#10
I've never used this module stand alone, but do use the wxpython implementation
of wx.lib.pdfviewer, which wil use either PyPDF2 or PyMuPDF (whichever it finds installed)
They have a base application that might be helpful, documented here:
https://wxpython.org/Phoenix/docs/html/w....pdfviewer
including a complete example.
Other examples, of using PyPDF2(without GUI) can be found here: http://nullege.com/codes/search?cq=PyPDF2
and specifically using GetOutlines here: http://nullege.com/codes/search/pdf.PdfF...etOutlines

If you want to try the GUI example, you need to install wxpython which is simple:
pip install wxpython
Reply


Messages In This Thread
PyPDF2.PDFFileReader - by standenman - Jan-31-2018, 03:40 PM
RE: PyPDF2.PDFFileReader - by Larz60+ - Jan-31-2018, 05:09 PM
RE: PyPDF2.PDFFileReader - by standenman - Feb-01-2018, 06:06 PM
RE: PyPDF2.PDFFileReader - by snippsat - Feb-01-2018, 06:39 PM
RE: PyPDF2.PDFFileReader - by standenman - Feb-01-2018, 10:26 PM
RE: PyPDF2.PDFFileReader - by Larz60+ - Feb-01-2018, 11:00 PM
RE: PyPDF2.PDFFileReader - by standenman - Feb-01-2018, 11:38 PM
RE: PyPDF2.PDFFileReader - by Larz60+ - Feb-02-2018, 01:21 AM
RE: PyPDF2.PDFFileReader - by standenman - Feb-02-2018, 04:32 AM
RE: PyPDF2.PDFFileReader - by Larz60+ - Feb-02-2018, 05:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PyPDF2 deprecation problem gowb0w 5 4,339 Sep-21-2023, 12:38 PM
Last Post: Pedroski55
  ModuleNotFoundError: No module named 'PyPDF2' Benitta2525 1 1,594 Aug-07-2023, 05:32 AM
Last Post: DPaul
  Pypdf2 will not find text standenman 2 962 Feb-03-2023, 10:52 PM
Last Post: standenman
  pyPDF2 PDFMerger close pensding file japo85 2 2,475 Jul-28-2022, 09:49 AM
Last Post: japo85
  PyPDF2 processing problem Pavel_47 6 9,822 May-04-2021, 06:58 AM
Last Post: chaitanya
  Problem with installing PyPDF2 Pavel_47 2 6,080 Nov-10-2019, 02:58 PM
Last Post: Pavel_47
  pyPDF2 nautilus columns modification AJBek 1 2,940 Jun-07-2019, 04:17 PM
Last Post: micseydel
  Using Pypdf2 write a string to a pdf file Pedroski55 6 20,473 Apr-11-2019, 11:10 PM
Last Post: snippsat
  Merging pdfs with PyPDF2 Pedroski55 0 3,308 Mar-07-2019, 11:58 PM
Last Post: Pedroski55
  PyPDF2 encrypt Truman 3 5,461 Jan-19-2019, 12:18 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020