a1cfa5f4d7
Rather than having two different (but connected) options for the textLayer, I think that it makes sense to try and unify this. For example: currently if `disableTextLayer === true`, then the value of `enhanceTextSelection` is simply ignored. Since PDF.js version `2.0` already won't be backwards compatible in lots of ways, I don't think that we need to worry about migrating existing preferences here.
22 lines
532 B
JSON
22 lines
532 B
JSON
{
|
|
"showPreviousViewOnLoad": true,
|
|
"defaultZoomValue": "",
|
|
"sidebarViewOnLoad": 0,
|
|
"enableHandToolOnLoad": false,
|
|
"cursorToolOnLoad": 0,
|
|
"enableWebGL": false,
|
|
"pdfBugEnabled": false,
|
|
"disableRange": false,
|
|
"disableStream": false,
|
|
"disableAutoFetch": false,
|
|
"disableFontFace": false,
|
|
"textLayerMode": 1,
|
|
"useOnlyCssZoom": false,
|
|
"externalLinkTarget": 0,
|
|
"renderer": "canvas",
|
|
"renderInteractiveForms": false,
|
|
"enablePrintAutoRotate": false,
|
|
"disablePageMode": false,
|
|
"disablePageLabels": false
|
|
}
|