Back to marketplace
173

PDF Viewer

PDF Viewer

Web Server Configuration Note

Some environments may require additional web server configuration to correctly serve modern JavaScript module files (.mjs) used by this module. If your PDF viewer does not load properly, ensure that your server is configured to deliver .mjs files with the correct MIME type.

Apache (.htaccess or server config):

AddType text/javascript .mjs

NGINX (server block):

include mime.types;
types {
    application/javascript mjs;
}

Depending on your setup, you may need to reload or restart your web server after applying these changes.

Module Information

Price:
Free
Latest version release:
1.1.7 - July 31, 2026
Author(s):
Lucas Bartholemy
Website:
Compatibility:
HumHub 1.18 - 1.19