Sort Score
Result 10 results
Languages All
Labels All
Results 8,651 - 8,660 of 48,924 for

(c )

(0.26 sec)
  1. Migration Notes | GroupDocs

    Migration notes for GroupDocs.Comparison for .NET — breaking API changes between major versions and guidance for updating existing code.... Old coding style C# using GroupDocs.Comparison ;..."result.docx" ); New coding style C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/migration-notes/
  2. Get document Info | GroupDocs

    This artcle explains how to get document information...: "C:\\Docs\\source.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\source.docx" FileInputStream...

    docs.groupdocs.com/watermark/java/get-document-...
  3. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....with specific annotation type: C# using (Annotator annotator =...with specific annotation types: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/filtering-ann...
  4. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered.... Old coding style C# // Creating annotation list List...annotations ); } New coding style C# // Create list of annotations...

    docs.groupdocs.com/annotation/net/migration-notes/
  5. Epub to Md | GroupDocs

    This article demonstrates how to convert Ebook to Markdown with GroupDocs.Markdown for .NET....way to convert an eBook file: C# using GroupDocs.Markdown ; //...control, use the instance API: C# using GroupDocs.Markdown ; if...

    docs.groupdocs.com/markdown/net/convert/export-...
  6. Docx to Md | GroupDocs

    This article demonstrates how to convert Words to Markdown with GroupDocs.Markdown for .NET....simplest way to convert a Word file: C# using GroupDocs.Markdown ; //...control, use the instance API: C# using GroupDocs.Markdown ; if...

    docs.groupdocs.com/markdown/net/convert/export-...
  7. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for .NET....and target text from local disk C# using System ; using GroupDocs...source and target text from stream C# using System ; using GroupDocs...

    docs.groupdocs.com/comparison/net/get-source-an...
  8. Save image as file | GroupDocs

    The listed articles below explain how to saves images to the file system during document conversion.... Basic usage C# using GroupDocs.Markdown ; var...portable, relative image links: C# using GroupDocs.Markdown ; var...

    docs.groupdocs.com/markdown/net/image-file-stra...
  9. Load from a local disk | GroupDocs

    The following example demonstrates how to load file from local disk....get the Markdown string back: C# using GroupDocs.Markdown ; //...a MarkdownConverter instance: C# using GroupDocs.Markdown ; using...

    docs.groupdocs.com/markdown/net/load-from-a-loc...
  10. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format.... C# using GroupDocs.Markdown ; //...supported formats programmatically: C# using System.Collections.Generic...

    docs.groupdocs.com/markdown/net/load-a-file-of-...