Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 3,109 for

file format conversion

(0.06 sec)
  1. Working with metadata in MOV files | GroupDocs

    Reading MOV Format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime File. Please find more inFormation on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in MOV files Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. How to migrate to GroupDocs.Viewer 19.8 or high...

    This article contains inFormation about migration from the legacy API to GroupDocs.Viewer 19.8 or higher....Conversion Product Solution GroupDocs...process to any supported file format (instead of ViewerHtmlHander...

    docs.groupdocs.com/viewer/java/how-to-migrate-t...
  3. 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...
  4. GroupDocs.Viewer "The dimensions of this page a...

    I’m using GroupDocs Viewer to convert any File to PDF. My problem appear when i try to convert .jpg image to pdf. The exported pdf has this error “The dimensions of this page are out-of-range. Page content might be trun…...GroupDocs Viewer to convert any file to PDF. My problem appear when...memory management during the conversion process. Here are some steps...

    forum.groupdocs.com/t/groupdocs-viewer-the-dime...
  5. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, 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 document and extract some additional File Format inFormation. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType 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. Get HTML Markup in Different Forms | GroupDocs

    Learn how to get edited document HTML markup - body without head tag, content in raw and base64 form, and others using GroupDocs.Editor for Node.js via Java API....Conversion Product Solution GroupDocs...'groupdocs-editor' ); // Specify the input file path const inputFilePath = ...

    docs.groupdocs.com/editor/nodejs-java/get-html-...
  7. Load document | GroupDocs

    Following this guide you will learn how to load document from local disk or File stream for editing with GroupDocs.Editor for Java API....Conversion Product Solution GroupDocs...byte stream or through valid file path, should be loaded into...

    docs.groupdocs.com/editor/java/load-document/
  8. Fluent syntax | GroupDocs

    This article describes how to use fluent syntax notation in GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/fluent-syntax/
  9. Generate signatures preview | GroupDocs

    This topic explains how to generate document signature preview in Python with various options by GroupDocs.Signature for Python via .NET....Conversion Product Solution GroupDocs...event handler ); image preview format - PNG / JPG / BMP, signature...

    docs.groupdocs.com/signature/python-net/generat...
  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...