Files
mmd-pdf/choco/killerpdf.nuspec
T

49 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>killerpdf</id>
<version>REPLACE_VERSION</version>
<packageSourceUrl>https://github.com/SteveTheKiller/KillerPDF</packageSourceUrl>
<owners>SteveTheKiller</owners>
<title>KillerPDF</title>
<authors>Steve / thekiller.net</authors>
<projectUrl>https://killerpdf.net</projectUrl>
<iconUrl>https://raw.githubusercontent.com/SteveTheKiller/KillerPDF/main/Resources/kp-icon.ico</iconUrl>
<licenseUrl>https://github.com/SteveTheKiller/KillerPDF/blob/main/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/SteveTheKiller/KillerPDF</projectSourceUrl>
<docsUrl>https://github.com/SteveTheKiller/KillerPDF/blob/main/README.md</docsUrl>
<bugTrackerUrl>https://github.com/SteveTheKiller/KillerPDF/issues</bugTrackerUrl>
<tags>pdf viewer editor annotate merge split sign ocr cli portable</tags>
<summary>PDF editor for Windows. No Adobe, no subscription, no telemetry.</summary>
<description>PDF editor for Windows. View, annotate, OCR, merge, split, edit text, draw, sign, fill forms, print, flatten, and open password-protected PDFs without an Adobe subscription or a phone-home.
**Features:**
- High-quality rendering via PDFium
- Four view modes (Single, Continuous, Two-Page, Grid) and tabbed documents, each restoring its page, zoom, and view mode; split pane (F10) shows two documents side by side
- Inline text editing with font matching against the original document
- Text boxes, freehand drawing, straight lines, and highlights, with a full RGB color picker and screen eyedropper
- Built-in OCR, no cloud: OCR a page or dragged region to the clipboard, make a searchable PDF, or extract all text
- Full command line: merge, extract, split, decrypt, flatten, render to images, print, and OCR run headlessly with scripting-friendly exit codes
- PDF form filling: text inputs, checkboxes, and radio buttons render as live controls
- Digital signatures with a cloud certificate (Certum SimplySign); draw and reuse signatures or import a PNG/JPG/BMP image
- Merge multiple PDFs and split out selected pages, drag-and-drop page reordering; drop a folder or ZIP to merge its contents
- Rotate, scale, flip, straighten a crooked scan, and crop with corner handles
- Page-number and watermark stamping across a page range
- PDF outline (bookmark) navigation and full editing: add, rename inline, nest, reorder, retarget, and delete, with undo
- Full-text search across the entire document with result highlighting
- Undo and redo across annotations, page operations, and document edits, plus browser-style jump history (Alt+arrows)
- Print with a real in-app preview (scale, position, margins, pages-per-sheet, two-sided); Save Flattened to make a page uneditable
- Six themes with per-theme accent colors; localized in ten languages
- Keyboard shortcut overlay (F1) with a list view and a visual keyboard view, color-coded by category
- Single Windows EXE, ~16 MB, no runtime install; self-installs per-user, machine-wide, or runs portable
- GPLv3, local-only, no account, no telemetry
</description>
<releaseNotes>https://github.com/SteveTheKiller/KillerPDF/releases/tag/vREPLACE_VERSION</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>