Skip to content

PageDrop v0.1.0 — Windows standalone

Choose a tag to compare

@ParallaX07 ParallaX07 released this 07 Jun 21:39

First public release of PageDrop: a desktop PDF utility for browsing, editing, and extracting pages.

Download

  • pagedrop.exe — standalone Windows executable. No Python install required; download and run.
  • Windows may show a SmartScreen warning (unsigned build). Choose More info → Run anyway if prompted.

What you can do

  • Open PDFs and browse every page as a thumbnail grid
  • Drag pages into Explorer — each drop becomes its own PDF file
  • Edit in tabs: reorder, delete, insert pages from other PDFs, Save As
  • Merge PDFs — combine whole files in a separate window
  • Create PDF — turn images (PNG, JPEG, WebP, etc.) into PDFs
  • Multi-window workflows and drag pages between windows (Shift+drop to move)

Quick start

  1. Download pagedrop.exe
  2. Double-click to launch
  3. File → Open PDF, select pages, drag thumbnails into a folder

Notes

  • Windows 10/11, 64-bit
  • First launch may take a few seconds while the app unpacks
  • macOS/Linux builds not included in this release

From source

git clone https://github.com/ParallaX07/PageDrop
cd PageDrop
uv sync
uv run pagedrop