Sort Score
Result 10 results
Languages All
Labels All
Results 3,501 - 3,510 of 13,231 for

2024

(0.05 sec)
  1. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/search/java/numeric-range-se...
  2. Load Email document with options | Documentation

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. 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 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....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/metadata/python-net/get-docu...
  5. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  6. Save signed Presentation with different output ...

    This article explains how to save signed Presentation documents with various file formats by GroupDocs.Signature API....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/signature/java/save-signed-p...
  7. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document format. Common Master-Detail in Email Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a new Email. Insert two shapes, one for holding image and other for holding other details. Save the Email. Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:...Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/assembly/java/common-master-...
  8. Multicolored Numbered List in HTML Document | D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored numbered list 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. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements:...Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/assembly/net/multicolored-nu...
  9. GroupDocs.Conversion for Python via .NET | Docu...

    GroupDocs.Conversion for Python via .NET is a document conversion API that enables easy conversion of popular file formats, including DOCX, XLSX, PPTX, PDF, CAD drawings, and many more....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

    docs.groupdocs.com/conversion/python-net/
  10. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); 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); } Working with XMP Metadata GroupDocs....Products Support © Groupdocs 2001-2024. All Rights Reserved. Privacy...

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