Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 3,309 for

file format conversion

(0.8 sec)
  1. Parse Data from Documents | GroupDocs

    Extract structured data from documents using templates with GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...template isn't supported for this format." ) else : # DocumentData exposes...

    docs.groupdocs.com/parser/python-net/parse-data...
  2. Extract Hyperlinks from DOC using C#

    Learn how to extract hyperlinks from DOC using C# efficiently. We will provide you a code example to read hyperlinks from DOC in C# for tasks like data extraction....Conversion Product Family GroupDocs...using C# Hyperlinks in DOC files serve as essential connectors...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  3. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a File of any supported Format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....Conversion Product Solution GroupDocs...embedded into a variety of image formats such as JPEG, TIFF, etc. Note...

    docs.groupdocs.com/metadata/nodejs-java/working...
  4. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for .NET....Conversion Product Solution GroupDocs...all images, some document formats also hold fonts. Even for plain...

    docs.groupdocs.com/editor/net/working-with-reso...
  5. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation Formats please refer to Supported document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File Format inFormation. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain File Format inFormation advanced_usage....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Documents / Working with...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Features Overview | GroupDocs

    Variety of features to manipulate graphics, watermarks and text annotations...Conversion Product Solution GroupDocs...annotation types for more 35 file formats. You can use various graphic...

    docs.groupdocs.com/annotation/java/features-ove...
  7. Features Overview | GroupDocs

    Variety of features to manipulate graphics, watermarks and text annotations...Conversion Product Solution GroupDocs...annotation types for more 35 file formats. You can use various graphic...

    docs.groupdocs.com/annotation/net/features-over...
  8. Load GIS document with options | GroupDocs

    Learn how to load and convert GIS documents (GeoJSON, KML, GPX) with advanced options using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/load-gis-docu...
  9. Extracting common image information | GroupDocs

    For all supported image Formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more inFormation on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain File Format inFormation advanced_usage.managing_metadata_for_specific_Formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Extracting common...

    docs.groupdocs.com/metadata/java/extracting-com...
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the Format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Video / Working with metadata...

    docs.groupdocs.com/metadata/net/working-with-me...