Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 554 for

performance improvement watermark

(0.05 sec)
  1. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . apply...

    docs.groupdocs.com/redaction/java/save-in-origi...
  2. Convert RTF to TXT using Node.js

    Easily convert RTF to TXT using Node.js while preserving content accuracy. Follow this guide to efficiently export RTF to TXT in Node.js with minimal effort....Watermark Product Family GroupDocs.Merger...text (TXT) is necessary for improved compatibility and simplicity...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  3. Email messages | Documentation

    Learn how to add Watermark in Outlook email messages....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/email-messages/
  4. Working with GroupDocs.Assembly Engine | Docume...

    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 C# syntax supported programming 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/net/working-with-gr...
  5. Convert XML as a data source to a Spreadsheet, ...

    Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON using GroupDocs.Conversion for Java....Watermark Product Solution GroupDocs...SpreadsheetConvertOp (); // Perform the conversion converter ....

    docs.groupdocs.com/conversion/java/convert-xml-...
  6. Create PDF with Image Redaction | Documentation

    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" )) { // Perform annotation and textual redactions...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  7. Search options | Documentation

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

    docs.groupdocs.com/search/java/search-options/
  8. Search in Documents with Keyboard Layout Correc...

    Perform search in documents with keyboard layout correction using C#. We will provide code for performing how to correct keyboard layout for document search in C#....Watermark Product Family GroupDocs.Merger...configured search options to perform the search Retrieve and review...

    kb.groupdocs.com/search/net/search-in-documents...
  9. Indexing password protected documents | Documen...

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Watermark Product Solution GroupDocs...This page describes how to perform indexing of password protected...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. Float and paginal modes | Documentation

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....Watermark Product Solution GroupDocs...like headers, footers, page watermarks, page numbering formatting...

    docs.groupdocs.com/editor/java/float-and-pagina...