Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,793 for

management

(0.05 sec)
  1. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Developer Guide / Advanced Usage / Managing metadata for specific formats...information advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Project or other project management software to load and view...pages. Supported Project Management file formats GroupDocs.Viewer...

    docs.groupdocs.com/viewer/nodejs-java/render-ms...
  3. Creating world and excel tables with two expand...

    Hi, We are trying to replace our old reporting software with groupdocs. There’s however two types of tabels that we are unable to recreate within groupdocs. In the attachment I have provided an example of these tables. …...access to our Paid Support management team. atir.tahir February...

    forum.groupdocs.com/t/creating-world-and-excel-...
  4. Working with metadata in MOV Files | Documentation

    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....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Developer Guide / Advanced Usage / Managing metadata for specific formats...JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in MOV files | Documentation

    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....Developer Guide / Advanced Usage / Managing metadata for specific formats...QuickTime atoms advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Convert EML to HTML using Java

    Efficiently convert EML to HTML using Java without installing extra tool. Enhance document processing in projects with this guide on how to export EML to HTML using Java....the modern era, efficiently managing email data is crucial for...for efficient email data management. The following steps detail...

    kb.groupdocs.com/conversion/java/convert-eml-to...
  8. GroupDocs Annotation now supports Exporting Ann...

    GroupDocs document Management suite allows you to view, annotate, compare, assemble, digitally sign and share your documents in the cloud. As previously been announced, GroupDocs Annotation is one of our flagship applications that take the peer/group-review to a whole new level by providing you and your colleagues an easy way to view and share review comments in real-time. Proof-reading has never been so easy and fun! Be it real-time or traditional way of reviewing the documents, GroupDocs Annotation is all that you require to collaboratively perform a document review at anytime, from anywhere....GroupDocs document management suite allows you to view , annotate...

    blog.groupdocs.com/total/groupdocs-annotation-n...
  9. Convert JPG to PPTX using C#

    This tutorial demonstrates how to convert JPG to PPTX using C#. Also, code example will be supplied to export JPG to PPTX using C# without extra software installation....presentations to improving document management workflows. In conclusion...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  10. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for .NET allows managing XMP metadata in FLV files...

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