Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 570 for

performance improvement watermark

(0.03 sec)
  1. In-Paragraph List in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft Word Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS Word 2013. Write a sentence, for example, “We provide support for the following clients:”. Save the template....Watermark Product Solution GroupDocs...Apache OpenOffice 4.1.2, we performed below tests: We opened the...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  2. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  3. Search for different word forms | Documentation

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....Watermark Product Solution GroupDocs...example demonstrates how to perform search for different word forms...

    docs.groupdocs.com/search/java/search-for-diffe...
  4. Use PageAreaRedaction | Documentation

    This article explains that how to use PageAreaRedaction....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/net/use-page-area-...
  5. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/python-net/save-to...
  6. Convert PDF to DOCX using Python

    Discover how to convert PDF to DOCX using Python with straightforward steps. Easily export PDF to DOCX using Python, all without need to install additional software....Watermark Product Family GroupDocs.Merger...Converter.convert() method to perform the conversion and save the...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  7. Select specific pages for rasterized PDF | Docu...

    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...Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/net/select-specifi...
  8. 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....Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . apply...

    docs.groupdocs.com/redaction/java/use-advanced-...
  9. Hello, World! | Documentation

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Watermark Product Solution GroupDocs...path to the sample document. Perform the required redaction operation...

    docs.groupdocs.com/redaction/python-net/hello-w...
  10. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution in Java....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...