We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5e074 commit b3f2175Copy full SHA for b3f2175
1 file changed
src/EngineCreate.cpp
@@ -66,7 +66,7 @@ static EngineBase* CreateEngineForKind(Kind kind, const char* path, PasswordUI*
66
}
67
int dpi = DpiGet(nullptr);
68
EngineBase* engine = nullptr;
69
- if (kind == kindFilePDF) {
+ if (kind == kindFilePDF || kind == kindFileXps) {
70
engine = CreateEngineMupdfFromFile(path, kind, dpi, pwdUI);
71
return engine;
72
0 commit comments