Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 10,539 for

format

(0.04 sec)
  1. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items....EPUB file is a digital book format that includes text, pictures...management for different file formats in Java applications. This...

    blog.groupdocs.com/metadata/manage-epub-metadat...
  2. Advanced search for QR Code signatures | Docume...

     This article explains how to provide advanced search for QR Code electronic signatures with GroupDocs.Signature API...."QRCode signature size {0} and format {1}" , qrCodeSignature . Content...Length , qrCodeSignature . Format ); Console . WriteLine ( $"Location...

    docs.groupdocs.com/signature/net/advanced-searc...
  3. How to merge images to JPEG using C# | Document...

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

    docs.groupdocs.com/merger/net/getting-started/u...
  4. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....without even knowing the exact format of the loaded file. The code.... out . println ( String . format ( "Property name: %s, Property...

    docs.groupdocs.com/metadata/java/find-metadata-...
  5. Get comparison result as an object model | Docu...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET....object corresponding to the format being compared. C# using System...Document object of corresponding format. Aspose . Words . Document...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  6. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....Signature uses embedded json format serialization but allows user...serialization like JSon or custom data format */ public class CustomSerializationA...

    docs.groupdocs.com/signature/java/search-embed-...
  7. Slow files viewer - Free Support Forum - groupd...

    Hello, We have facing problem for Group Doc, in particular with the function GetViewerInfo which remains very slow even with the latest version 22.9 ( about 7 seconds ). Is this normal? Is there a faster function to u…...pdf Portable Document Format File (.pdf) with 2 page(s)...3965584 s Portable Document Format File (.pdf) with 2 page(s)...

    forum.groupdocs.com/t/slow-files-viewer/11971
  8. Read and Update BitTorrent Metadata using Group...

    Good news for Java users! We are delighted to announce the monthly release of GroupDocs.Metadata for Java 18.4. The latest version allows you to read and update BitTorrent file Format metadata, read DublinCore metadata and get **Image Cover **metadata using a unified approach. Furthermore, a couple of bugs found in the earlier version of the API are now fixed. We recommend you to download the latest version for a better experience....and update BitTorrent file format metadata, read DublinCore metadata...in EPUB, DOCX, and PDF file formats Using unified approach for...

    blog.groupdocs.com/metadata/read-and-update-bit...
  9. GroupDocs.Conversion for Java | Documentation

    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/
  10. 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....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...