Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 3,159 for

file format conversion

(0.07 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 FileType property to obtain File Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. 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....Conversion Product Solution GroupDocs...extracted from a file are marked with tags. Some file formats and metadata...

    docs.groupdocs.com/metadata/python-net/removing...
  3. Extract data from HTML documents | GroupDocs

    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....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from HTML documents...

    docs.groupdocs.com/parser/net/extract-data-from...
  4. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Conversion API, describes how to convert Files with just couple lines of code....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/basic-usage/
  5. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other Files of different types in your Java solution....Conversion Product Solution GroupDocs...properties extracted from a file. Some metadata standards can...

    docs.groupdocs.com/metadata/java/find-metadata-...
  6. Merge files | GroupDocs

    This article explains how to merge Files of PDF, Microsoft Word, Excel and PowerPoint and other Formats using c# programming language and GroupDocs.Merger API....Conversion Product Solution GroupDocs...Developer Guide / Merge files Merge files Leave feedback If you...

    docs.groupdocs.com/merger/net/merge/
  7. Merge files | GroupDocs

    This article explains how to merge Files of PDF, Microsoft Word, Excel and PowerPoint and other Formats using GroupDocs.Merger for Java API....Conversion Product Solution GroupDocs...Developer Guide / Merge files Merge files Leave feedback If you...

    docs.groupdocs.com/merger/java/merge/
  8. List attachments | GroupDocs

    Retrieve a list of document attachments from your emails, Outlook data Files, archives and PDF documents with GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...all attachments to a source file, follow these steps: Instantiate...

    docs.groupdocs.com/viewer/net/how-to-list-attac...
  9. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Audio / Working with MP3...

    docs.groupdocs.com/metadata/java/handling-the-a...
  10. How to Sign XLSX with Barcode Signature using C#

    Easily access assistance on how to sign XLSX with Barcode signature using C#. Additionally, we will furnish a code example to create Barcode signature in XLSX using C#....Conversion Product Family GroupDocs...barcode signature to XLSX file format. In this tutorial, we will...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...