https://github.com/hidakatsuya/diff-pdfd
A dockerized diff-pdf command.
https://github.com/hidakatsuya/diff-pdfd
diff-pdf pdf
Last synced: 4 months ago
JSON representation
A dockerized diff-pdf command.
- Host: GitHub
- URL: https://github.com/hidakatsuya/diff-pdfd
- Owner: hidakatsuya
- License: mit
- Created: 2024-09-23T17:15:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T12:45:45.000Z (about 1 year ago)
- Last Synced: 2025-06-06T12:46:47.070Z (12 months ago)
- Topics: diff-pdf, pdf
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diff-pdfd
[](https://github.com/hidakatsuya/diff-pdfd/actions/workflows/build-and-publish.yml)
A dockerized [diff-pdf](https://github.com/vslavik/diff-pdf) command.
## Install
Set up the alias as follows:
```bash
alias diff-pdfd='docker run --init -it --rm -v "${PWD}:/workdir" ghcr.io/hidakatsuya/diff-pdfd:latest'
```
For first time use, the diff-pdfd image will be downloaded from [github.com/hidakatsuya/diff-pdfd/pkgs](https://github.com/hidakatsuya/diff-pdfd/pkgs/container/diff-pdfd).
## Usage
```bash
diff-pdfd file1.pdf file2.pdf
```
See the README of [diff-pdf](https://github.com/vslavik/diff-pdf) for more information.