Log inSign up
py-pdf
11 posts
@py_pdf

py-pdf

@py_pdf
I'm sharing news about the Python / PDF ecosystem 🐍 #python #pdf - it's not (only) about pypdf
py-pdf.github.io
Joined March 2023
0
Following
16
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • @py_pdf
    py-pdf
    @py_pdf
    Jan 19, 2024
    #pypdf==4.0.0 was just released 🎉 We now support layout-mode text extraction ✍️ and you get a PDF preview when using pypdf within Jupyter notebooks 🤩 Kudos to the new contributor shartzog who implemented the layout-mode with his first contribution 🤯👏
    Image
    Release Version 4.0.0, 2024-01-19 · py-pdf/pypdf
    From github.com
  • @py_pdf
    py-pdf
    @py_pdf
    Sep 9, 2023
    Did you know that you can use the CLI program `pdfly` to split a PDF? superuser.com/a/1807735/64857 `pdfly cat in.pdf 2:4 -o out.pdf` is just the simplest of many ways to use it
  • @py_pdf
    py-pdf
    @py_pdf
    Aug 4, 2023
    fpdf2 is now part of the py-pdf organisation, just like pypdf github.com/py-pdf/fpdf2 🎉 We hope both projects benefit from this move on the long run by a better exchange+support of the projects. fpdf2 is awesome at PDF generation, pypdf excels at text extraction+manipulation
    Image
    GitHub - py-pdf/fpdf2: Simple PDF generation for Python
    From github.com
  • @py_pdf
    py-pdf
    @py_pdf
    Aug 2, 2023
    How would you detect / remove all footers for a list of strings which represent extracted texts of a PDF document? pypdf.readthedocs.io/en/latest/user… - contributions are welcome ❤️
  • @py_pdf
    py-pdf
    @py_pdf
    Jul 29, 2023
    pypdf==3.14.0 was released 😎 Users can now use cryptography instead of Pycryptodome, the text extraction of math content (LaTeX) was improved. Finally, the AnnotationBuilder was deprecated in favor of Annotation classes
    github.com
    Release Version 3.14.0, 2023-07-29 · py-pdf/pypdf
    What's new New Features (ENH) Accelerate image list keys generation (#2014) Use cryptography for encryption/decryption as a fallback for PyCryptodome (#2000) Extract LaTeX characters (#2016) A...
Advertisement
Advertisement