Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 2,519 for

pdf editor

(0.03 sec)
  1. Verify QR-code signatures in the document | Doc...

    This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { QrCodeVerifyOptions options...

    docs.groupdocs.com/signature/net/verify-qr-code...
  2. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // search for signatures...

    docs.groupdocs.com/signature/net/search-for-bar...
  3. Update Barcode signatures in document | Documen...

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...new Signature ( "sampleSigned.pdf" )) { BarcodeSearchOptions options...

    docs.groupdocs.com/signature/net/update-barcode...
  4. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API....Editor Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); BarcodeSearchOptions options...

    docs.groupdocs.com/signature/java/search-for-ba...
  5. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more...Editor Product Solution GroupDocs...Specification File ✅ ✅ PDF From Description Load Save PDF Portable Document...

    docs.groupdocs.com/conversion/python-net/suppor...
  6. Extract text from HTML documents | Documentation

    Learn how to extract a text from HTML documents getText() method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails....Editor Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. 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....Editor Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/ocr-support/
  8. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....Editor Product Solution GroupDocs...welcome to extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  9. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Editor Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/handle-loading-o...
  10. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text file in java....Editor Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/detect-encoding/