Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 11,884 for

pptx

(0.04 sec)
  1. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/net/get-file-info/
  2. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/python-net/get-fil...
  3. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/extracting-com...
  4. Optimize output for printing | Documentation

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

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  5. Split or Merge PDF, PowerPoint, Excel, Word, Do...

    Split or Merge PDF, Word DOC/DOCX, XLS/XLSX Excel spreadsheets, PPT/Pptx presentations, Visio Drawings, eBooks, & more documents in Java. Steps & examples....to do if I need to merge PPT/PPTX presentations. Many more questions...CSV, TSV Presentations PPT, PPTX, PPS, PPSX, ODP, OTP Drawings...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  6. Render Email Attachments and Outlook Data Files...

    We are back with a major release of GroupDocs.Viewer for Java as version 19.1. The latest release has come with some exciting new features as well as a bunch of improvements and important bug fixes. Please have a look at the release notes to know about the new features and the changes introduced in GroupDocs.Viewer for Java 19.1. Furthermore, if you are planning to upgrade the API from any previous version, we strongly recommend you to check the Public API Changes section of release notes....are: Incorrect rendering of PPTX document as HTML Content of...

    blog.groupdocs.com/viewer/render-email-attachme...
  7. How to Convert XLSB to PDF in C#

    Have a look at the process to convert XLSB to PDF in C# and learn document conversion without any third-party tools and examine code to generate PDF from XLSB in C#....including BMP, FODS, ODP, PPS, JPG, PPTX, EPUB, CSV, DOC, and many others...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert XML to CSV in C#

    This short article briefly explains the process to convert XML to CSV in C#. Review sample code to convert XML to CSV using C# and use it as a template for projects....file formats including DOCX, PPTX, ODS, RTF, XLS, and many more...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert RTF to JPG using C#

    In this article, we will showcase how to convert RTF to JPG using C# without installing third-party software. also, we will provide code to export RTF to JPG in C#....process of converting RTF to PPTX. If you require additional guidance...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, Pptx, MPP, EML, MSG, OST, PST, ONE, and many more.... XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE...

    blog.groupdocs.com/parser/extract-text-and-meta...