default trifold top bind
All checks were successful
Go / build (push) Successful in 12m37s

This commit is contained in:
2025-04-22 17:36:04 +02:00
parent e29287c29d
commit ef2e6c99a7

View File

@@ -15,7 +15,7 @@ const (
LongEdge PrintOption = ""
ShortEdge PrintOption = "-o Binding=TopBinding"
CreateBooklet PrintOption = "-o Combination=Booklet -o PageSize=A5"
TriFold PrintOption = "-o Fold=TriFold -o Binding=RightBinding"
TriFold PrintOption = "-o Fold=TriFold -o Binding=TopBinding"
)
type PrintJob struct {