Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 5,809 for

editor

(0.11 sec)
  1. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/extend-suppor...
  2. Search thread safety | GroupDocs

    This article shows that how search thread safety works....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/search-thread-saf...
  3. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/image-search-opt...
  5. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/java/search-flow/
  6. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Editor for .NET 25.12 릴리스는 세 가지 중요한...

    blog.groupdocs.com/ko/page/2/
  7. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Editor برای جاوا APIهایی را برای حذف...

    blog.groupdocs.com/fa/
  8. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Editor para Java introduce APIs para...

    blog.groupdocs.com/es/
  9. Using redaction filters | GroupDocs

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/redaction-fil...
  10. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for .NET API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert-speci...