Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 572 for

performance improvement watermark

(0.03 sec)
  1. In-Paragraph List in Spreadsheet Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft Excel Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS Excel 2013. Add a new Workbook. Write a sentence, for example “We provide support for the following clients:” in a single column....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. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Watermark Product Solution GroupDocs...Document indexing can be performed synchronously or asynchronously...

    docs.groupdocs.com/search/java/build-your-first...
  3. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Watermark Product Solution GroupDocs...Document indexing can be performed synchronously or asynchronously...

    docs.groupdocs.com/search/nodejs-java/build-you...
  4. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Excel Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Excel 2013....Watermark Product Solution GroupDocs...Apache OpenOffice 4.1.2, we performed below tests: We opened the...

    docs.groupdocs.com/assembly/java/in-table-list-...
  5. 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/python-net/select-...
  6. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/python-net/annotat...
  7. Saving a File to Local Disk | Documentation

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...the output file location and perform the conversion converter ....

    docs.groupdocs.com/conversion/java/save-file-to...
  8. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....Watermark Product Solution GroupDocs...Leave feedback Each time you perform a search in an index, a report...

    docs.groupdocs.com/search/nodejs-java/search-re...
  9. 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...
  10. 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-...