Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 31,933 for

parser

(0.03 sec)
  1. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser Parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = Parser....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/load-document-fr...
  2. Scan QR Code | GroupDocs

    This article shows how to scan QR Code in .Net with GroupDocs.Parser with few lines of code from image, document or other file format like PDF, Email, Ebook, Words, and others....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for .NET /...

    docs.groupdocs.com/parser/net/scan-qr-code/
  3. Extract barcodes from document page area | Grou...

    This article explains that how to extract barcodes from document page area....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for .NET /...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  4. Detect file type of container item | GroupDocs

    This article explains that how to detect file type of container item....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for .NET /...

    docs.groupdocs.com/parser/net/detect-file-type-...
  5. Extract images from document | GroupDocs

    This article explains that how to extract images from document....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/extract-images-f...
  6. Extract barcodes from document page area | Grou...

    This article explains that how to extract barcodes from document page area....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/extract-barcodes...
  7. Extract text by table of contents item | GroupDocs

    This article explains that how to extract text by table of contents item."...Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/extract-text-by-...
  8. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/extract-table-of...
  9. Extract metadata from PDF documents | GroupDocs

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Extract metadata from EPUB eBook | GroupDocs

    This article explains that how to extract metadata from EPUB e-books getMetadata method is used....Parser Product Solution GroupDocs...GroupDocs.Parser Product Family / GroupDocs.Parser for Java /...

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