Replies: 2 comments
-
|
I am afraid file type / extensions associations with Electron application are quite "aggressive" and we don't want Thorium to "steal" existing bindings with well-established PDF readers. In fact we removed PDF handling some time ago to avoid this: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks for the reply. Too bad. Now I understand the motivation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
📝 Overview
Thorium Reader opens PDF files beautifully, but Windows doesn’t let users select it in "Open with" in Files Explorer or set it as the default app for
.pdffiles.This limitation exists because Thorium doesn’t declare
.pdfas a supported file extension in its app manifest.❗ Problem
💡 Suggested Solution
.pdfto the list of supported file extensions in Thorium Reader’s app manifest.🎯 Expected Outcome
📌 Benefits
Beta Was this translation helpful? Give feedback.
All reactions