-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: update everything, move some stuff around * remove utils file * specify java version, only run tests * fix pdf/a tests * close document after saving * fixed tests :) * remove deployments * improves embedded font logic * bump versions, lint, etc. * enable pdfa validation when disablePdfGet is disabled * remove svg-support for pdf/a-support, use html-string instead of w3cdocument * remove test that doesn't work
- Loading branch information
Showing
37 changed files
with
3,513 additions
and
1,059 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[*.{kt,kts}] | ||
indent_size=4 | ||
insert_final_newline=true | ||
disabled_rules=no-wildcard-imports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM navikt/java:11 | ||
COPY build/libs/pdfgen-*-all.jar app.jar | ||
FROM navikt/java:14 | ||
COPY build/libs/pdfgen-1.3.1-all.jar app.jar | ||
COPY fonts fonts | ||
COPY templates templates | ||
COPY resources resources | ||
ENV JAVA_OPTS='-Dlogback.configurationFile=logback-remote.xml' | ||
ENV DISABLE_PDF_GET="true" | ||
ENV DISABLE_PDF_GET="true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rootProject.name = "pdfgen" | ||
rootProject.name = "pdfgen" |
Oops, something went wrong.