Hello,
I generate documents to print from the solution. (We are not in the latest version).
When type a document and then printing it, I realize that the text "bleeds". It's thick. On the other hand, if I download it as a PDF and then print it, the text is rendered cleanly.
What can I do so that when printing the document directly the text is clean?
Thank you for your feedback
// code to print (javascipt)
let editorContainer =
document.getElementById("editor_container");
let editor = editorContainer.ej2_instances[0];
let documentEditor = editor.documentEditor;
documentEditor.print();