This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary.... To import homophones from a file, use...@"C:\Homophones.dat" ); // Import homophones from a file index...
This guide describes how to split a document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger for Python via .NET API....merger import Merger from groupdocs.merger...merger.domain.options import SplitOptions , SplitMode def split_document...
Generate YAML front matter from document metadata for static site generators...markdown import MarkdownConverter , ConvertOptions...py from groupdocs.markdown import MarkdownConverter , ConvertOptions...
Retrieve document metadata such as format, page count, title, and author without converting...markdown import MarkdownConverter def get_info_static...py from groupdocs.markdown import MarkdownConverter def get_info_instance...
This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java.... To import synonyms from a file, use the...exportDictionary ( fileName ); // Import synonyms from a file index...
Retrieve the collection of detected changes after a comparison and iterate over them programmatically using GroupDocs.Comparison for Python via .NET....comparison import Comparer def get_list_of_changes...py from groupdocs.comparison import Comparer def get_list_of_changes_stream...
This article explains how to load values from variables of string type when using GroupDocs.Comparison for Node.js via Java.... 'use strict' ; // Import the GroupDocs.Comparison for...a string. 'use strict' ; // Import the GroupDocs.Comparison for...
Rasterize document pages to PNG, JPEG, or BMP image files using generate_preview() and a file-stream callback with GroupDocs.Merger for Python via .NET....merger import Merger from groupdocs.merger...merger.domain.options import PreviewOptions , PreviewMode def ge...
Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Python via .NET API....editor import Editor with Editor ( "document...(MD) textual format. One important thing to note: if returns...