- generazione del PDF riscritto totalmente

- ora è possibile generarlo anche da backend
- FIX: corretto la qualità del PDF e la dimensione non esatta in pixel...
This commit is contained in:
Surya Paolo
2025-05-29 18:23:02 +02:00
parent 884afe4eb5
commit 67aaf719f4
32 changed files with 2881 additions and 1748 deletions

View File

@@ -246,6 +246,7 @@ export interface IMyPage {
showFooter?: boolean
mainMenu?: boolean
sottoMenu?: string[]
hideHeader?: boolean
//Memory
loaded?: boolean
@@ -476,6 +477,7 @@ export interface ISelector {
}
export interface IGlobalState {
finishLoading: boolean
showHeader?: boolean
conta: number
wasAlreadySubOnDb: boolean
wasAlreadySubscribed: boolean
@@ -786,15 +788,18 @@ export interface IAreaDiStampa {
format?: number[]
orientation?: string
compress?: boolean
scale?: number
scale_printable?: number
scalex?: number
scaley?: number
scale_printablex?: number
scale_printabley?: number
scalecanvas?: number
}
export interface IElementiPagina {
isTemplate?: boolean,
linkIdTemplate?: string,
linkIdTemplatePerStampa?: string,
scalexscheda?: number
scaleyscheda?: number
name?: string,
pagina: IDimensioni
}
@@ -819,7 +824,6 @@ export interface IMyScheda {
isTemplate?: boolean,
isPagIntro?: boolean,
linkIdTemplate?: string,
linkIdTemplatePerStampa?: string,
name?: string,
numschede_perRiga?: number
numschede_perCol?: number
@@ -881,6 +885,7 @@ export interface IOptRigenera {
export interface IOptCatalogo {
//++AddCATALOGO_FIELDS
idCatalogSel?: string
productTypes?: number[]
excludeproductTypes?: number[]
formato?: string[]
@@ -899,6 +904,7 @@ export interface IOptCatalogo {
maxnumlibri?: number
showListaArgomenti?: boolean
showListaCollane?: boolean
showOnlyCatalogoPDF?: boolean
generazionePDFInCorso?: boolean
first_page?: IDimensioni
@@ -907,7 +913,6 @@ export interface IOptCatalogo {
print_isTemplate?: boolean
print_linkIdTemplate?: string
print_linkIdTemplatePerStampa?: string
dimensioni_def?: IElementiPagina