You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, my Nextcloud's pdf.js rasterizes the characters when printing PDF text documents, which reduces the print quality considerably. I am using a rather old printer with a TurboPrint Linux driver, which is connected to a local print server. Any help would be greatly appreciated.
Steps to reproduce
Print a PDF text document using Nextcloud's inbuild pdf.js
Print the same document using Firefox's inbuild pdf.js (with identical printer configuration)
Expected behaviour
All printouts should look the same
Actual behaviour
When printing using Nextcloud's pdf.js, text gets rasterized and characters look blurred
Hello, my Nextcloud's pdf.js rasterizes the characters when printing PDF text documents, which reduces the print quality considerably. I am using a rather old printer with a TurboPrint Linux driver, which is connected to a local print server. Any help would be greatly appreciated.
Steps to reproduce
Expected behaviour
All printouts should look the same
Actual behaviour
When printing using Nextcloud's pdf.js, text gets rasterized and characters look blurred
Server configuration
Operating system:
Linux 5.4.210-1-MANJARO
Web server:
nginx/1.22.0
Database:
10.8.3-MariaDB-log Arch Linux
PHP version:
PHP 8.1.9
Nextcloud version:
Nextcloud Hub 5 (27.0.0)
List of activated apps:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"myip",
"mydomain"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "27.0.0.8",
"overwrite.cli.url": "https://mydomain",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"filelocking.enabled": true,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": myport1
},
"maintenance": false,
"loglevel": 1,
"updater.release.channel": "stable",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "myport2",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"mail_smtpsecure": "ssl",
"app_install_overwrite": [
"bruteforcesettings",
"bookmarks_fulltextsearch",
"ojsxc",
"video_converter"
],
"preview_max_x": 2048,
"preview_max_y": 2048,
"preview_max_memory": 256,
"enabledPreviewProviders": [
"OC\Preview\TXT",
"OC\Preview\MarkDown",
"OC\Preview\PDF",
"OC\Preview\MSOfficeDoc",
"OC\Preview\OpenDocument",
"OC\Preview\JPEG",
"OC\Preview\PNG",
"OC\Preview\GIF",
"OC\Preview\BMP",
"OC\Preview\Movie",
"OC\Preview\MP4",
"OC\Preview\AVI"
],
"theme": "",
"onlyoffice": {
"jwt_secret": "mysecret",
"jwt_header": "myheader"
}
}
}
Client configuration
Browser:
Mozilla Firefox 118.0.1
Operating system:
Linux 5.15.133-1-MANJARO
Logs
Nextcloud log (data/owncloud.log)
nothing reported
Browser log
nothing reported
The text was updated successfully, but these errors were encountered: