The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Conversion Product Solution GroupDocs...occurs when an error happens in an index. Errors in an index can...
Detecting the GIF version The following sample of code will help you To detect the version of a loaded GIF Image and extract some additional file format information.
Load a GIF Image Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...
This article explains that how To integrate any paid or free OCR solution in Java....Conversion Product Solution GroupDocs...Usage / Using OCR to redact image documents / OCR Usage Basics...
You are welcome To view and edit metadata of Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, Images and more....Conversion Product Solution GroupDocs...it can be useful to generate image previews for a document the...
This article explains how digitally esign documents with certificates using GroupDocs.Signature API...Conversion Product Solution GroupDocs...appearance on document pages. PDF document format supports digital...
You might need To save a document To any cusTom file at any location on the local disc or a even a Stream.
The following example demonstrates how To save a document To any location.
final RedacTor redacTor = new RedacTor("Sample.docx"); try { // Here we can use document instance To perform redactions RedacTorChangeLog result = redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document To a cusTom location and convert its pages ToImages final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Conversion Product Solution GroupDocs...location and convert its pages to images final FileOutputStream fileStream...
This Topic explains how To get signature preview with the SignOptions by GroupDocs.Signature API....Conversion Product Solution GroupDocs...creation (see interface ); image preview format - PNG / JPG /...
This article explains how To sign a document with multiple signatures of various types by GroupDocs.Signature API...Conversion Product Solution GroupDocs...Form-field signatures; - for Image signatures; - for Metadata signatures;...