Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 11,394 for

pptx

(0.05 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 and...

    docs.groupdocs.com/metadata/java/working-with-b...
  2. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/net/extend-support...
  3. Export Data | Documentation

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

    docs.groupdocs.com/parser/net/export-data/
  4. 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 and...

    docs.groupdocs.com/metadata/java/working-with-d...
  5. Use PageAreaRedaction | Documentation

    This article explains that how to use PageAreaRedaction....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/redaction/net/use-page-area-...
  6. Digital Signature - esign PPSX documents | Grou...

    Digital signature (eSignature) for PPSX made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPSX documents for free!...document format as PDF, DOCX, XLSX, PPTX, RTF, ODS, OTS, ODP, JPEG, PNG...starts as PowerPoint show unlike PPTX file that opens in editable...

    products.groupdocs.app/signature/ppsx
  7. Convert PDF files | Documentation

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint, image and other formats with GroupDocs.Conversion for .NET....PowerPoint with its PPT and PPTX file formats, though there are...snippet looks like for PDF to PPTX conversion in C# language: //...

    docs.groupdocs.com/conversion/net/convert/pdf/
  8. How to Convert PDF to Word in C#

    You will learn how to convert PDF to Word in C# in this tutorial. We'll utilize a simple console application for PDF to DOC conversion using C#.... In addition, EPUB, XLSX, PPTX, HTML, XML, and a variety of...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Conversion to POTX is supported in GroupDocs.Co...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.12. This release comes with support of new document formats such as POTX and POTM. Multitude of improvements and bug fixes are also introduced in this release. Improvements such as Cells to SVG conversion, Words to Gif and setting up custom font directories are in the list. Moreover, issues like file reading error and saving complete multipage document to single image are resolved....or Pps Conversion of specific pptx to jpg results wrong output...

    blog.groupdocs.com/conversion/conversion-potx-f...
  10. GroupDocs.Merger for .NET | Documentation

    Use GroupDocs.Merger for .NET to merge several documents into one, split single document to multiple and organize documents in different ways....formats such as PDF, DOCX, XLSX, PPTX, EPUB and others. By using GroupDocs...

    docs.groupdocs.com/merger/net/