Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 1,121 for

full text search

(0.42 sec)
  1. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a document. Here are the steps to extract an email Text from email attachments: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and obtain Parser object to extract a Text....Search Product Solution GroupDocs...the steps to extract an email text from email attachments: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  2. 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...
  3. Verify Barcode Signatures in Document | GroupDocs

    This topic explains how to verify Barcode electronic signatures with GroupDocs.Signature for Python via .NET API....Search Product Solution GroupDocs...BarcodeVerifyOptions () options . text = "123456789" options . match_type...

    docs.groupdocs.com/signature/python-net/verify-...
  4. 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-...
  5. Product Overview | GroupDocs

    Note Welcome to GroupDocs.Classification for .NET GroupDocs.Classification is a .NET component built to allow developers to classify Texts and documents, whether simple or complex. It allows developers to use three different taxonomies: IAB (version 2), that created by the Interactive Advertising Bureau, Documents taxonomy, that created by Aspose and simple Sentiment taxonomy (Negative/Positive). For the Sentiment taxonomy Chinese language is supported. Product Description GroupDocs.Classification is a robust .NET component that lets developers to analyze Text and documents without using any document-related tool to open documents or extract Text....Search Product Solution GroupDocs...allow developers to classify texts and documents, whether simple...

    docs.groupdocs.com/classification/net/product-o...
  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/java/extract-hyperlin...
  7. 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...
  8. Verify QR Code Signatures in Document | GroupDocs

    This topic explains how to verify QR Code electronic signatures with GroupDocs.Signature for Python via .NET API....Search Product Solution GroupDocs...QrCodeVerifyOptions () options . text = "https://www.example.com"...

    docs.groupdocs.com/signature/python-net/verify-...
  9. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract Text structure. Warning getStructure method returns null value if Text structure extraction isn’t supported for the document. For example, Text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word document has no Text, getStructure method returns an empty org....Search Product Solution GroupDocs...method returns null value if text structure extraction isn’t supported...

    docs.groupdocs.com/parser/java/extract-tables-f...
  10. Verify Qr Code Signatures | GroupDocs

    id: verify-qr-code-signatures url: signature/net/verify-qr-code-signatures title: Verifying QR Code signatures in advance weight: 2 description: " This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API." keywords: productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Verify QR code signature in documents using C# description: This article explains how to scan the document for QR Code and provide its verification with C# language and GroupDocs....Search Product Solution GroupDocs...from the local file or stream. text: Create Signature class instance...

    docs.groupdocs.com/signature/net/developer-guid...