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

file format conversion

(0.11 sec)
  1. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in AVI files Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File Formats....specify custom font paths New conversion mechanism for displaying...displaying multipage TIFF files Implement option that allows setting text...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  3. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document Formats please refer to Supported document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional File Format inFormation. Load a PDF document Extract the root metadata package Use the getDiagramType 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...
  4. Extracting MakerNote metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image inFormation that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary Format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with metadata...

    docs.groupdocs.com/metadata/java/extracting-mak...
  5. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Conversion Product Solution GroupDocs...components are specific to the file format. That means you cannot apply...

    docs.groupdocs.com/annotation/net/add-component...
  6. Migration notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Conversion Product Solution GroupDocs...Console . WriteLine ( string . Format ( "at {0}: {1}" , result ....

    docs.groupdocs.com/parser/net/migration-notes/
  7. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document Formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document inFormation and preview generation procedures were simplified....Conversion Product Solution GroupDocs...for all supported document formats. Product architecture was redesigned...

    docs.groupdocs.com/watermark/net/migration-notes/
  8. Basic Usage | GroupDocs

    Articles listed in this page explain the common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Markdown API...Conversion Product Solution GroupDocs...MarkdownConverter.to_file() for one-line conversions without managing...

    docs.groupdocs.com/markdown/python-net/basic-us...
  9. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render Files to HTML Format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Conversion Product Solution GroupDocs...page resources as separate files. This allows reusing common...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  10. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF Files Reading ASF Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Conversion Product Solution GroupDocs...specific formats / Video / Working with Metadata in ASF Files Working...

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