Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 4,929 for

values

(0.09 sec)
  1. Search thread safety | GroupDocs

    This article shows that how search thread safety works.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/search-thread-saf...
  2. Introducing GroupDocs.Signature for Java | Grou...

    Introduction to GroupDocs.Signature for Java - what is it and why to use... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/introducing-g...
  3. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search API.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/search-flow/
  4. Save overwriting original file | GroupDocs

    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.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/net/load-from-stream/
  6. 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.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/extend-suppor...
  7. System requirements | GroupDocs

    On this page, you will find system requirements supported platforms, development environments. GroupDocs.Watermark for Python via .NET does not require any external software or third party tool to be installed.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/python-net/system-...
  8. System Requirements | GroupDocs

    On this page, you will find system requirements supported platforms, development environments. GroupDocs.Comparison for Python via .NET does not require any external software or third party tool to be installed.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/python-net/system...
  9. Searching watermarks | GroupDocs

    This article explains how to search watermarks while using GroupDocs. Watermarks API.... The value should be between 0 and 1. The value 0 means that...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/net/searching-wate...
  10. Use Cases | GroupDocs

    Practical use cases and real-world examples demonstrating how to use GroupDocs.Comparison for Node.js via Java in various scenarios, including legal document comparison and performance optimization.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/nodejs-java/use-c...