./nugetz

#md

79 packages tagged with “md

Aspose.HTML

Aspose.HTML for .NET is a cross-platform class library that works as a headless browser, seamlessly integrating with .NET, C#, VB.NET, and ASP.NET applications. It supports HTML5, CSS3, SVG, and Canvas while building a Document Object Model (DOM) based on the WHATWG standard. Developers can navigate and manipulate HTML documents using DOM traversal, XPath, CSS selectors, or JavaScript. Along with a wide range of functions for programmatic work with HTML content, the library allows users to load, read, convert, and render SVG, MHTML, Markdown, and EPUB documents. Aspose.HTML for .NET provides robust data extraction capabilities, enabling you to parse and extract information from HTML documents. It also supports binding data from XML or JSON sources to HTML templates, making it ideal for generating dynamic content. Additional features include CSS extraction, document sandboxing, SVG file management, support for asynchronous operations, custom output stream handling, real-time DOM observation using MutationObserver, an HTML form editor, comprehensive web accessibility testing, and more. Aspose.HTML for .NET provides comprehensive format conversion support, enabling your applications to convert from HTML, XHTML, SVG, EPUB, MHTML, and Markdown documents to various formats, including PDF, XPS, DOCX, images, etc. It is optimized for handling complex and large-scale documents, making it ideal for web automation, content creation and management.

v26.2.04.3M
Aspose.HTMLC#.NETHTML-to-ImageHTML-to-PDF

GroupDocs.Editor

GroupDocs.Editor for .NET is a powerful, intuitive, and lightweight library which allows you to edit most popular document formats, including Word, Spreadsheet and Presentation documents, using 3rd party front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a word or spreadsheet document. Edit DOC, DOCX, XLS, PPT, ODT, PDF, XML and many other document formats with GroupDocs.Editor for .NET API using C#, VB.NET or any other .NET-language. Features: * Translate document to HTML/CSS DOM compatible with most of HTML WYSIWYG editors; * Save edited HTML/CSS to source document format; * Export edited document to PDF format; * Additional options for processing password protected documents, extract document fonts, export document language information (useful for spell-checkers), set document encoding etc. Supported document formats: * Microsoft Word documents - DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, FlatOpc, WordML, TXT; * Microsoft Excel spreadsheets - XLS, XLSX, XLSM, XLT, XLTX, XLTM, XLSB, SpreadsheetML, CSV, TSV, DSV (arbitrary delimiter); * Microsoft PowerPoint presentations - PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT, POTX, POTM; * Fixed-layout documents: PDF, XPS * Open Document formats - ODT, OTT, ODS, ODP, OTP; * Markup - HTML, MHTML, CHM, XML; * e-Books - MOBI, ePub, AZW3; For more details on the GroupDocs.Editor for .NET API, please visit product website at: https://products.groupdocs.com/editor/net Note: GroupDocs.Editor for .NET will run in evaluation mode. In order to test full features of the product, please request a free 30-day temporary license.

v25.12.0512.7K
GroupDocs.Editorediteditorfiledocument
pkg

FileInclude

A library to generate a file from template which can include placeholder sections that reference other file (i.e., file includes). The referenced files can include similar sections to reference other files. The library was motivated by the need to reference other files in README.md file (other MD files, example code files, etc.). The method GenerateFileFromTemplate in interface FileInclude.ITemplateProcessor recursively compiles the template file specified in parameter templateFilePath, and all the files directly or indirectly referenced by the template file into a single file and returns the file contents in output parameter generatedFileContents. The default implementation of FileInclude.ITemplateProcessor is FileInclude.TemplateProcessor and it uses IncludedFilePlaceHolder element tag to locate the include place-holders. However the tag name can be changed by overriding the virtual property TemplateProcessor.FileIncludeTagName. The method FileInclude.ITemplateProcessor.GenerateFileFromTemplate returns errors as a list of FileInclude.IErrorData objects that contain error details. Also, the method checks and reports any possible circular references, to prevent infinite processing. There is also an extension method FileInclude.TemplateProcessorExtensions.GenerateFileFromTemplateAndSave which saves the file generated from the template. The extension method checks if the generated file was modified by other applications (say manually edited) since it was auto-generated last time, to prevent data loss.

v1.3.14.0K
FileincludereadmeMD