Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 11,925 for

pptx

(0.39 sec)
  1. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original file...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/net/save-overwriti...
  2. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  3. 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....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/get-supported-...
  4. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/exporting-metad...
  5. Exporting metadata properties | GroupDocs

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/exporting-meta...
  6. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  7. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Presentation documents: PPT, PPS, PPTX, PPSX, ODP, FODP, OTP, POT,...

    docs.groupdocs.com/viewer/java/how-to-optimize-...
  8. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...into a PPT/PPTX presentation. Convert JPG to PPTX // Load the..."jpg-converted-to.pptx" , options ); Convert PNG to PPTX // Load the...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. Convert images | GroupDocs

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...into a PPT/PPTX presentation. Convert JPG to PPTX import com..."jpg-converted-to.pptx" , options ); Convert PNG to PPTX import com...

    docs.groupdocs.com/conversion/java/convert/image/
  10. How to Compare PDF Files using Java

    Easily compare PDF files using Java by consuming one of the top document comparison library and learning how to create functionality for PDF comparison in Java....comparisons such as DOCX, XLSX, PPTX, VSDX, ODT, PNG, and many more...

    kb.groupdocs.com/comparison/java/how-to-compare...