Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 11,999 for

format

(0.21 sec)
  1. Working with metadata in GIF images | GroupDocs

    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....Managing metadata for specific formats / Images / Working with metadata...extract some additional file format information. a GIF image Extract...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Document Management with GroupDocs

    The GroupDocs dashboard provides you with several features for organizing files and folders. The new dashboard is very user friendly, so you get familiar with it pretty quickly. In this post, we focus on the GroupDocs dashboard. I’m going to list some of GroupDocs dashboard’s key features useful for document management: [caption id=“attachment_402” align=“alignnone” width=“622” caption=“Fig.1: GroupDocs dashboard helps you organise your files and folders for better document management”] [/caption]... For example, file format, modification date, size, whom...you sort files according to format, size, or modification date...

    blog.groupdocs.com/total/document-management-wi...
  3. Extract images from Microsoft Office Excel spre...

    This article explains that how to extract images from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Extract data from various formats / Extract data from Microsoft...extracted with its original format. With using class it is possible...

    docs.groupdocs.com/parser/net/extract-images-fr...
  4. GroupDocs.Viewer for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for .NET 25.11. Available now on NuGet and GroupDocs website....bugs across all supported formats. What’s new in this release...Presentation document to any output format. The feature is exposed through...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. How to Convert PDF to TIFF using C#

    Understand document conversion process and how to convert PDF to TIFF using C#. Learn how to use these instructions to create PDF to TIFF converter C# capability....document transformation from one format to another. Further, it provides...transformation into the required format. Code to Convert PDF to TIFF...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Convert CSV to XML using C#

    Let's quickly learn how to convert CSV to XML using C# without installing extra software. We will provide you key steps along with C# code to export CSV to XML....frequently comes in a variety of formats, thus organizing and analyzing...transforming it to a structured format like XML. We will show you...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  7. Render SVG as JPG using Python

    Render SVG as JPG using Python in simple and few steps. This tutorial explains how to convert SVG to JPG in Python with custom image dimensions for scalable output.... converting SVG to raster formats like JPG is often necessary...universally compatible image formats. Steps to Render SVG as JPG...

    kb.groupdocs.com/viewer/python/render-svg-as-jp...
  8. How to Convert EPUB to Word in C#

    This short tutorial provides the stepwise instructions to convert EPUB to Word in C# and a sample code for the C# EPUB to Word converter application....converting from EPUB to Word format Initialize the Converter class...disk for transforming to Word format Create and set convert options...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert DOCX to RTF using C#

    You can find the directions to convert docx to RTF using C# in this topic. Moreover, we will help you to write an application to export docx to RTF using C#....RTF are both document file formats used to create, store, and... RTF is a widely supported format that can be opened by many...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert PowerPoint to PDF using C#

    This short tutorial describes the complete process to convert PowerPoint to PDF using C# and provides a sample working code for C# PowerPoint to PDF application....transformation from PPTX to PDF format. Further, the document conversion...input, and converts it into PDF format. However, you may enhance this...

    kb.groupdocs.com/conversion/net/how-to-convert-...