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

file format conversion

(0.27 sec)
  1. Features Overview | GroupDocs

    The main feature of GroupDocs.Editor for Node.js is an ability to edit most popular document Formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit Word Processing documents, Spreadsheets or Presentations....Conversion Product Solution GroupDocs...GroupDocs.Editor allows you to edit files and documents across wide range...

    docs.groupdocs.com/editor/nodejs-java/features-...
  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 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...
  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 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...
  7. 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...
  8. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files....Conversion Product Solution GroupDocs...usage scenario of the method. a file to update Specify a predicate...

    docs.groupdocs.com/metadata/java/set-metadata-p...
  9. Hello, world! | GroupDocs

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....Conversion Product Solution GroupDocs...Open Visual Studio and go to File -> New -> Project . Select the...

    docs.groupdocs.com/watermark/net/hello-world/
  10. 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...