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
Age
Commit message (
Expand
)
Author
2023-04-30
[maven-release-plugin] prepare for next development iteration
HEAD
master
Teddy Wing
2023-04-30
[maven-release-plugin] prepare release v0.0.1
v0.0.1
Teddy Wing
2023-04-30
[maven-release-plugin] rollback the release of v0.0.1
Teddy Wing
2023-04-30
Makefile: Allow custom `mvn` executable
Teddy Wing
2023-04-29
[maven-release-plugin] prepare for next development iteration
Teddy Wing
2023-04-29
[maven-release-plugin] prepare release v0.0.1
Teddy Wing
2023-04-29
Makefile: Remove snapshot for tag editing in `release` target
Teddy Wing
2023-04-29
Makefile: Edit Git tag made by `mvn release:prepare`
Teddy Wing
2023-04-29
Makefile: Remove `mvn release:perform` line
Teddy Wing
2023-04-28
README: Add install instructions
Teddy Wing
2023-04-28
Makefile: Move shell script wrapper template exec to a new target
Teddy Wing
2023-04-27
Makefile: Add `MVNFLAGS` variable to pass custom flags to Maven
Teddy Wing
2023-04-27
Set up Maven release plugin
Teddy Wing
2023-04-27
pom.xml: Add project description
Teddy Wing
2023-04-26
Makefile: Add an `install` target
Teddy Wing
2023-04-26
pom.xml: Add 'slf4j-nop' dependency
Teddy Wing
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 README
Teddy Wing
2023-04-26
Makefile: Add `package` target
Teddy Wing
2023-04-26
Add license (GNU GPLv3+)
Teddy Wing
2023-04-26
Remove tests harness
Teddy Wing
2023-04-26
Makefile: Remove old `all` target
Teddy Wing
2023-04-26
Add man page
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-25
Add a shell script to make it easier to execute the JAR
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-24
pom.xml: Add 'maven-shade-plugin' to build an uber-jar
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
pom.xml: Add iText 7.2.5 dependency
Teddy Wing
2023-04-23
.gitignore: Ignore the Maven target/ directory
Teddy Wing
2023-04-23
Regenerate Maven project structure
Teddy Wing
2023-04-23
Generate a Maven project structure
Teddy Wing
2023-04-23
Main.java: Switch form field font to Courier New
Teddy Wing
2023-04-23
Main.java: Don't embed the font
Teddy Wing
2023-04-23
Main.java: Trying to use a TTF to replace the font, not working
Teddy Wing
2023-04-23
Main.java: Debug font size
Teddy Wing
2023-04-23
Main.java: Only change font if it matches a given font name
Teddy Wing
2023-04-22
Change PDF form field font
Teddy Wing