Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 5,366 for

file signature

(0.18 sec)
  1. Introducing GroupDocs.Classification for .NET |...

    What Is GroupDocs.Classification? GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer File formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. Why Use GroupDocs.Classification as a Developer? No additional software is required to classify texts or documents. IAB-2 taxonomy for News/Cites classification....Signature Product Solution GroupDocs...Word and OpenDocument Writer file formats, PDF documents, RTF...

    docs.groupdocs.com/classification/net/introduci...
  2. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....Signature Product Solution GroupDocs...to a file, use the method. To import synonyms from a file, use...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  3. ClassNotFoundException BouncyCastleProvider exc...

    This article is about ClassNotFoundException: BouncyCastleProvider exception...Signature Product Solution GroupDocs...jar library as JAR file from . Put the file into your project...

    docs.groupdocs.com/viewer/java/classnotfoundexc...
  4. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for Python via .NET — API to compare two or more Files and get the difference between them....Signature Product Solution GroupDocs...merging two or more files of . The resulting file displays differences...

    docs.groupdocs.com/comparison/python-net/groupd...
  5. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for Node.js via Java — API to compare two or more Files and get the difference between them....Signature Product Solution GroupDocs...merging two or more files of . The resulting file displays differences...

    docs.groupdocs.com/comparison/nodejs-java/group...
  6. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java....Signature Product Solution GroupDocs...from the two input files (source and target files) are added to the...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  7. How to run examples | GroupDocs

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Signature Product Solution GroupDocs...Open Visual Studio and go to File -> New -> Project . Select appropriate...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  8. Load diagram document with options | GroupDocs

    Learn how to load and convert diagram Files (VSD, VSDX, Visio) with advanced options using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs...source diagram files are processed. Diagram files include formats...

    docs.groupdocs.com/conversion/net/load-diagram-...
  9. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Signature Product Solution GroupDocs...VSTX, VSDM, VSSM, VSTM Meta file formats: WMF, WMZ, EMF, EMZ...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  10. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” File in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Signature Product Solution GroupDocs...Call method for “document.pdf” file in the current (".") directory...

    docs.groupdocs.com/classification/net/classify-...