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

performance improvement watermark

(0.24 sec)
  1. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF file...Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . Apply...

    docs.groupdocs.com/redaction/net/save-in-raster...
  2. Save overwriting original file | GroupDocs

    This article demonstrates that how to save the redacted document, replacing an original file...Watermark Product Solution GroupDocs...can use document instance to perform redactions RedactorChangeLog...

    docs.groupdocs.com/redaction/net/save-overwriti...
  3. Save with default options | GroupDocs

    This article demonstrates the simplest way to save the document...Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . Apply...

    docs.groupdocs.com/redaction/net/save-with-defa...
  4. Single document operations | GroupDocs

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using GroupDocs.Merger....Watermark Product Solution GroupDocs...documentation explains how to perform single document operations:...

    docs.groupdocs.com/merger/net/single-document-o...
  5. Search Different Word Forms using Java

    Search different word forms using Java to identify nouns in both singular and plural forms. An example will demonstrate how to implement word form search in Java....Watermark Product Family GroupDocs.Merger...word form search in Java , improving search accuracy and flexibility...

    kb.groupdocs.com/search/java/search-different-w...
  6. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs...target file for comparison and perform the compare operation comparer...

    docs.groupdocs.com/comparison/python-net/compar...
  7. Convert XML to PDF Using XSL-FO | GroupDocs

    Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....Watermark Product Solution GroupDocs...stylesheet. Follow this guide to perform the conversion seamlessly....

    docs.groupdocs.com/conversion/net/convert-xml-t...
  8. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Watermark Product Solution GroupDocs...can use document instance to perform redactions redactor . apply...

    docs.groupdocs.com/redaction/java/save-in-raste...
  9. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....Watermark Product Solution GroupDocs...storage. By default, when performing internal calculations GroupDocs...

    docs.groupdocs.com/conversion/net/convert/
  10. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Watermark Product Solution GroupDocs...use the document instance to perform redactions } In detail, creating...

    docs.groupdocs.com/redaction/net/extend-support...