Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 717 for

performance improvement watermark

(0.15 sec)
  1. Search options | GroupDocs

    This article describes the search options that can be specified in an instance of the SearchOptions class....Watermark Product Solution GroupDocs...The property allows you to perform case-sensitive search. Please...

    docs.groupdocs.com/search/net/search-options/
  2. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs...options . CompareOptions () # Perform the compare operation and save...

    docs.groupdocs.com/comparison/python-net/compar...
  3. Save to stream | GroupDocs

    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 to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Watermark Product Solution GroupDocs...can use document instance to perform redactions RedactorChangeLog...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API...Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/python-net/load-pa...
  5. Working with GroupDocs.Assembly Engine | GroupDocs

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other syntax elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Watermark Product Solution GroupDocs...data source, the Engine will perform following actions: Sequentially...

    docs.groupdocs.com/assembly/java/working-with-g...
  6. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific text....Watermark Product Solution GroupDocs..."C:\\Temp\\sample.docx" ); try { // Perform annotation and textual redactions...

    docs.groupdocs.com/redaction/java/create-pdf-wi...
  7. Bulleted List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Word Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Word 2013. Add a bullet list at the place where you want it. Save your Document. Reporting Requirement As a report developer, you are required to share the following key requirements:...Watermark Product Solution GroupDocs...Apache OpenOffice 4.1.2, we performed below tests: We opened the...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  8. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Watermark Product Solution GroupDocs...compareDirectory() instead of compare() to perform folder comparison. The result...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  9. Merging Table Cells Dynamically | GroupDocs

    Note This feature is supported by version 19.1 or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly for .NET, you can merge table cells with equal textual contents within your reports dynamically using cellMerge tags. Syntax of a cellMerge tag is defined as follows: <> Warning A horz switch is optional. If the switch is present, it denotes a cell merging operation in a horizontal direction....Watermark Product Solution GroupDocs...merging operation is to be performed in a vertical direction (the...

    docs.groupdocs.com/assembly/net/merging-table-c...
  10. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/net/load-from-stream/