Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 11,701 for

pptx

(0.4 sec)
  1. Get file info | GroupDocs

    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. Extracting common image information | GroupDocs

    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...
  3. 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/net/how-to-optimize-o...
  4. Get file info | GroupDocs

    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...
  5. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others. See full...formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/python-net/metadat...
  6. Introducing GroupDocs.Assembly for .NET | Group...

    GroupDocs.Assembly for .NET 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 it is a report generator which generates an output document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....SpreadsheetML, ODS) Presentation (PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT...Supported Presentation (PPT, PPTX, PPTM, PPS, PPSX, PPSM, POT...

    docs.groupdocs.com/assembly/net/introducing-gro...
  7. How to Convert HTML to Excel using Java

    Let's learn the document conversion process and convert HTML to Excel using Java. Easily implement this guide to develop the Java HTML to Excel converter feature....document formats including DOCX, PPTX, CSV, MHTML, MD, SVG, and many...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Extract Metadata from Word Document usin...

    This short tutorial describes the process to extract metadata from Word document using Java, and how to iterate through the metadata word document in Java....document formats such as PDF, XLSX, PPTX, MSG, EML, EPUB, and many more...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  9. How to Extract Images from PDF using C#

    Let's get familiar with the image extraction process from documents and how to extract images from PDF using C# and implement C# extract images from PDF capability....DOCX, XLSX, XLT, HTML, PPT, PPTX, EPUB, and many more. We have...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  10. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....TEX Microsoft PowerPoint PPT, PPTX, PPS, PPSX OpenDocument Formats...

    docs.groupdocs.com/viewer/java/exclude-fonts/