Sort Score
Result 10 results
Languages All
Labels All
Results 7,921 - 7,930 of 11,075 for

document assembly

(0.1 sec)
  1. Working with CSV Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template Documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...Assembly Product Solution GroupDocs...Acquisition GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/working-with-cs...
  2. GroupDocs.Metadata for .NET 19.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for .NET 19.1. Major Features There are the following features and enhancements in this release: Add support for the Matroska multimedia container Add support for password-protected OneNote Documents Reduce memory consumption of supported Visio formats Reduce memory consumption of supported OneNote formats Reduce memory consumption of supported CAD formats Reduce memory consumption of supported Email formats Reduce memory consumption of the MOV format Remove the obsolete code related to the TIFF/EXIF functionality Remove obsolete members of the DublinCorePackage class All Changes Key Summary Category METADATANET-519 Add support for the Matroska multimedia container New Feature METADATANET-2556 Add support for password-protected OneNote Documents New Feature METADATANET-2513 Reduce memory consumption of supported Visio formats Enhancement METADATANET-2517 Reduce memory consumption of supported OneNote formats Enhancement METADATANET-2538 Reduce memory consumption of supported CAD formats Enhancement METADATANET-2539 Reduce memory consumption of supported Email formats Enhancement METADATANET-2544 Reduce memory consumption of the MOV format Enhancement METADATANET-1565 Remove the obsolete code related to the TIFF/EXIF functionality Enhancement METADATANET-1577 Remove obsolete members of the DublinCorePackage class Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  3. Advanced rendering | Documentation

    GroupDocs.Viewer advanced rendering options...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/advanced-rendering/
  4. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Merger for Python via .NET library...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/python-net/getting-st...
  5. GroupDocs.Classification Product Family | Docum...

    Build custom applications to perform Documents and text categorization operations using different taxonomies within your applications GroupDocs Developers Cookbook GroupDocs.Classification for .NET Getting Started Start quickly with our getting started Documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for basic and advanced development Basic Usage Advanced Usage More .NET Code Examples GroupDocs.Classification for .NET APIs usage examples (Documents classification and sentiment analysis) Live demos GroupDocs....Assembly Product Solution GroupDocs...custom applications to perform documents and text categorization operations...

    docs.groupdocs.com/classification/
  6. GroupDocs.Classification for .NET 19.12 Release...

    Major Features This is the first version of new generation GroupDocs.Classification for .NET. The most notable features are: Simplified and flexible API. IAB-2 and Documents taxonomies support. Multiple Document formats support. Classification performance optimization. Designed as native .NET library without any unmanaged code. Full List of Issues Covering all Changes in this Release This is the first version of new generation GroupDocs.Classification for .NET. Public API and Backward Incompatible Changes This is the first version of new generation GroupDocs....Assembly Product Solution GroupDocs...IAB-2 and Documents taxonomies support. Multiple document formats...

    docs.groupdocs.com/classification/net/groupdocs...
  7. GroupDocs.Metadata for .NET 17.09 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 17.09.0 Major Features There are 4 new features, 1 enhancement and 1 fix in this regular monthly release. The most notable are: Ability to read APEv2 metadata in MP3 format Ability to read and update metadata of ODS format Ability to read SRational TIFF tag in JPEG and TIFF image formats Ability to add or update TIFF tags in EXIF All Changes Key Summary Category METADATANET-1214 Ability to read APEv2 metadata in MP3 format New Feature METADATANET-1329 Ability to read and update metadata of ODS format New Feature METADATANET-1872 Ability to read SRational TIFF tag in JPEG and TIFF image formats New Feature METADATANET-1883 Ability to add or update TIFF tags in EXIF New Feature METADATANET-1878 Several TIFF tags are lost after changing EXIF properties Bug METADATANET-1891 Prevent to crash export process in case of converting large objects to csv Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  8. Load from Amazon S3 Storage | Documentation

    This article explains how to load a Document from Amazon S3 Storage with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/load-document-fr...
  9. Electronic signature types | Documentation

    This Documentation section describes different type of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/electronic-si...
  10. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Assembly Product Solution GroupDocs...Acquisition GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/working-with-st...