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

data assembly

(1.34 sec)
  1. Search for QR Code standard entries | GroupDocs

    This article explains how to provide advanced search for standard QR Code embedded objects like WiFi, Event, Contact, SMS, EMail, EPC or SEPA payment, VCard or MeCard entries, etc with GroupDocs.Signature API....Assembly Product Solution GroupDocs...Example 4 : How to find the EPC data in the QR Code from image or...

    docs.groupdocs.com/signature/net/advanced-searc...
  2. Convert audio formats | GroupDocs

    In this article, you will learn how to convert an audio file to another audio format with GroupDocs.Conversion for .NET....Assembly Product Solution GroupDocs...information along with its meta-data. Multiple audio file formats...

    docs.groupdocs.com/conversion/net/convert/audio/
  3. Deleting Text signatures - advanced | GroupDocs

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....Assembly Product Solution GroupDocs...xlsx" )) { // read from some data source signature Id value string...

    docs.groupdocs.com/signature/java/deleting-text...
  4. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Assembly Product Solution GroupDocs.../ Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Save attachments | GroupDocs

    Retrieve and save attachments from emails, Outlook files, archives, and PDFs....Assembly Product Solution GroupDocs...attachments: emails, Outlook data files, archives, and PDF documents...

    docs.groupdocs.com/viewer/python-net/how-to-ext...
  6. List attachments | GroupDocs

    Retrieve a list of document attachments from your emails, Outlook Data files, archives and PDF documents with GroupDocs.Viewer for Java...Assembly Product Solution GroupDocs...attachments: emails, Outlook data files, archives, and PDF documents...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  7. GroupDocs.Search Overview | GroupDocs

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....Assembly Product Solution GroupDocs...achieved by unique algorithms and data structures, optimizations and...

    docs.groupdocs.com/search/java/groupdocs-search...
  8. GroupDocs.Search Overview | GroupDocs

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....Assembly Product Solution GroupDocs...achieved by unique algorithms and data structures, optimizations and...

    docs.groupdocs.com/search/net/groupdocs-search-...
  9. GroupDocs.Search Overview | GroupDocs

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....Assembly Product Solution GroupDocs...achieved by unique algorithms and data structures, optimizations and...

    docs.groupdocs.com/search/nodejs-java/groupdocs...
  10. Saving image strategy | GroupDocs

    GroupDocs.Markdown provides several strategies for handling images during conversion. Set the ImageExportStrategy property on ConvertOptions to control the behavior: Base64 embedding – inline images as Data URIs using ExportImagesAsBase64Strategy. File system export – save images to a directory using ExportImagesToFileSystemStrategy. Use the ImagesRelativePath property to control the relative path written into Markdown image links. Skip images – omit all images from the output using SkipImagesStrategy. Custom handler – implement IImageSavingHandler for full control over image saving, including renaming and custom storage via CustomImagesStrategy....Assembly Product Solution GroupDocs...embedding – inline images as data URIs using ExportImagesAsBase64...

    docs.groupdocs.com/markdown/net/strategy/