Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 11,038 for

xlsx

(0.03 sec)
  1. Markdown | Documentation

    This article explains that how to extract Markdown formatted text from document page.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/markdown/
  2. 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:... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

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

    How to export data to JSON or XML files.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/export-data/
  4. 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.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/net/extend-support...
  5. 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.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

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

    This article explains that how to use PageAreaRedaction.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/redaction/net/use-page-area-...
  7. 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...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. 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....xlsx File To PDF Numerous new exceptions...

    blog.groupdocs.com/conversion/conversion-potx-f...
  9. 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....document formats such as PDF, DOCX, XLSX, PPTX, EPUB and others. By using...

    docs.groupdocs.com/merger/net/
  10. Extract data from HTML documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.... DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free...

    docs.groupdocs.com/parser/net/extract-data-from...