Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 11,944 for

format

(0.13 sec)
  1. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document Formats please refer to Supported document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file Format inFormation advanced_usage....Managing metadata for specific formats / Documents / Working with...list of supported document formats please refer to . Detecting...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. In-Table Master-Detail in Email Document | Grou...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Email Document Format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. In-Table Master-Detail in Email Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Outlook 2013. Create a new Email. Click the email where you want to add the table....Master-Detail report in Email Document format. Note The code uses some of...report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/net/in-table-master...
  3. Render PPTX as PNG using Python

    Learn how to render PPTX as PNG using Python. This tutorial shows how to convert PPTX to PNG in Python for generating slide images suitable for sharing and embedding....archiving presentations in image format. Whether you’re working with...in a universally accessible format. Unlike editable presentations...

    kb.groupdocs.com/viewer/python/render-pptx-as-p...
  4. Extract Text from PPT using C#

    This article details the process of how to extract text from PPT using C#. It includes a code example to assist you in integrating text extraction from PPT in C# projects....presentations, often saved in PPT format, can contain valuable text...delivering information in a visual format. However, there are times when...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  5. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various Formats like JPG, PNG, TIFF and others....nature from images of various formats like JPG, PNG, TIFF and others...redacted document is saved in PDF format result_path = redactor . save...

    docs.groupdocs.com/redaction/python-net/image-r...
  6. Search text in Emails | GroupDocs

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....Extract data from various formats / Extract data from Emails.... out . println ( String . format ( "At %d: %s" , s . getPosition...

    docs.groupdocs.com/parser/java/search-text-in-e...
  7. Search text in PDF documents | GroupDocs

    This article explains that how to search text from PDF documents...Extract data from various formats / Extract data from PDF documents...Console . WriteLine ( string . Format ( "At {0}: {1}" , s . Position...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  8. Search text in EPUB eBooks | GroupDocs

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Extract data from various formats / Extract data from ePUB eBooks.... out . println ( String . format ( "At %d: %s" , s . getPosition...

    docs.groupdocs.com/parser/java/search-text-in-e...
  9. Advanced search for Barcode signatures | GroupDocs

     This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API...."Barcode signature size {0} and format {1}" , barcodeSignature . Content...Length , barcodeSignature . Format ); Console . WriteLine ( $"Location...

    docs.groupdocs.com/signature/net/advanced-searc...
  10. How to Convert ODG to PDF using C#

    Let's take a look at the stepwise instructions to convert ODG to PDF using C# with a few API calls and how to develop the C# ODG to PDF file converter application....disk for transforming to PDF format Create and define properties...converting to the non-editable format using the constructor of the...

    kb.groupdocs.com/conversion/net/how-to-convert-...