It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more...Conversion Product Solution GroupDocs...Format Content and metadata 1.9 PDF Document Type Document Type Description...
This article explains how To sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...text will be transformed to image and put to document page. This...
This article explains how To fill signature background with linear gradient brush...Conversion Product Solution GroupDocs...SignatureImplementat = TextSignatureImpleme . Image }; // sign document to file...
Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG Images.
The following are the steps To read the native PNG metadata.
Load a PNG Image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks
using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Conversion Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...
Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 Images.
The following are the steps To read the JPEG2000 comments (pieces of metadata represented as strings with the length up To 64 kbytes).
Load a JPEG2000 Image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments
using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in JPEG2000 images Working...
It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more...Conversion Product Solution GroupDocs...Format Content and metadata 1.9 PDF Document Type Document Type Description...
Learn how To handle loading of external resources....Conversion Product Solution GroupDocs..., settings )) { // Extract images from HTML document IEnumerable...
Search and update existing text or Image watermarks using Python via .NET....Conversion Product Solution GroupDocs...Watermark lets you replace text or images in watermarks that already...
A convenient text extracTor API that permits users To extract raw or formatted text from different document formats. Besides, it is not only a text extracTor API, the user can extract metadata from the document as well....Conversion Product Solution GroupDocs...Parser for .NET is a powerful PDF text extraction library C# that...
This article explains how To fill signature background with solid brush...Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...