This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Parser Product Family GroupDocs.Watermark Product Family GroupDocs...
This section explains GroupDocs.Conversion for .NET convert options specific to various document types...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
The SaveOptions class provides the following properties to customize the saving process:
AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first page number to save specific page range; LastPage defines the last page number to save specific page range; OnlyAnnotatedPages indicates whether to save only annotated pages or not. For details, see the following pages:...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...
This section presents various real-world use cases for GroupDocs.Signature for .NET, including document signing with hardware tokens and PKCS#11 devices....Parser Product Solution GroupDocs.Watermark 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)...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...