Aspose.Words Markdown File Processor for .NET is a sophisticated document editing tool tailored for Markdown (MD) file formats. This plugin empowers users to effortlessly load existing MD documents or generate new ones, apply desired modifications using a diverse range of options, and conveniently save the final result in the same format.
Document
classDocumentBuilder
class and pass the object of Document
class to the constructorDocumentBuilder
utility methods to manipulate the document, such as adding a horizontal bar using InsertHorizontalRule
methodDocument.Save
method to save the document in MD formatGet the respective assembly files from the downloads or fetch the package from NuGet to add Aspose.Words
directly in your workspace.
Document
class and pass the path to the existing MD file to the constructorDocumentBuilder
class and pass the object of Document
class to the constructorDocumentBuilder.MoveToDocumentEnd
to move to the end of the documentDocumentBuilder.Font.Style
to set a new style and DocumentBuilder.Writeln
to add text using the new styleDocument.Save
method to save the resultant Markdown fileLoad
method to open and revise documents with different formatting requirements.HtmlSaveOptions
for exporting Markdown to HTML formats.Aspose.Words Markdown File Processor for .NET is an advanced document editing tool designed specifically for MD file formats. It allows users to load existing MD documents or create new ones, make desired modifications, and save the final result in MD format.
Aspose.Words Markdown File Processor for .NET is versatile and finds applications in various industries such as software development, media and entertainment, retail, enterprise management, medical and pharmaceutical, banking, automotive, aviation, and logistics.
Visit the Aspose.Words GitHub repository for complete examples and data files.