mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
Apply suggestions from code review
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user