Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 8,183 for

file merger

(0.06 sec)
  1. Add Area Annotation to JPG using Java

    In this topic, you'll discover how to add area annotation to JPG using Java. It encompasses detailed steps and code example to insert area annotation to JPG in Java....Merger Product Family GroupDocs.Redaction...Annotator class by providing the JPG file path as an argument to its constructor...

    kb.groupdocs.com/annotation/java/add-area-annot...
  2. GroupDocs.Viewer for .NET 20.1 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 20.1 Major Features There are 5 features, improvements, and bug-fixes in this release, most notable are: Added OpenDocument Graphic Template (.otg) File-format support Improved rendering presentations to responsive HTML Removed legacy API Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-2045 Add OpenDocument Graphic Template (.otg) File format support Feature VIEWERNET-2240 Improve rendering presentations to responsive HTML Improvement VIEWERNET-2276 MSI package is not signed Bug VIEWERNET-2277 Resource loading timeout is not working for some Files Bug VIEWERNET-2282 Parameter is not valid exception when resizing image Bug Public API and Backward Incompatible Changes Warning Starting from this version the Legacy API (GroupDocs....Merger Product Solution GroupDocs...OpenDocument Graphic Template (.otg) file-format support Improved rendering...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  3. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for .NET — API to compare two or more Files and get the difference between them....Merger Product Solution GroupDocs...merge two or more files of . The compiled file shows line-by-line...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  4. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Java. Comparing Files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Merger Product Solution GroupDocs...Leave feedback On this page File comparison allows you to detect...

    docs.groupdocs.com/comparison/java/features-ove...
  5. 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 FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Merger Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. How to Extract Text from PDF using C#

    Learn how to efficiently extract text from PDF using C#. Also, explore step-by-step instructions and code of C# read PDF text without installing extra tools....Merger Product Family GroupDocs.Redaction...Viewer class object using PDF file’s path in its constructor Call...

    kb.groupdocs.com/viewer/net/how-to-extract-text...
  7. 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 getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Merger Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. JoinOptions Constructor (FileType, Int32[]) - G...

    Initializes a new instance of the JoinOptions class....Merger for .NET - API Reference GroupDocs.Merger for .NET...GroupDocs.Merger.Domain Namespaces GroupDocs.Merger.Domain.Options...

    apireference.groupdocs.com/merger/net/groupdocs...
  9. GroupDocs.Metadata Overview | Documentation

    The metadata is a data which shows information about other data. It should not be considered as the content of the data. Various types of metadata are existed such as, descriptive, structural, administrative, reference, statistical and legal metadata....Merger Product Solution GroupDocs...unified way regardless of the file format. Why use GroupDocs.Metadata...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  10. How to build in docker | Documentation

    This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container...Merger Product Solution GroupDocs...container use this sample Docker file: FROM mcr.microsoft.com/dotnet/aspnet:6...

    docs.groupdocs.com/conversion/net/build-in-docker/