Sort Score
Result 10 results
Languages All
Labels All
Results 9,461 - 9,470 of 57,127 for

api

(0.15 sec)
  1. Working with ZIP archives | Documentation

    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...Upgrade an Order Support Docs API Reference Live Demos Free Support...Get ZIP format metadata The API allows detecting ZIP archives...

    docs.groupdocs.com/metadata/java/working-with-z...
  2. Working with metadata in AVI files | Documentation

    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....Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs.Metadata API supports extracting format-specific...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Merge files | Documentation

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Python via .NET Api....Upgrade an Order Support Docs API Reference Live Demos Free Support...provides a simple and convenient API to merge multiple files into...

    docs.groupdocs.com/merger/python-net/merge/
  4. Control Image Quality when Rendering PDF Docume...

    We are pleased to announce the release of version 18.3 of GroupDocs.Viewer for .NET. Using the latest version, you can now render XLTM and XLTX file formats. We have also added settings to control the image quality when rendering PDF documents as HTML. Furthermore, this version came up with 11 improvements and bug fixes. Let’s have a quick overview of GroupDocs.Viewer for .NET 18.3. Supported File Formats We have added the support of following file formats in version 18.... The API uses this image as the background...support on our document viewer API . Download - MSI Package and...

    blog.groupdocs.com/viewer/control-image-quality...
  5. Watermarks in word processing document | Docume...

    This article explains how to add watermarks in word processing document....Upgrade an Order Support Docs API Reference Live Demos Free Support...headers. GroupDocs.Watermark API uses the same approach. When...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  6. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in Java language using GroupDocs.Merger for Java library....Upgrade an Order Support Docs API Reference Live Demos Free Support...formats using GroupDocs.Merger API. Please look at the articles...

    docs.groupdocs.com/merger/java/merge/archives/
  7. Adding image watermarks | Documentation

    GroupDocs.Watermar Api supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....Upgrade an Order Support Docs API Reference Live Demos Free Support...this page GroupDocs.Watermar API supports adding the following...

    docs.groupdocs.com/watermark/java/adding-image-...
  8. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata Api allows reading some common MPEG audio properties from MP3 files....Upgrade an Order Support Docs API Reference Live Demos Free Support...standard. The GroupDocs.Metadata API allows reading some common MPEG...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  9. Convert contents of RAR or ZIP to different for...

    Learn how to convert contents of RAR/ZIP archives to a different format based on content type using GroupDocs.Conversion for .NET....Upgrade an Order Support Docs API Reference Live Demos Free Support...Conversion provides a flexible API to control the conversion of...

    docs.groupdocs.com/conversion/net/convert-conte...
  10. Word to HTML in CSharp on GroupDocs Blog | Docu...

    Word to HTML in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Word to HTML in CSharp on GroupDocs Blog | Document Automation Solutions for .N......NET API. Recent content in Word to HTML...

    blog.groupdocs.com/cs/tag/word-to-html-in-cshar...