Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 11,257 for

xlsx

(0.05 sec)
  1. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. How to Convert ODG to PDF using Java

    This tutorial provides step-by-step instructions to convert ODG to PDF using Java and a working sample code for ODG to PDF file converter in Java capability....formats to PDF such as DOC, DOCX, XLSX, HTML, RTF, PPTX, and many more...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Extract Text from Markdown File in Java

    This article describes the workflow to extract text from Markdown file in Java and provides a working application on how to get text from Markdown using Java....formats such as DOC, DOCX, PDF, XLSX, XML, HTML, and many more. We...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  4. How to Extract Text from Markdown File in C#

    This tutorial describes the step-by-step procedure to extract text from Markdown file in C# language and how to use the workflow to get text from Markdown using C#....including PDF, DOC, DOCX, XLS, XLSX, PPTX, and many more. We have...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  5. How to Convert Word Document to Image in Java

    Do you want to convert Word Document to Image in Java with a few lines of code? If so, review this guide and learn how to develop the DOCX to Image Java capability....PDF, TIFF, SVG, OTT, MD, PPTX, XLSX, and many more. We have discussed...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various document and image formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular document and image formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured information that is used to contain important business information of different resources....(DOC/DOCX) Spreadsheet Document (XLS/XLSX) Portable Document Format (PDF)...

    blog.groupdocs.com/metadata/control-and-process...
  7. Basic Usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, and more with our ...

    docs.groupdocs.com/watermark/java/basic-usage/
  8. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/python-net/extracti...
  9. GroupDocs.Viewer for Node.js overview | Documen...

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....View documents in the (DOCX, XLSX, PPTX, PDF, DWG, PSD, HTML,...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  10. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files.... DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with...

    docs.groupdocs.com/metadata/python-net/set-meta...