@@ -522,73 +522,6 @@ func NewRC4Configuration(userPW, ownerPW string, keyLength int) *Configuration {
522522 return c
523523}
524524
525- // func (c Configuration) String() string {
526- // path := "default"
527- // if len(c.Path) > 0 {
528- // path = c.Path
529- // }
530- // return fmt.Sprintf("pdfcpu configuration:\n"+
531- // "Path: %s\n"+
532- // "CreationDate: %s\n"+
533- // "Version: %s\n"+
534- // "CheckFileNameExt: %t\n"+
535- // "Reader15: %t\n"+
536- // "DecodeAllStreams: %t\n"+
537- // "ValidationMode: %s\n"+
538- // "PostProcessValidate: %t\n"+
539- // "ValidateLinks: %t\n"+
540- // "Eol: %s\n"+
541- // "WriteObjectStream: %t\n"+
542- // "WriteXrefStream: %t\n"+
543- // "EncryptUsingAES: %t\n"+
544- // "EncryptKeyLength: %d\n"+
545- // "Permissions: %d\n"+
546- // "Unit: %s\n"+
547- // "TimestampFormat: %s\n"+
548- // "DateFormat: %s\n"+
549- // "Optimize: %t\n"+
550- // "OptimizeBeforeWriting: %t\n"+
551- // "OptimizeResourceDicts: %t\n"+
552- // "OptimizeDuplicateContentStreams %t\n"+
553- // "CreateBookmarks: %t\n"+
554- // "NeedAppearances: %t\n"+
555- // "Offline: %t\n"+
556- // "Timeout: %d\n"+
557- // "TimeoutCRL: %d\n"+
558- // "TimeoutOCSP: %d\n"+
559- // "PrefCertRevChecker: %s\n",
560- // path,
561- // c.CreationDate,
562- // c.Version,
563- // c.CheckFileNameExt,
564- // c.Reader15,
565- // c.DecodeAllStreams,
566- // c.ValidationModeString(),
567- // c.PostProcessValidate,
568- // c.ValidateLinks,
569- // c.EolString(),
570- // c.WriteObjectStream,
571- // c.WriteXRefStream,
572- // c.EncryptUsingAES,
573- // c.EncryptKeyLength,
574- // c.Permissions,
575- // c.UnitString(),
576- // c.TimestampFormat,
577- // c.DateFormat,
578- // c.Optimize,
579- // c.OptimizeBeforeWriting,
580- // c.OptimizeResourceDicts,
581- // c.OptimizeDuplicateContentStreams,
582- // c.CreateBookmarks,
583- // c.NeedAppearances,
584- // c.Offline,
585- // c.Timeout,
586- // c.TimeoutCRL,
587- // c.TimeoutOCSP,
588- // c.PreferredCertRevocationCheckerString(),
589- // )
590- // }
591-
592525// EolString returns a string rep for the eol in effect.
593526func (c * Configuration ) EolString () string {
594527 var s string
0 commit comments