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

full text search

(0.39 sec)
  1. Verify QR-code signatures | GroupDocs

     This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....Search Product Solution GroupDocs...option with predefined QRCode text QrCodeVerifyOptions options...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  2. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Search Product Solution GroupDocs...FileFormat . Markup ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/loading-specific...
  3. Existing objects in PDF document | GroupDocs

    Remove or modify PDF page objects (XObjects, artifacts, annotations) using Python via .NET....Search Product Solution GroupDocs...particular page This sample searches a specific page for objects...

    docs.groupdocs.com/watermark/python-net/existin...
  4. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if Text extraction is supported if (!...Search Product Solution GroupDocs...( password ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/password-protect...
  5. Use redaction callback | GroupDocs

    Learn about redaction API methods to reject or approve specific changes during redaction process...Search Product Solution GroupDocs...redaction process or to keep a full log of changes in the document...

    docs.groupdocs.com/redaction/net/use-redaction-...
  6. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page....Search Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  7. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....Search Product Solution GroupDocs...Extract text from the document text_reader = parser . get_text ()...

    docs.groupdocs.com/parser/python-net/load-file-...
  8. Convert MSG to MHTML using Node.js

    Learn how to convert MSG to MHTML using Node.js in a few simple steps. This guide also shows how to export MSG to MHTML in Node.js using an efficient conversion APIs....Search Product Family GroupDocs.Parser...Unlike plain text or PDF formats, MHTML preserves the full structure...

    kb.groupdocs.com/conversion/nodejs/convert-msg-...
  9. Extract metadata from documents | GroupDocs

    This article shows how to extract metadata with GroupDocs.Parser from documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Search Product Solution GroupDocs...formats and many others (see full list at article). Extract metadata...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page....Search Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/java/extract-hyperlin...