Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 11,964 for

format

(0.4 sec)
  1. Extracting Common Image Information | GroupDocs

    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 FileType property to obtain file Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Managing metadata for specific formats / Images / Extracting Common...feedback For all supported image formats the GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Working with metadata in FLV files | GroupDocs

    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 the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_Formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from the...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Sign Document with Digital Signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in Python with step-by-step instructions....cryptography standards, such as PFX format, are commonly used for this...any other supported document format in the same way. Python import...

    docs.groupdocs.com/signature/python-net/sign-do...
  4. How to Convert ODT to PPTX using Java

    In this tutorial, we will discover how to convert ODT to PPTX using Java without installing extra software installation along with code to export ODT to PPTX in Java....convert files between different formats is vital. This step-by-step...to convert any ODT to PPTX format using Java. By following this...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Formulas, Smart Art and VBA Controls support in...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.2.0 API with eight new features like support of Imaging DjVu file Format, Formulas, Smart Art and image comparison in spreadsheet document introduced, also providing support for “VBA Controls” in Document Comparison API v17.2.0. This monthly release is adding two improvements like “Improve comparison changes detection for Paragraphs” along with five major fixes. Detailed inFormation is listed below....support of Imaging DjVu file format, Formulas, Smart Art and image...details about supported document formats, please visit Features Overview...

    blog.groupdocs.com/comparison/formulas-smart-ar...
  6. 3D drawing is not showing in GroupDocs Viewer -...

    Hello team We are using licence verion of document viewer in our product. We are not able to see 3d drawging file in viewer, it takes so much time and still no result or blank page appears. We are using .igs files. We …... We checked your supported format list and it says you support...

    forum.groupdocs.com/t/3d-drawing-is-not-showing...
  7. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.... format ( "Properties removed: %s"...

    docs.groupdocs.com/metadata/java/clean-metadata/
  8. GroupDocs.Annotation for .NET 25.11 – Latest Up...

    Explore what’s new in GroupDocs.Annotation for .NET 25.11. Available now on NuGet and GroupDocs website....processing capabilities and broader format support. Cross‑product functionality...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  9. In-Table Master-Detail in HTML Document | Group...

    Note In this article, we will use GroupDocs.Assembly to generate In-Table Master-Detail report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. In-Table Master-Detail in HTML Document Reporting Requirement As a report developer, you are required to represent customers’ total orders prices and price of each product separately with the following key requirements:...Master-Detail report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/net/in-table-master...
  10. Check if a file is encrypted | GroupDocs

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....type is: Portable Document Format File ( .pdf ) File encrypted:...

    docs.groupdocs.com/viewer/java/how-to-check-if-...