این API به شما اجازه می دهد تا هر نوع فرمت فایلی را با استفاده از دات نت و زبان سی شارپ بر روی هر پلتفرمی امضا کنید....Redaction Product Family GroupDocs.Signature...
This section explains how to load document from various sources and data storage like file on disk, data stream, remote web resources, FTP servers, Amazon Cloud or Azure storage etc....Redaction Product Solution GroupDocs...
GroupDocs.Parser provides API to extract a text from image files and non-text PDFs documents. The following articles describe how to use API to extract data and integrate any paid or free OCR solution to GroupDocs.Parser....Redaction Product Solution GroupDocs...
API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class.
Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added.
Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type Note The code uses some of the objects defined in: The Business Layer...Redaction Product Solution GroupDocs...
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)...Redaction Product Solution GroupDocs...
Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. Support Simple and Standalone Data Sources The API provides support for standalone and specific data sources for various types of data like JSON, XML etc. The support is available for XML, JSON, and CSV data sources so far.
Articles in this section...Redaction Product Solution GroupDocs...
Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....Redaction Product Solution GroupDocs...