Sort Score
Result 10 results
Languages All
Labels All
Results 5,031 - 5,040 of 9,920 for

file comparison

(0.11 sec)
  1. GroupDocs.Parser for .NET 17.01 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 17.1.0 Major Features There are following features in this release: Ability to search a text Ability to extract highlight Support for extracting documents from ZIP containers All Changes Key Summary Issue Type TEXTNET-338 Implement the ability to search a text New Feature TEXTNET-339 Implement the ability to extract highlight New Feature TEXTNET-252 Implement the support for ZIP containers New Feature TEXTNET-496 Implement the ability to open password-protected OneNote sections New Feature TEXTNET-504 Add enum property to set extraction mode Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...ZipContainer class. Enumerate all files in the archive: C# using ( var...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  2. GroupDocs.Viewer for .NET 18.10 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.10. Major Features There are 12 features, improvements, and fixes in this regular monthly release. The most notable are: Added new option which allows setting the list of fonts to exclude when rendering into HTML Improved rendering of MS Project documents when Start/End date options are set Improved performance of methods which accept URL Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1677 Option for setting the list of fonts that should be excluded from HTML Feature VIEWERNET-1773 Do not show items beyond Start and End date options when rendering MS Project documents Improvement VIEWERNET-1742 Release internal resources for methods which accept URL Improvement VIEWERNET-1738 GetDocumentInfo method page number depending on the type of ViewerHandler Improvement VIEWERNET-1679 Prevent setting malicious values for HtmlResourcePrefix Improvement VIEWERNET-1678 Improve setting PageSize and TimeScale for MS Project documents by default Improvement VIEWERNET-1741 Specified watermark font not found exception when calling GetPdfFile method Bug VIEWERNET-1736 OutlookOptions....Comparison Product Solution GroupDocs...increased size of the output file. Since the version 18.10 GroupDocs...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering report in Word Processing 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 Word 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 Word 2013....Comparison Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  4. GroupDocs.Editor for Java 18.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Editor for Java 18.9 Major Features Cells support The main feature of the third version of GroupDocs.Editor for Java is a Cells support. List of supported Cells formats are: XLSX Excel97-2003 XLS XLSM format, which enable macros XLTX XLTM format, which enable macros CSV (Comma Separated Value) format Tab delimited text File ODS (OpenDocument Spreadsheet) Excel 2003 XML format XLSB (binary) For text-based formats like CSV or tab-delimited GroupDocs....Comparison Product Solution GroupDocs...Value) format Tab delimited text file ODS (OpenDocument Spreadsheet)...

    docs.groupdocs.com/editor/java/groupdocs-editor...
  5. Extract data from databases | Documentation

    This article demonstrate that how to extract data from databases via JDBC...Comparison Product Solution GroupDocs...LoadOptions is set to Database file format try ( Parser parser =...

    docs.groupdocs.com/parser/java/extract-data-fro...
  6. GroupDocs.Metadata for .NET 19.5 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for .NET 19.5 Major Features There are the following features and enhancements in this release: Add support for the vCard format Add support for the pps, ppsx and ppsm PowerPoint formats Implement the ability to get the metered credit consumption statistic Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-1177 Add support for the vCard format New Feature METADATANET-2833 Add support for the pps, ppsx and ppsm PowerPoint formats Enhancement METADATANET-2918 Implement the ability to get the metered credit consumption statistic Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...work with pps, ppsx and ppsm files Public API Changes The Pps item...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  7. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....Comparison Product Solution GroupDocs...content . EmbeddedObjects . Add ( File . ReadAllBytes ( "sample.jpg"...

    docs.groupdocs.com/watermark/net/email-messages/
  8. GroupDocs.Annotation for .NET 18.6 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 18.6 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 18.6: Implemented using metadata for storing annotations on Slides Implemented support of adding new types of annotations for Diagrams: Watermark Point Implemented support of adding new types of annotations for Words: Polyline Watermark Point Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-714 Implemnent support of metadata in Slides New Feature ANNOTATIONNET-713 Implement Watermark annotation in Diagrams New Feature ANNOTATIONNET-706 Implement adding Point annotation in Diagrams New Feature ANNOTATIONNET-704 Implement Polyline annotation for Words New Feature ANNOTATIONNET-700 Implement watermark annotation for Words New Feature ANNOTATIONNET-697 Implement Point annotation for Words New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...); // Save result stream to file. using ( FileStream fileStream...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  9. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries....Comparison Product Solution GroupDocs...the content field or in the file name field. A simple faceted...

    docs.groupdocs.com/search/net/faceted-search/
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Comparison Product Solution GroupDocs...(MKV) files Working with metadata in Matroska (MKV) files Leave...

    docs.groupdocs.com/metadata/java/working-with-m...