Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 1,398 for

presentation conversion

(0.23 sec)
  1. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Conversion Product Solution GroupDocs...of supported file types is presented below. Iterable < FileType...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....Conversion Product Solution GroupDocs...follows: If separators are present in the word, they are replaced...

    docs.groupdocs.com/search/java/search-for-text-...
  3. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....Conversion Product Family GroupDocs...documents remain secure and also presenting a professional and polished...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  4. GroupDocs.Total for Java | GroupDocs

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....Conversion Product Solution GroupDocs...documents, spreadsheets, presentations, PDF files, emails, images...

    docs.groupdocs.com/total/java/
  5. Scan Barcode from DOC using C#

    Learn how to scan barcode from DOC using C#. With the help of this guide, you will learn how to extract barcode from DOC in C# efficiently without using extra tools....Conversion Product Family GroupDocs...retrieve a list of barcodes present in the DOC file. This method...

    kb.groupdocs.com/parser/net/scan-barcode-from-d...
  6. Font extraction options | GroupDocs

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....Conversion Product Solution GroupDocs...all font resources will be present and correctly linked to the...

    docs.groupdocs.com/editor/net/font-extraction-o...
  7. How to Sign RTF with QR Code using Java

    Quickly learn how to sign RTF with QR Code using Java to enhance document's security. We will also provide a code example to create QR Code in RTF using Java....Conversion Product Family GroupDocs...using Java In brief, QR codes present an inventive and effective...

    kb.groupdocs.com/signature/java/how-to-sign-rtf...
  8. How to Sign XLSX with Barcode Signature using C#

    Easily access assistance on how to sign XLSX with Barcode signature using C#. Additionally, we will furnish a code example to create Barcode signature in XLSX using C#....Conversion Product Family GroupDocs...of utmost important in the present time. As an effective way,...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  9. GroupDocs.Assembly for .NET | GroupDocs

    Release notes Package repository GroupDocs.Assembly for Net - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Net reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, Presentations, PDF files, email messages, and images....Conversion Product Solution GroupDocs...documents, spreadsheets, presentations, PDF files, email messages...

    docs.groupdocs.com/assembly/net/
  10. How to Render DOCX as PNG using Java

    This article will provide step-by-step instructions to render DOCX as PNG using Java. Additionally, we will share code example to convert docx to PNG in Java....Conversion Product Family GroupDocs...Linux, provided that Java is present. Code to Render DOCX as PNG...

    kb.groupdocs.com/viewer/java/how-to-render-docx...