Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 5,003 for

conholdate

(0.03 sec)
  1. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/net/load-from-stream/
  2. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Search thread safety | Documentation

    This article shows that how search thread safety works....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/net/search-thread-saf...
  4. Search flow | Documentation

    This article shows the internal stages of each search operation using Java search API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/java/search-flow/
  5. How to install Asian Fonts on Ubuntu | Document...

    This article will guide you through the installation of Asian Fonts on Ubuntu....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/java/how-to-install-a...
  6. Retrieve the document information | Documentation

    Retrieving information about a document with GroupDocs.Viewer for .NET...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/net/retrieving-docume...
  7. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/java/load-document-fr...
  8. How to install Asian Fonts on Ubuntu | Document...

    This article will guide you through the installation of Asian Fonts on Ubuntu....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/net/how-to-install-as...
  9. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  10. How to run examples | Documentation

    How to run examples....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ru...