Linux

Extract images from PDFs with poppler

Extract images from PDFs with poppler

When you need to pull out image from a PDF file

Sometimes there is a real need to save images from a PDF without screenshotting or rendering the PDF on screen. pdfimages helps with that.

PyInstaller Quickstart

PyInstaller Quickstart

Combining python program into single file

Use PyInstaller to package Python programs as standalone executables. It works on Linux, Windows, and Mac.

Not the most efficient way, but usable.