Feature: add A4-protrait export function

This commit is contained in:
Pieter Vander Vennet 2024-11-05 20:03:18 +01:00
parent 70612f1c12
commit 92feccc146
2 changed files with 247 additions and 0 deletions

View file

@ -915,6 +915,7 @@ export class SvgToPdf {
| "poster_a3"
| "poster_a2"
| "current_view_a4"
|"current_view_a4_portrait"
| "current_view_a3_portrait"
| "current_view_a3_landscape",
PdfTemplateInfo
@ -949,6 +950,12 @@ export class SvgToPdf {
pages: ["./assets/templates/CurrentMapWithHeaderA4.svg"],
isPublic: true,
},
current_view_a4_portrait: {
format: "a4",
orientation: "portrait",
pages: ["./assets/templates/CurrentMapWithHeader_A4_Portrait.svg"],
isPublic: true,
},
current_view_a3_landscape: {
format: "a3",
orientation: "landscape",