Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pypdf

Remove Pdf Layer(s) From Pdf Using Pypdf2

Is the subject possible? I've looked over the documentation and cannot determine with certainty… Read more Remove Pdf Layer(s) From Pdf Using Pypdf2

How To Install Poppler In Ubuntu 15.04?

Poppler is a PDF rendering library based on the xpdf-3.0 code base. I have already downloaded the t… Read more How To Install Poppler In Ubuntu 15.04?

Python Pypdf2 Join Pages

I have a PDF with a big table splitted in pages, so I need to join the per-page tables into a big t… Read more Python Pypdf2 Join Pages

How To Detect A Rotated Page In A PDF Document In Python?

Given a PDF document with multiple pages, how to check if a given page is rotated (-90, 90 or 180º)… Read more How To Detect A Rotated Page In A PDF Document In Python?