Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 33,737 for

ppt

(0.1 sec)
  1. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } 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...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. Export Data | Documentation

    How to export data to JSON or XML files....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...

    docs.groupdocs.com/parser/net/export-data/
  3. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/java/working-with-d...
  4. File Format APIs for Word Excel PDF Email Power...

    .NET Java Cloud SharePoint Android SSRS and JasperReports file format APIs for developers. Integrate in any enterprise level web desktop and mobile application...spreadsheets that then feted a 100+ PPT slide deck. Aspose came through...spreadsheets that then feted a 100+ PPT slide deck. Aspose came through...

    www.aspose.com
  5. GitHub - groupdocs-annotation/GroupDocs.Annotat...

    Moved to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java/tree/master/Demos/Dropwizard - groupdocs-annotation/GroupDocs.Annotation-for-Java-Dropwizard...you to annotate PDF , DOCX, PPT, XLS, and over 90 document formats...conversions such us (DOCX to PDF or PPT to PDF). With GroupDocs.Annotation...

    github.com/groupdocs-annotation/GroupDocs.Annot...
  6. GitHub - groupdocs-editor/GroupDocs.Editor-for-...

    Contribute to groupdocs-editor/GroupDocs.Editor-for-.NET-UI development by creating an account on GitHub....Formats PPT : Microsoft PowerPoint 95 Presentation PPT : Microsoft...

    github.com/groupdocs-editor/GroupDocs.Editor-fo...
  7. GitHub - groupdocs-annotation/GroupDocs.Annotat...

    Moved to https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-.NET/tree/master/Demos/MVC - groupdocs-annotation/GroupDocs.Annotation-for-.NET-MVC...you to annotate PDF , DOCX, PPT, XLS, and over 90 document formats...conversions such us (DOCX to PDF or PPT to PDF). With GroupDocs.Annotation...

    github.com/groupdocs-annotation/GroupDocs.Annot...
  8. How to Convert PDF to Presentation in C#

    This short article describes the step-by-step procedure to convert PDF to Presentation in C# and how to develop the application for PDF to PptX converter using C#....file and transforms it into PPT or PPTX format. Further, this...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Extract Images from Excel in Java

    Quickly learn the workflow to extract images from Excel in Java and develop the parsing application to get images from Excel using Java in a few lines of code....formats such as DOC, DOCX, PDF, PPT, PPTX, and many more. We have...

    kb.groupdocs.com/parser/java/how-to-extract-ima...
  10. FileType - GroupDocs.Redaction for Java - API R...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......ppt) static FileType getPPTX () PowerPoint...getPPT() PowerPoint Presentation (.ppt) getPPTX public static FileType...

    apireference.groupdocs.com/redaction/java/com.g...