Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 3,254 for

file format conversion

(1.3 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported File Format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Conversion Product Solution GroupDocs...documents of any supported file format with various options and...

    docs.groupdocs.com/comparison/java/migration-no...
  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. 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-...
  7. 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...
  8. 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 MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in MOV Files Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Load compression document with options | GroupDocs

    Learn how to load and convert compression Files (ZIP, 7Z, RAR, TAR) 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-compress...
  10. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....Conversion Product Family GroupDocs...metadata from EPUB using C# EPUB files are widely used for eBooks and...

    kb.groupdocs.com/parser/net/extract-metadata-fr...