index
:
pdf-form-replace-font
master
Replace fonts in a PDF form's text fields
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-05
README: Clarify PDF form
v0.0.1
Teddy Wing
2021-05-05
pdf-form-replace-font.1: Add limitations section
Teddy Wing
2021-05-05
Add README
Teddy Wing
2021-05-05
Makefile: Add release packaging
Teddy Wing
2021-05-05
Move PDF appearance key to a named constant
Teddy Wing
2021-05-05
Add license (GNU GPLv3+)
Teddy Wing
2021-05-05
Add man page
Teddy Wing
2021-05-05
Usage: PDF input path argument is optional
Teddy Wing
2021-05-05
Add TODO
Teddy Wing
2021-05-04
Add `--help` and `--version` command line options
Teddy Wing
2021-05-04
Add sysexits exit code
Teddy Wing
2021-05-04
Add context to errors
Teddy Wing
2021-05-04
Add standard input and output handling
Teddy Wing
2021-05-04
Get variables from command line arguments
Teddy Wing
2021-05-04
Begin defining command line options
Teddy Wing
2021-05-03
main: Remove debug print lines
Teddy Wing
2021-05-03
Rename project to `pdf-form-replace-font`
Teddy Wing
2021-05-02
Change version to v0.0.1
Teddy Wing
2021-05-02
Proof of concept to replace PDF form fields' font
Teddy Wing