Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 4,657 for

values

(0.17 sec)
  1. Signing archive documents in batch | GroupDocs

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/signing-archiv...
  2. Преобразование данных CSV и Excel в Java | CSV ...

    Преобразование XLS и XLSX в форматы CSV и CSV в форматы Excel в приложениях Java. Автоматизируйте преобразование файлов с помощью Java API для преобразования документов....Converter("path/comma-sparated-values.csv", loadOptions); SpreadsheetConvertOp...

    blog.groupdocs.com/ru/conversion/convert-csv-an...
  3. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...CSV-Dateien Comma Separated Values-Dateien werden häufig zum Austausch...

    blog.groupdocs.com/de/groupdocs.blog/page/30/
  4. Sign document with Royal Mail Mailmark 2D Barco...

    This article explains how to sign document with Royal Mail Mailmark 2D Barcode electronic signatures... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Search for multiple e-signature types | GroupDocs

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/search-for-mu...
  6. Remove annotation replies | GroupDocs

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for Java API.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/remove-annot...
  7. Convert database formats | GroupDocs

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/convert/datab...
  8. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/alias-dictionary/
  9. Alias dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/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.... We value your opinion. Your feedback...

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