Example of Print in ASP.NET Core DocumentEditor Control
This example demonstrates how to view and print Word documents online using document editor.
DEMO
SOURCE
Document Editor settings
Device pixel ratio: |
|
In this example, document editor is defined as lightweight by injecting only the modules that are necessary for opening and printing Word documents.
Document editor provides the following document viewing features:
- Open Word documents with document elements like text, images, hyperlinks, tables, bookmarks, page numbers, tables of contents, headers, and footers.
- Scroll or navigate to specific pages.
- Print Word documents in required quality by using your own device pixel ratio.
More information about the document editor features can be found in this documentation section.