Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 3,805 for

classification

(0.13 sec)
  1. Working with metadata in PNG images | Documenta...

    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 !...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Use advanced logging | Documentation

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/use-advanced-...
  3. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution in Java....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  4. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/net/removing-metadata/
  5. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when converting document with GroupDocs.Conversion for Node.js via Java API....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  6. Multicolored Numbered List in Word Processing D...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Word Processing Document format. Multicolored Numbered List in Microsoft Word Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/multicolored-n...
  7. Single Row Image in Presentation Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Creat a new presentation slide. Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/single-row-ima...
  8. Set image size limits | Documentation

    This article shows how to set image size limits when rendering image to PNG or JPEG...Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  9. Load from Azure Blob Storage | Documentation

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your Java applications....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/load-document-fr...
  10. Control temporary files | Documentation

    By following this guide, you will learn how to control temporary files used by GroupDocs.Viewer for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/viewer/java/control-temporar...