Skip to content

Commit

Permalink
Added in pale-2-pdfgen
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk authored Mar 28, 2024
1 parent e4b6600 commit 8eeefb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mkdir {templates,data}/your_teamname # your_teamname can be anything, but it'll
* `templates/your_teamname/` should then be populated with your .hbs-templates. the names of these templates will also decide parts of the API paths
* `data/your_teamname/` should be populated with json files with names corresponding to a target .hbs-template, this can be used to test your PDFs during development of templates.

[navikt/flex-sykepengesoknad-pdfgen](https://github.com/navikt/flex-sykepengesoknad-pdfgen),[navikt/smpdfgen](https://github.com/navikt/smpdfgen), [navikt/smarbeidsgiver-pdfgen](https://github.com/navikt/smarbeidsgiver-pdfgen) is some good examples of how such a project can be set up.
[navikt/flex-sykepengesoknad-pdfgen](https://github.com/navikt/flex-sykepengesoknad-pdfgen),[navikt/smpdfgen](https://github.com/navikt/smpdfgen), [navikt/smarbeidsgiver-pdfgen](https://github.com/navikt/smarbeidsgiver-pdfgen) [pale-2-pdfgen](https://github.com/navikt/pale-2-pdfgen) is some good examples of how such a project can be set up.

### Helpers
[https://github.com/navikt/pdfgen-core/blob/main/src/main/kotlin/no/nav/pdfgen/core/template/Helpers.kt](https://github.com/navikt/pdfgen-core/blob/main/src/main/kotlin/no/nav/pdfgen/core/template/Helpers.kt) contains a collection of customs Helpers which implements functionality that is not part of the Handlebars language itself.
Expand Down

0 comments on commit 8eeefb5

Please sign in to comment.