index
:
pdf-form-replace-font2
master
Replace fonts in a PDF's interactive form fields
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-04-26
App.java: Remove debug prints
Teddy Wing
2023-04-26
App.java: Move `PdfReader`, `PdfWriter` declaration to `main`
Teddy Wing
2023-04-26
Add license (GNU GPLv3+)
Teddy Wing
2023-04-26
Remove tests harness
Teddy Wing
2023-04-26
App.java: Add Mac OS X user font directory
Teddy Wing
2023-04-26
App.java: Add additional Mac OS X font locations
Teddy Wing
2023-04-26
Switch to Java 8
Teddy Wing
2023-04-25
App.java: Use command line arguments in `replacePdfFieldFont`
Teddy Wing
2023-04-25
App.java: Set remaining command line option variables
Teddy Wing
2023-04-24
App.java: Print program version
Teddy Wing
2023-04-24
App.java: Start adding command line option parsing
Teddy Wing
2023-04-23
App.java: Extract font replacement code to function
Teddy Wing
2023-04-23
App.java: Remove "*" imports
Teddy Wing
2023-04-23
App.java: Remove commented in-progress code
Teddy Wing
2023-04-23
Move 'Main.java' to 'App.java'
Teddy Wing
2023-04-23
Regenerate Maven project structure
Teddy Wing
2023-04-23
Generate a Maven project structure
Teddy Wing