We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f134570 commit e04aaf2Copy full SHA for e04aaf2
src/main/frontend/extensions/pdf/core.cljs
@@ -910,8 +910,8 @@
910
opts {:url url
911
:password (or doc-password "")
912
:ownerDocument (.-ownerDocument loader-el)
913
- :cMapUrl "./cmaps/"
914
- ;;:cMapUrl "https://cdn.jsdelivr.net/npm/pdfjs-dist@2.8.335/cmaps/"
+ :cMapUrl "./js/pdfjs/cmaps/"
+ ;:cMapUrl "https://cdn.jsdelivr.net/npm/pdfjs-dist@3.9.179/cmaps/"
915
:cMapPacked true}]
916
917
(set-loader-state! {:status :loading})
0 commit comments