Skip to content

Commit 7953993

Browse files
authored
Apply suggestions from code review
1 parent 035eec9 commit 7953993

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

skills/pdftk-server/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PDFtk Server is a command-line tool for working with PDF documents. It can merge
2525
## Prerequisites
2626

2727
- PDFtk Server must be installed on the system
28-
- **Windows**: Download and run the installer (see `references/download.md`)
28+
- **Windows**: `winget install --id PDFLabs.PDFtk.Server`
2929
- **macOS**: `brew install pdftk-java`
3030
- **Linux (Debian/Ubuntu)**: `sudo apt-get install pdftk`
3131
- **Linux (Red Hat/Fedora)**: `sudo dnf install pdftk`

skills/pdftk-server/references/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PDFtk provides an installer for Windows. Many Linux distributions provide a PDFt
77
Download the PDFtk Server installer for Windows 10 and 11 using the following command:
88

99
```bash
10-
curl -LO https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/pdftk_server-2.02-win-setup.exe
10+
winget install --id PDFLabs.PDFtk.Server
1111
```
1212

1313
Then run the installer:

skills/pdftk-server/references/pdftk-man-page.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# PDFtk Server Manual Reference
22

3+
- **`pdftk` version 2.02**
4+
- Check [version history](https://www.pdflabs.com/docs/pdftk-version-history/) for changes
5+
- See [server manual](https://www.pdflabs.com/docs/pdftk-man-page/) for the latest documentation
6+
37
## Overview
48

59
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.

0 commit comments

Comments
 (0)