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

format

(0.3 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. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file Formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate Format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties.... Some file formats and metadata standards allow...defined in the appropriate format/standard specification. In...

    docs.groupdocs.com/metadata/java/removing-metad...
  5. Load password-protected document | GroupDocs

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....On this page Some document formats also support content encryption...password-protected document of any supported format The following example demonstrates...

    docs.groupdocs.com/watermark/java/load-password...
  6. How to Convert TeX to Word using C#

    Let's take a look at the guideline to convert TeX to Word using C# and learn how to use them for writing the code to develop ability for TeX to Word converter in C#....disk for transforming to Word format Create and define convert options...calls for LaTeX export to Word format. Moreover, these stepwise instructions...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Render MSG as HTML using Java

    In this guide, we'll explore how to render MSG as HTML using Java, without installing extra software. Also, we'll supply you with Java code for rendering MSG to HTML....effectively transformed into HTML format. This procedure empowers developers...emails and display it in a format suitable for the web. In this...

    kb.groupdocs.com/viewer/java/render-msg-as-html...
  8. How to Convert ODT to TXT using C#

    We will guide you how to convert ODT to TXT using C# without the need for any external software installations along with code example to export ODT to TXT in C#....) files to plain text (TXT) format, this article will provide...for .NET to convert ODT file format to TXT Add reference to the...

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

    This tutorial provides detailed inFormation to convert PNG to JPG using C# and a sample application to demonstrate the implementation of C# PNG to JPG conversion....document conversion from one image format to another and discusses the...convert options for the JPG format Finally, call the Convert method...

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

    Quickly take a look at the guideline to convert XPS to PDF using C# and learn how to implement the functionality for C# convert XPS to PDF application....converting from XPS to PDF format Initialize the Converter class...disk for converting to PDF format Create and set convert options...

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