Sort Score
Result 10 results
Languages All
Labels All
Results 9,741 - 9,750 of 12,601 for

to

(0.04 sec)
  1. Accept or Reject detected changes | Documentation

    Following this guide you will learn how To apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API.

    docs.groupdocs.com/comparison/net/accept-or-rej...
  2. Merge indexes | Documentation

    The merge operation is designed To combine two or more indexes inTo one index To accelerate the search and To simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes Together. The second index or index reposiTory after the merge can be deleted To free up disk space....The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space.

    docs.groupdocs.com/search/java/merge-indexes/
  3. Add polyline annotation | Documentation

    The page describes how To add polyline annotation To a document using GroupDocs.Annotation for Java....The page describes how to add polyline annotation to a document using GroupDocs.Annotation for Java.

    docs.groupdocs.com/annotation/java/add-polyline...
  4. Load Note document with options | Documentation

    Learn this article and check how To load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/load-note-doc...
  5. GroupDocs.Assembly for .NET 17.11 Release Notes...

    This page contains release notes for GroupDocs.Assembly for .NET 17.11. Major Features This release of GroupDocs.Assembly comes up with several new features To dynamically manipulate non-textual document elements. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-43  Support dynamic insertion of images for email messages with HTML body  Feature ASSEMBLYNET-47 Add ability To remove selective chart series dynamically  Feature ASSEMBLYNET-50 Support dynamic generation of Codablock F barcodes  Feature ASSEMBLYNET-51 Support dynamic generation of GS1 Codablock F barcodes  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....This page contains release notes for GroupDocs.Assembly for .NET 17.11. Major Features This release of GroupDocs.Assembly comes up with several new features to dynamically manipulate non-textual document elements. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-43  Support dynamic insertion of images for email messages with HTML body  Feature ASSEMBLYNET-47 Add ability to remove selective chart series dynamically  Feature ASSEMBLYNET-50 Support dynamic generation of Codablock F barcodes  Feature ASSEMBLYNET-51 Support dynamic generation of GS1 Codablock F barcodes  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs.

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. Email messages | Documentation

    Learn how To add watermark in Outlook email messages....Learn how to add watermark in Outlook email messages.

    docs.groupdocs.com/watermark/java/email-messages/
  7. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly To generate a In-TableList with Filtering, Grouping, and Ordering report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Excel Document Creating a In-Table List with Filtering, Grouping, and Ordering Practising the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Excel 2013....Note In this article, we will use GroupDocs.Assembly to generate a In-TableList with Filtering, Grouping, and Ordering report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Excel Document Creating a In-Table List with Filtering, Grouping, and Ordering Practising the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Excel 2013.

    docs.groupdocs.com/assembly/net/in-table-list-w...
  8. In-Table Master-Detail in Spreadsheet Document ...

    Note In this article, we will use GroupDocs.Assembly To generate an In-Table Master-Detail report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Excel Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want To include in the table....Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Excel Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table.

    docs.groupdocs.com/assembly/net/in-table-master...
  9. Extract data from Microsoft Office Excel spread...

    This article shows how To To extract data from Microsoft Office Excel spreadsheets....This article shows how to to extract data from Microsoft Office Excel spreadsheets.

    docs.groupdocs.com/parser/net/extract-data-from...
  10. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps To read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage<PngRootPackage>(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !

    docs.groupdocs.com/metadata/net/working-with-me...