Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 3,381 for

file format conversion

(0.25 sec)
  1. Extract annotations from document | GroupDocs

    This page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Conversion Product Solution GroupDocs...and serialize them to the XML format. To do this, follow these steps:...

    docs.groupdocs.com/annotation/java/extract-anno...
  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 PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File Format inFormation. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain File Format inFormation advanced_usage.managing_metadata_for_specific_Formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Documents / Working with...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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...
  5. 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...
  6. 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...
  7. 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-...
  8. write-logs-outputs.zip

    log.txt [TRACE] Rendering into HTML with embedded resources. [TRACE] Detecting File type by extension. [TRACE] File type detected successfully: Microsoft Word Open XML Document. [TRACE] Opening doc......[TRACE] Detecting file type by extension. [TRACE] File type detected...Converting page 1. [TRACE] Page 1 conversion completed. [TRACE] Converting...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  9. 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...
  10. Modifying found watermark properties | GroupDocs

    This article explains how to modify found watermark properties while using GroupDocs.Watermarks Java API....Conversion Product Solution GroupDocs...close (); Replacing text with formatting You can also replace the...

    docs.groupdocs.com/watermark/java/modifying-fou...