Releases: SteveTheKiller/KillerPDF
Releases · SteveTheKiller/KillerPDF
v1.3.2
Fixed
- Windows Program Compatibility Assistant popup on first launch (added app manifest with Win10/11 compatibility declaration).
- Default PDF viewer prompt now skips if KillerPDF is already the default handler.
- Default PDF viewer prompt now uses the dark KillerDialog instead of a native Windows message box.
v1.3.1
Fixed
- Print fails with 'No application is associated with the specified file for this action' on systems where Edge is the default PDF handler. Now uses WPF-native rendering and PrintDialog instead of the shell print verb.
- Zoom dropdown selected value showed in blue instead of green.
KillerPDF v1.3.0
What's new in v1.3.0
New features
- Image signatures - import a PNG, JPG, or BMP as a reusable signature instead of drawing one. Stored alongside drawn signatures and flattens into the PDF on save.
- Close File (Ctrl+W) - close the current document without quitting the app. Prompts if there are unsaved changes.
- Unsaved-changes protection - the title bar marks dirty files with
*and prompts before closing or opening a new file if edits haven't been saved. - Full-document Find - Ctrl+F search now scans the entire PDF and cycles through all matches, not just the current page.
- Zoom presets - dropdown in the toolbar with quick presets (50%, 75%, 100%, 125%, 150%, 200%). Scroll-wheel zoom also syncs the box, including non-preset levels.
Fixes
- Scrolling past the bottom of a page now advances to the next page; scrolling past the top goes back.
- Dropping a PDF onto the window after a file is already open now works correctly.
- Owner-password-protected PDFs now open correctly (previously only user-password was handled).
- Dragging the title bar while the window is maximized now correctly restores and moves the window.
- Delete confirmation now reads "Delete 1 page?" or "Delete 2 pages?" instead of "Delete N page(s)?".
- Signature delete button showed a rectangle glyph instead of an X.
Polish
- All dialog boxes (confirmations, prompts, errors) are now fully dark-themed via a custom dialog window.
- Create Signature dialog has a proper dark custom chrome title bar with a red X close button.
- Button hover states and page thumbnail hover in the sidebar are now green instead of the default Windows blue.
- Toolbar icons overhauled: Open Folder, Close File, Move Up, Move Down, Extract Pages, and Merge PDFs all use cleaner glyphs.
KillerPDF v1.2.1
- Code signed with Certum certificate... Windows will now show a verified publisher instead of unknown
- Cleaned up footer
KillerPDF v1.2.0
Added
- Self-installing EXE. Install or Run dialog on first launch. Installs per-user to %LOCALAPPDATA%\Programs\KillerPDF\ (no UAC), creates Start Menu shortcut, registers as PDF file handler, adds uninstall entry to Add/Remove Programs.
- Command-line file argument support so file associations work.
- Password-protected PDF support. Prompts for password instead of erroring. Decrypted copy held in temp for the session.
- Save Flattened PDF (toolbar photo icon). Rasterizes every page at 150 DPI via PDFium into a fully uneditable document. Annotations burned in before flattening.
Killer PDF v1.1.1
Fixed maximize covering the taskbar (WM_GETMINMAXINFO hook, multi-monitor aware).
Fixed two CS8602 nullability warnings.
Download: KillerPDF.zip (Windows 10/11 x64)
SHA256:
61c32f0bc08c36ea0a7edf8b08c5106ba1335289bc4d6edcbd33017e23eafa43
Source: KillerPDF-1.1.1-src.zip
KillerPDF v1.1.0
First public GitHub release of KillerPDF.
Download: KillerPDF.zip (Windows 10/11 x64, no runtime required, ~6 MB)
SHA256:
755c4ac8dad9b717f45cf511235d60f82cbbbcd312f822283b37b69525283743
Source: KillerPDF-1.1.0-src.zip