github.com/pdfcpu/pdfcpu@v0.11.1/pkg/testdata/json/viewerPreferences.json (about)

     1  {
     2      "hideToolbar": true,
     3      "hideMenubar": false,
     4      "fitWindow": true,
     5      "centerWindow": false,
     6      "DisplayDocTitle": true,
     7      "nonFullScreenPageMode": "UseOutlines",
     8      "PrintScaling": "none",
     9      "duplex": "simplex",
    10      "numcopies": 3,
    11      "printPageRange": [
    12          1,4
    13      ],
    14      "xxxEnforce": [
    15          "PrintScaling"
    16      ]
    17  }