Sort Score
Result 10 results
Languages All
Labels All
Results 8,291 - 8,300 of 11,045 for

document assembly

(0.56 sec)
  1. Extract Text from Images & PDFs - .NET Parser A...

    Efficiently extract text from images and PDFs using GroupDocs.Parser for .NET 24.6 (DLLs-only). Powerful OCR features for C# and .NET Core. Download now!...6 assemblies. The assemblies are the same as in...from image files and PDF documents lacking plain text content...

    releases.groupdocs.com/parser/net/new-releases/...
  2. GroupDocs.Search .NET 24.6 DLLs: Perform Comple...

    Unleash the power of flexible search with GroupDocs.Search .NET 24.6 (DLLs). Build complex AND, OR queries for precise Document retrieval. Download Now!...6 assemblies. The assemblies are the same as in...AND, OR queries for accurate document data retrieval on Windows...

    releases.groupdocs.com/search/net/new-releases/...
  3. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Optimize index | Documentation

    This article explains that how to optimize index to reduce the number of segments in an index using Java....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/optimize-...
  5. GroupDocs.Comparison for .NET 21.10 Release Not...

    Note This page contains release notes for GroupDocs.Comparison for .NET 21.10 Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 21.10: Improved calculation of coordinates for run for Words Documents Fixed issue with hyperlinks in Diagram not counting in SummaryPage Fixed issue with GetChanges method not returning nested content Fixed issue with HTML title in result file containing unnecessary tag. Fixed issue with MarkNestedContent property in Diagram removing changes Fixed issuse related to error when comparing HTML Documents on Comparison App Full List of Issues Covering all Changes in this Release Key Summary Issue Type COMPARISONNET-2865 Improved calculation of coordinates for run for Words Documents Improvement COMPARISONNET-2869 Issue with MarkNestedContent option in Slides Bug COMPARISONNET-2870 Issue with MarkNestedContent option in Note Bug COMPARISONNET-2871 Issue with SummaryPage counters in Diagram Bug COMPARISONNET-2872 Issue with HTML title in result file Bug COMPARISONNET-2876 Issue with MarkNestedContent property in Diagram Bug COMPARISONNET-2875 Issue with disabling show inserted/deleted content properties Bug COMPARISONAPP-60 Comparison App: Error when comparing Html Document Bug Public API and Backward Incompatible Changes none...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  6. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/adding-metadata/
  7. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/logging/
  8. Logging | Documentation

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/logging/
  9. GroupDocs.Merger for .NET 18.9 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 18.9 Major Features There are 8 new features in this regular monthly release. The most notable are: Added Note file formats support (One) Extended Security methods with ODT/OTT formats support Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-251 Implement Security methods for ODT format New Feature MERGERNET-302 Implement Security methods for OTT format New Feature MERGERNET-321 Note formats support for Join method New Feature MERGERNET-322 Note formats support for MovePage method New Feature MERGERNET-323 Note formats support for RemovePage method New Feature MERGERNET-324 Note formats support for Split Document method New Feature MERGERNET-325 Note formats support for SwapPages method New Feature MERGERNET-326 Note formats support for Trim method New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  10. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/logging/