Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 4,661 for

values

(0.07 sec)
  1. Features overview | GroupDocs

    GroupDocs.Watermark for .NET API presents a wide range of features like creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and more.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/python-net/feature...
  2. Supported Platforms | GroupDocs

    Learn about Java version requirements and supported operating systems for GroupDocs.Redaction for Java. Minimum JDK 8 required, with support for Windows, Linux, and macOS platforms.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/system-requir...
  3. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free OCR solution in Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  4. Single Row Image in Presentation Document | Gro...

    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.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/single-row-ima...
  5. Load document from FTP | GroupDocs

    This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for Java API.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/java/load-documen...
  6. In-Table List with Highlighted Rows in HTML Doc...

    Note In this article, we will use GroupDocs.Assembly to generate In-Table List with Highlighted Rows in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. In-Table List with Highlighted Rows in HTML Document Reporting Requirement As a report developer, you are required to represent customers’ orders information with a specific filtering condition with the following key requirements:... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  7. Detect encoding | GroupDocs

    This article explains that how to detect encoding of a plain text file.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/detect-encoding/
  8. Use advanced logging | GroupDocs

    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.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/use-advanced-...
  9. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/document-renaming/
  10. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/nodejs-java/document-...