Low quality when printing a document
It prints fine, but I noticed that when printing using MS Word, quality is much higher that using the document editor to print.
To print the record editor content material with excessive exceptional, you could ship the record editor content material to the server-aspect and convert it to pdf the usage of DocIO and go back the pdf record as base64 string to the client-aspect and open it withinside the preview window. Document editor rendering follows the canvas rendering approach. When printing, the Document editor converts canvas because the photograph for printing, its exceptional is low while as compared with MS Word, and more printing nearby
Hi Omar,
Yes, above provided details is correct.
Also, we have included printdevicepixelratio to increase the printed image quality.
https://ej2.syncfusion.com/vue/documentation/document-editor/print/#improve-print-quality
Code snippet:
|
container. documentEditorSettings.printDevicePixelRatio=2; |
API documentation: https://ej2.syncfusion.com/documentation/api/document-editor/documentEditorSettingsModel/#printdevicepixelratio
Note: Give the value as 2 by default the value is 1.
Please check it and let us know if you have any questions.
Regards,
Suriya M.