Locate and remove the metadata properties you don't want — by tag, category, name, type or value — with GroupDocs.Metadata for Python via .NET....metadata import Metadata from groupdocs.metadata.tagging import Tags...
Learn how to compare Word documents while respecting Track Changes using GroupDocs.Comparison for Python via .NET.... import groupdocs.comparison as gc...edits do not affect the diff. import groupdocs.comparison as gc...
Compare Word document properties — variable, built-in, and custom — to detect metadata changes alongside content with GroupDocs.Comparison for Python via .NET....comparison import Comparer from groupdocs.comparison...comparison.options import CompareOptions def compare_variables...
Load documents directly from a file-like object — open file handle, BytesIO, or any stream — with GroupDocs.Viewer for Python via .NET....viewer import Viewer from groupdocs.viewer.options import HtmlViewOptions...
Articles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...markdown import MarkdownConverter md = MarkdownConverter...py from groupdocs.markdown import MarkdownConverter , ConvertOptions...
Learn how to read source and target texts of detected changes using GroupDocs.Comparison for Python via .NET.... import groupdocs.comparison as gc...same data programmatically. import groupdocs.comparison as gc...
In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....this: import com.groupdocs.conversion.Converter ; import com.groupdocs...
Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....viewer import Viewer from groupdocs.viewer.options import HtmlViewOptions...
Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....viewer import Viewer from groupdocs.viewer.options import HtmlViewOptions...
Learn how to convert a JSON document as a data source to a spreadsheet using GroupDocs.Conversion for Java....java import com.groupdocs.conversion.Converter ; import com.groupdocs...