We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3676ffd + a98b0b1 commit bc4d907Copy full SHA for bc4d907
1 file changed
src/core/editor/pdf_editor.js
@@ -790,7 +790,7 @@ class PDFEditor {
790
async #makeRoot() {
791
const { rootDict } = this;
792
rootDict.setIfName("Type", "Catalog");
793
- rootDict.set("Version", this.version);
+ rootDict.setIfName("Version", this.version);
794
this.#makePageTree();
795
this.#makePageLabelsTree();
796
this.#makeDestinationsTree();
0 commit comments