Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 2,633 for

resource

(0.43 sec)
  1. Convert to Finance formats with advanced option...

    Learn about FinanceConvertOptions class for financial data formats (XBRL, iXBRL, OFX) in GroupDocs.Conversion for .NET.... More Resources Was this page helpful? Not...

    docs.groupdocs.com/conversion/net/convert-to-fi...
  2. How to Run Examples | GroupDocs

    In this article you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box.... The Resources folder contains all the sample...

    docs.groupdocs.com/comparison/net/how-to-run-ex...
  3. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata.... OutputMpp ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Search Image Signature in C# in Word, Excel, Po...

    Search Barcode, QR Code, digital, or electronic signature with image data content from any document (DOC, XLS, PPT, PDF) in C# using .NET Signature API....Length); } } } Key Resources for GroupDocs.Signature for...

    blog.groupdocs.com/signature/search-image-signa...
  5. GroupDocs.Viewer para Node.js 25.12 – Últimas a...

    Explora lo nuevo en GroupDocs.Viewer para Node.js 25.12. Disponible ahora en NuGet y en el sitio web de GroupDocs....configuration: // - Embedded resources produces a single self‑contained...

    blog.groupdocs.com/es/viewer/groupdocs-viewer-f...
  6. GroupDocs.Viewer برای Node.js 25.12 – آخرین به ...

    کشف کنید چه جدیدی در GroupDocs.Viewer برای Node.js 25.12 موجود است. هم‌اکنون بر روی NuGet و وب‌سایت GroupDocs در دسترس است....configuration: // - Embedded resources produces a single self‑contained...

    blog.groupdocs.com/fa/viewer/groupdocs-viewer-f...
  7. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Comparison library from different resources. The plugin performs all the...

    blog.groupdocs.com/categories/groupdocs.compari...
  8. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....any Unicode character) More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/query-lan...
  9. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....search ( "@t OR @e" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/alias-dictionary/
  10. OCR support | GroupDocs

    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....RuntimeException ( ex ); } } } More resources GitHub examples You may easily...

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