Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 13,203 for

format

(0.52 sec)
  1. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_Formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from AVI...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with ZIP archives | GroupDocs

    Get ZIP Format metadata The API allows detecting ZIP archives and reading Format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract inFormation about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_Formats.archive.ZipReadNativeMetadataProperties...Managing metadata for specific formats / Other / Working with ZIP...archives Leave feedback Get ZIP format metadata The API allows detecting...

    docs.groupdocs.com/metadata/java/working-with-z...
  3. Add Image Watermark to PNG Using Python

    Use Python to add image watermark to PNG using Python for asset protection. Learn how to apply watermark to PNG in Python without affecting image clarity or transparency....PNG images are a preferred format for online visuals because...without affecting the image’s format or quality. Steps to Add Image...

    kb.groupdocs.com/watermark/python/add-image-wat...
  4. GroupDocs.Conversion for Java | GroupDocs

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert files of different Formats from within Java applications....transformation between multiple file formats. It supports conversion across...including Microsoft Office formats (Word, Excel, PowerPoint),...

    docs.groupdocs.com/conversion/java/
  5. Render Outlook data files as HTML, PDF, and ima...

    Convert Outlook (PST/OST) files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....in HTML, PDF, PNG, and JPEG formats. Use this library to display...document to HTML, PDF, or image format. These methods allow you to...

    docs.groupdocs.com/viewer/python-net/render-out...
  6. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...survey forms or feedbacks in PDF format from a large audience. We can...convert the CAD drawings to PDF format in C#. Previously, in an [earlier...

    blog.groupdocs.com/groupdocs.blog/page/34/
  7. Developer Guide | GroupDocs

    Learn how to read, write, edit, and remove metadata from all popular document, image, audio, and video Formats with GroupDocs.Metadata for Python via .NET....supported formats — from basic read/edit/remove tasks to format-specific...

    docs.groupdocs.com/metadata/python-net/develope...
  8. How to merge JPG images using C# | GroupDocs

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....About JPG File Format JPEG is a type of image format that is saved...

    docs.groupdocs.com/merger/net/getting-started/u...
  9. Update index | GroupDocs

    This article explains that how to update indexed documents, as well as updating an index version....Search library is released, the format for storing the index on disk...from the original in the new format. However, the index of old...

    docs.groupdocs.com/search/net/update-index/
  10. How to merge images to JPEG using Java | GroupDocs

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in Java language using GroupDocs.Merger for Java library....About JPEG File Format JPEG is a type of image format that is saved...

    docs.groupdocs.com/merger/java/getting-started/...