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

Create Executable For Windows From Python Codebase That Needs Poppler

I am using pdf2image in my code that in turn needs PATH to have the /bin folder of the Poppler bina… Read more Create Executable For Windows From Python Codebase That Needs Poppler

Include Poppler While Generating An Application Using Pyinstaller

I am using poppler to read pdfs Poppler folder is located with my source file as shown below. Code … Read more Include Poppler While Generating An Application Using Pyinstaller

Read, Highlight, Save PDF Programmatically

I'd like to write a small script (which will run on a headless Linux server) that reads a PDF, … Read more Read, Highlight, Save PDF Programmatically