Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 5,157 for

library

(0.1 sec)
  1. Extraction in separate process | Documentation

    This article describes how to minimize the situation of resource shortage in the indexing process...Search library will run in a separate process...have the GroupDocs.Search library as a dependency, as does the...

    docs.groupdocs.com/search/net/extraction-in-sep...
  2. rtf

    rtf,Search in RTF Online,Merge RTF | GroupDocs.Merger for .NET | Documentation,Java RTF Comparison API - Compare RTF Files for Differences,RTF |...NET library....Merge RTF How to merge RTF...GroupDocs.Conversion for .NET library....Convert RTF to JPG Introduced...

    search.groupdocs.com/q/RTF.html
  3. Exception in thread "main" class com.groupdocs....

    Exception in thread “main” class com.groupdocs.search.internal.c.a.ms.System.V: Incorrect index version. Please use IndexUpdater class to update index version. import com.groupdocs.search.Index; import com.groupdocs.sea…...restrictions // imposed by the Search library License license = new License();...version of the GroupDocs.Search library you are using. This typically...

    forum.groupdocs.com/t/exception-in-thread-main-...
  4. document taxonomy

    XBRL dimension load advice - Free Support Forum - aspose.com,17.1.0 Release Notes|Aspose.Words for SharePoint,GitHub - aspose-finance/Aspose.Finance-for-.NET,Gi...Finance is a class library for working with finance related...Aspose.Finance is a class library for working with finance related...

    search.aspose.com/q/Document-Taxonomy.html
  5. sentiment3 taxonomy

    NuGet Gallery | Aspose.Words 11.1.0,NuGet Gallery | Aspose.Words 10.8.0,NuGet Gallery | Aspose.Words 11.0.0.1,NuGet Gallery | Aspose.Words 11.0.0,NuGet Gallery...NET class library supports DOC, DOCX, RTF, HTML...Words for .NET is a class library that enables your applications...

    search.aspose.com/q/Sentiment3-Taxonomy.html
  6. MatroskaSegment - GroupDocs.Metadata for Java -...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......the muxing application or library. Double getDuration () Gets...name of the application or library followed by the version number...

    apireference.groupdocs.com/metadata/java/com.gr...
  7. matroskasegment - GroupDocs.Metadata for Java -...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......the muxing application or library. Double getDuration () Gets...name of the application or library followed by the version number...

    apireference.groupdocs.com/metadata/java/com.gr...
  8. Stripping GroupDocs.Viewer for .NET Functionali...

    GroupDocs.Viewer for .NET is a web-oriented framework which provides ample possibilities to view a wide variety of documents in a web-browser, including PDF, Word, Excel, PowerPoint, AutoCAD and many more. However, quite often there are situations when you are looking for a simple and quick solution and don’t need all the functionality that comes with a Library. In case of GroupDocs.Viewer, for example, you may not want to use iframes on your pages, or add a lot of additional JavaScript and CSS files, which are used by GroupDocs....functionality that comes with a library. In case of GroupDocs.Viewer...GroupDocs.Viewer for .NET library. Go to the article »>...

    blog.groupdocs.com/viewer/stripping-groupdocs-v...
  9. Story of creating an advanced C# to C++ translator

    Discover how CodePorting created a powerful Cs2Cpp translator that can convert C# projects to C++ with ease and efficiency....NET library functions. By doing so, we...ones while replacing system library calls properly. The different...

    www.codeporting.com/articles/from_csharp_to_cpp...
  10. OCR support | Documentation

    OCR support means the ability to connect an external module (Library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr Library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....connect an external module (library) for the recognition of printed...connector using com.aspose.ocr library for text recognition in images...

    docs.groupdocs.com/search/java/ocr-support/