1 Commits

Author SHA1 Message Date
977926a059 trifold add right binding
All checks were successful
Go / build (push) Successful in 12m41s
not sure if this is correct for ever flyer
2025-04-22 17:17:55 +02:00

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"
TriFold PrintOption = "-o Fold=TriFold -o Binding=RightBinding"
)
type PrintJob struct {