- Cataloghi: parte finale... prima bozza 9 dic

This commit is contained in:
Surya Paolo
2024-12-09 12:32:09 +01:00
parent 8803190313
commit 14bca3e282
5 changed files with 78 additions and 24 deletions

View File

@@ -63,6 +63,7 @@ const catalogo = new Schema(
pdf: { type: Boolean },
pdf_filename: { type: String },
printable: { type: Boolean },
indebug: { type: Boolean },
first_page: IDimensioni,
last_page: IDimensioni,

View File

@@ -66,6 +66,7 @@ const IAreaDiStampa = new Schema({
orientation: String,
compress: Boolean,
scale: Number,
scale_printable: Number,
scalecanvas: Number,
});