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

performance improvement watermark

(0.33 sec)
  1. Save in original format | GroupDocs

    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. Spreadsheet redactions | GroupDocs

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....Watermark Product Solution GroupDocs...free Apps. You are welcome to perform redactions for various document...

    docs.groupdocs.com/redaction/python-net/spreads...
  3. Extract Text from DOCX using Java

    This article details the process of how to extract text from DOCX using Java. It also includes code to assist you in implementing text extraction from DOCX in Java....Watermark Product Family GroupDocs.Merger...offers the APIs necessary to perform the task efficiently and effectively...

    kb.groupdocs.com/parser/java/extract-text-from-...
  4. 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/python-net/load-fr...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... We have performed major product optimization...brief overview of what is new, improved or fixed in the latest release...

    blog.groupdocs.com/groupdocs.blog/page/38/
  6. Float and paginal modes | GroupDocs

    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...
  7. 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...
  8. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs Watermarking Java API....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/attachments-i...
  9. GroupDocs.Metadata for Java | GroupDocs

    Release notes Package repository GroupDocs.Metadata for Java - A metadata management API for documents to create, preview, analyze, update and remove meta information from all popular file formats. Java metadata changer API gets the file as input, access the file property information and allows users to perform metadata operations for locating this specific file easily for future reference. GroupDocs.Metadata supports over 170 popular file formats. Load text documents, spreadsheets, presentations, PDF files, web pages, email messages, and images and render/display them in HTML, PDF, PNG, and JPEG formats....Watermark Product Solution GroupDocs...information and allows users to perform metadata operations for locating...

    docs.groupdocs.com/metadata/java/
  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/