Aspose.Words Processor for Web Files in .NET is an advanced document editing tool with high fidelity. With this plugin, you can seamlessly load a Web document, make edits using a diverse range of options, and save the modified result in both HTML and MHTML formats. Additionally, you have the capability to create a new Web document, populate it with essential content, and save it in HTML and MHTML formats.
Document
class, pass input file path to the constructorDocumentBuilder
class, and pass object of Document
class to the constructorDocumentBuilder
utility methodsDocument.Save
method to save the resultGet the respective assembly files from the downloads or fetch the package from NuGet to add Aspose.Words
directly in your workspace.
Document
classDocumentBuilder
class, and pass object of Document
class to the constructorDocumentBuilder.InsertChart
method to insert a chart of any typeDocumentBuilder.InsertChart
method returns an object of Shape
Chart
object using Shape
class to modify its title & seriesChart.Series.Add
methodDocument.Save
method to save the resultant documentDocument
object and load the required HTML documentDocument.PageSetup
property to configure page dimensions and layoutIn order to create a bookmark using Web File Processor, start by creating a new Word document. Initialize an object of DocumentBuilder
for the created document. Start a new bookmark with the help of DocumentBuilder.StartBookmark
, and name it, then write the text within the bookmark. End the bookmark using DocumentBuilder.EndBookmark
. Finally, save the modified document with the bookmark as an EPUB file in the specified directory.
Aspose.Words Processor for Web Files for .NET is an advanced document editing tool designed for high fidelity editing of web documents. It allows users to load, edit, and save Web documents in HTML and MHTML formats seamlessly.
The Web File Processor provides a wide range of editing options. Users can load existing Web documents, make edits, and save the result in HTML and MHTML formats. Additionally, it supports the creation of new Web documents, allowing users to fill them with content and save in HTML and MHTML.