-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVG objects with encoding="windows-1252" are not included in printouts (paper and PDF) #2792
Comments
|
Hello @Norbert80! Thank you for your request! |
Hello @TatianaKirillova, it looks like some SVG objects are printed and some are not printed. Attached you find a testkit that contains two SVG objects. I have attached the printed PDF too. You can see that the printed PDF contains the ONLYOFFICE logo but not the Reutin logo. |
|
@Norbert80 oh, thank you very much for such a quick response and information about the problem! |
|
@Norbert80 Indeed, the problem repeated itself with your image. Issue No. 69024 for your task The problem is reproduced on Document Server. |
|
It seems, that the printout struggles with encoding="windows-1252" in the prolog. Change it to encoding="UTF-8" and the printout works. In case it is somehow useful for fixing ONLYOFFICE, I would like to point out that LibreOffice has a similar problem, but already fails when importing the same SVG: |
This issue is unique.
Operating System
Linux (DEB package)
Version information
Version 8.1.0.169 (deb)
Expected Behavior
Printouts (paper and PDF) should contain SVG objects.
Actual Behavior
Printouts (paper and PDF) do not contain SVG objects.
Reproduction Steps
Additional information
No response
The text was updated successfully, but these errors were encountered: