Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 4,838 for

assemble

(0.1 sec)
  1. Search for encrypted text in QR-code signatures...

     This article explains how to search for encrypted text in QR-code electronic signatures in the document metadata. This topic contains example of standard encryption usage and searching for encrypted text in the QR-code electronic signature with further decryption by GroupDocs.Signature API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/search-for-en...
  2. GroupDocs.Annotation Product Family on GroupDoc...

    GroupDocs.Annotation Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Annotation Product Family on GroupDocs Blog | Document A......problemen met het laden van assemblies op te lossen, met volledige...

    blog.groupdocs.com/nl/categories/groupdocs.anno...
  3. GroupDocs.Viewer cho .NET 25.11 – Các bản cập n...

    Khám phá những tính năng mới trong GroupDocs.Viewer cho .NET 25.11. Hiện đã có trên NuGet và trang web GroupDocs....11 Tải trực tiếp – Các assembly cho .NET và .NET Framework...

    blog.groupdocs.com/vi/viewer/groupdocs-viewer-f...
  4. Product Overview | GroupDocs

    Note Welcome to GroupDocs.Classification for .NET GroupDocs.Classification is a .NET component built to allow developers to classify texts and documents, whether simple or complex. It allows developers to use three different taxonomies: IAB (version 2), that created by the Interactive Advertising Bureau, Documents taxonomy, that created by Aspose and simple Sentiment taxonomy (Negative/Positive). For the Sentiment taxonomy Chinese language is supported. Product Description GroupDocs.Classification is a robust .NET component that lets developers to analyze text and documents without using any document-related tool to open documents or extract text....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/product-o...
  5. Configuring search network | GroupDocs

    This page contains information about configuring the search network....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/java/configuring-sear...
  6. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  7. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/word-form...
  8. Homophone dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/homophone...
  9. Update annotation replies | GroupDocs

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/update-annot...
  10. Working with CAD metadata | GroupDocs

    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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Assembly Product Solution GroupDocs...

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