Apply suggestions from code review

This commit is contained in:
John Haugabook
2026-02-15 21:46:03 -05:00
committed by GitHub
parent 035eec9833
commit 7953993273
3 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ PDFtk Server is a command-line tool for working with PDF documents. It can merge
## Prerequisites
- PDFtk Server must be installed on the system
- **Windows**: Download and run the installer (see `references/download.md`)
- **Windows**: `winget install --id PDFLabs.PDFtk.Server`
- **macOS**: `brew install pdftk-java`
- **Linux (Debian/Ubuntu)**: `sudo apt-get install pdftk`
- **Linux (Red Hat/Fedora)**: `sudo dnf install pdftk`

View File

@@ -7,7 +7,7 @@ PDFtk provides an installer for Windows. Many Linux distributions provide a PDFt
Download the PDFtk Server installer for Windows 10 and 11 using the following command:
```bash
curl -LO https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-win-setup.exe
winget install --id PDFLabs.PDFtk.Server
```
Then run the installer:

View File

@@ -1,5 +1,9 @@
# PDFtk Server Manual Reference
- **`pdftk` version 2.02**
- Check [version history](https://www.pdflabs.com/docs/pdftk-version-history/) for changes
- See [server manual](https://www.pdflabs.com/docs/pdftk-man-page/) for the latest documentation
## Overview
PDFtk is a command-line utility for manipulating PDF documents. It enables operations including merging, splitting, rotating, encrypting, decrypting, watermarking, form-filling, and metadata extraction of PDF files.