aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-04-30[maven-release-plugin] prepare for next development iterationHEADmasterTeddy Wing
2023-04-30[maven-release-plugin] prepare release v0.0.1v0.0.1Teddy Wing
2023-04-30[maven-release-plugin] rollback the release of v0.0.1Teddy Wing
2023-04-30Makefile: Allow custom `mvn` executableTeddy Wing
2023-04-29[maven-release-plugin] prepare for next development iterationTeddy Wing
2023-04-29[maven-release-plugin] prepare release v0.0.1Teddy Wing
2023-04-29Makefile: Remove snapshot for tag editing in `release` targetTeddy Wing
2023-04-29Makefile: Edit Git tag made by `mvn release:prepare`Teddy Wing
2023-04-29Makefile: Remove `mvn release:perform` lineTeddy Wing
2023-04-28README: Add install instructionsTeddy Wing
2023-04-28Makefile: Move shell script wrapper template exec to a new targetTeddy Wing
2023-04-27Makefile: Add `MVNFLAGS` variable to pass custom flags to MavenTeddy Wing
2023-04-27Set up Maven release pluginTeddy Wing
2023-04-27pom.xml: Add project descriptionTeddy Wing
2023-04-26Makefile: Add an `install` targetTeddy Wing
2023-04-26pom.xml: Add 'slf4j-nop' dependencyTeddy Wing
2023-04-26App.java: Remove debug printsTeddy Wing
2023-04-26App.java: Move `PdfReader`, `PdfWriter` declaration to `main`Teddy Wing
2023-04-26Add READMETeddy Wing
2023-04-26Makefile: Add `package` targetTeddy Wing
2023-04-26Add license (GNU GPLv3+)Teddy Wing
2023-04-26Remove tests harnessTeddy Wing
2023-04-26Makefile: Remove old `all` targetTeddy Wing
2023-04-26Add man pageTeddy Wing
2023-04-26App.java: Add Mac OS X user font directoryTeddy Wing
2023-04-26App.java: Add additional Mac OS X font locationsTeddy Wing
2023-04-26Switch to Java 8Teddy Wing
2023-04-25App.java: Use command line arguments in `replacePdfFieldFont`Teddy Wing
2023-04-25App.java: Set remaining command line option variablesTeddy Wing
2023-04-25Add a shell script to make it easier to execute the JARTeddy Wing
2023-04-24App.java: Print program versionTeddy Wing
2023-04-24App.java: Start adding command line option parsingTeddy Wing
2023-04-24pom.xml: Add 'maven-shade-plugin' to build an uber-jarTeddy Wing
2023-04-23App.java: Extract font replacement code to functionTeddy Wing
2023-04-23App.java: Remove "*" importsTeddy Wing
2023-04-23App.java: Remove commented in-progress codeTeddy Wing
2023-04-23Move 'Main.java' to 'App.java'Teddy Wing
2023-04-23pom.xml: Add iText 7.2.5 dependencyTeddy Wing
2023-04-23.gitignore: Ignore the Maven target/ directoryTeddy Wing
2023-04-23Regenerate Maven project structureTeddy Wing
2023-04-23Generate a Maven project structureTeddy Wing
2023-04-23Main.java: Switch form field font to Courier NewTeddy Wing
2023-04-23Main.java: Don't embed the fontTeddy Wing
2023-04-23Main.java: Trying to use a TTF to replace the font, not workingTeddy Wing
2023-04-23Main.java: Debug font sizeTeddy Wing
2023-04-23Main.java: Only change font if it matches a given font nameTeddy Wing
2023-04-22Change PDF form field fontTeddy Wing