Sort Score
Result 10 results
Languages All
Labels All
Results 2,491 - 2,500 of 3,565 for

document assembly

(0.04 sec)
  1. GroupDocs.Assembly for .NET 17.11 Release Notes...

    This page contains release notes for GroupDocs.Assembly for .NET 17.11. Major Features This release of GroupDocs.Assembly comes up with several new features to dynamically manipulate non-textual Document elements. Full List of Features Covering all Changes in this Release Key Summary Category AssemblyNET-43  Support dynamic insertion of images for email messages with HTML body  Feature AssemblyNET-47 Add ability to remove selective chart series dynamically  Feature AssemblyNET-50 Support dynamic generation of Codablock F barcodes  Feature AssemblyNET-51 Support dynamic generation of GS1 Codablock F barcodes  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Assembly Product Solution GroupDocs...Acquisition Edit GroupDocs.Assembly for .NET 17.11 Release Notes...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  2. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template Documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template Documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML Document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/loading-of-tem...
  3. Set Checkbox Values Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps: Add a checkbox content control to your template at a place where you want it to appear in a result Document. By editing content control properties, add a check tag to the title of the checkbox content control using the following syntax....Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/set-checkbox-v...
  4. 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....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/numeric-range-se...
  5. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  6. Add image watermarks | Documentation

    This article shows how to add an image watermark and save the resultant Document. It is capable of adding watermarks to images or Documents....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/python-net/add-image/
  7. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  8. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); 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); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. Licensing and Subscription | Documentation

    This article explains evaluation limitations and licensing of GroupDocs.Merger for .NET. Please note that you can avail a Free Trial and a 30-day Temporary License for evaluation...Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/licensing-and-sub...
  10. 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....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...