Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 5,791 for

editor

(0.09 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 برای جاوا APIهایی را برای حذف...

    blog.groupdocs.com/fa/
  7. API

    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 Java introduit des API...

    blog.groupdocs.com/fr/tag/api/
  8. Load the password-protected documents | GroupDocs

    The page describes how to load the password protected PDF, Word, Excel, PowerPoint documents using GroupDocs.Annotation for Java....Editor Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/load-passwor...
  9. Add point annotation | GroupDocs

    The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/add-point-ann...
  10. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for .NET API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/save-only-ann...