This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....NET library we provide simple, but powerful...
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....NET library we provide simple, but powerful...
You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Viewer: fontconfig: This library configures and customizes font...
This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....Along with full featured Java library we provide simple, but powerful...
This article explains how to provide advanced options when updating QR-code electronic signatures with GroupDocs.Signature API....NET library, we provide simple but powerful...
Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files.
The following are the steps to read native MKV metadata.
Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....NET library we provide simple, but powerful...
This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....NET library we provide simple, but powerful...