Good morning.
I create word document from scratch. When I try to print document, from version
19.2.0.57 and above it has problem
<div style="width:100%;height:100%;display:none">
<SfDocumentEditor @ref="document_editor" EnablePrint="true">
</SfDocumentEditor>
</div>
await document_editor.Open(sjson);
await document_editor.Print();
In attached project I have installed playable version 19.2.0.56.
Good Evening. In version 19.3.0.57 when i am trying to print document, the width is smaller than the original (A4).
Good Morning. If you try the same with version 19.2.0.56 the print layout is correct:
With version 19.3.0.57 is narrow (not forA4 page)