Extract images from emails, by default images are extracted with its original format...imageNumber ++; } } More resources GitHub examples You may easily...
This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...Save ( options ); } } More resources GitHub examples You may easily...
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 !... More resources GitHub examples You may easily...
Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...GetExtension ( file ))); } } } More resources GitHub examples You may easily...
This article explains that how to detect encoding of a text file automatically in Java....( documentsFolder ); More resources GitHub examples You may easily...
This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API...." ); } } More resources GitHub Examples You may easily...
This article shows how to receive digital certificates properties over Document Info method....Type})" ); } } More resources GitHub Examples You may easily...