Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 12,026 for

format

(0.2 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. 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-...
  3. 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-...
  4. 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-...
  5. Parse eBooks to Extract Images in CSharp on Gro...

    Parse eBooks to Extract Images in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Parse eBooks to Extract Images in CSharp on GroupDocs Blog | ...... Simpan gambar dalam format JPG, PNG, WebP, GIF, atau BMP...

    blog.groupdocs.com/id/tag/parse-ebooks-to-extra...
  6. Extract Images from FB2 in CSharp on GroupDocs ...

    Extract Images from FB2 in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract Images from FB2 in CSharp on GroupDocs Blog | Document Autom......PNG-, WebP-, GIF- oder BMP-Format. Recent content in Extract...

    blog.groupdocs.com/de/tag/extract-images-from-f...
  7. 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-...
  8. 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-...
  9. Convert PDF to XLSX using Java

    Efficiently grasp the knowledge of how to convert PDF to XLSX using Java. Additionally, we'll furnish you with a code example to export PDF to XLSX using Java....exporting PDF files to XLSX format Instantiate an object of the...specify the output document format as XLSX Call Converter.save...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  10. Convert EML to HTML using C#

    Efficiently convert EML to HTML using C# without installing extra tool. Enhance document processing in projects with this guide on how to export EML to HTML using C#....EML (Email Message Format) files to HTML format opens up a excess...

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