This guide describes how to improve your document with generated barcodes using C#. Sign your documents with Codabar, Event or Code39Extended using GroupDocs.Signature .NET API by GroupDocs....Assembly Product Solution GroupDocs...
This article explains how to detect document file type, obtain document details, retrieve list of existing form fields and added signatures, calculate pages count when processing document file with GroupDocs.Signature....Assembly Product Solution GroupDocs...
This article explains how to use different alignment values to locate signature on document page with GroupDocs.Signature API....Assembly Product Solution GroupDocs...
Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Assembly Product Solution GroupDocs...
This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by regular expression....Assembly Product Solution GroupDocs...
This article shows how to implement one or several interfaces for the document's features and required redaction....Assembly Product Solution GroupDocs...
To extract a text from PDF documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page.
Here are the steps to extract a text from PDF document:
Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Assembly Product Solution GroupDocs...