Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 2,721 for

file editor

(0.06 sec)
  1. 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....Editor Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Supported file formats | Documentation

    This topic lists File formats supported by GroupDocs.Viewer for Node.js....Editor Product Solution GroupDocs...started / Supported file formats Supported file formats Leave feedback...

    docs.groupdocs.com/viewer/nodejs-java/supported...
  3. Supported file formats | Documentation

    This topic lists File formats supported by GroupDocs.Viewer for Java....Editor Product Solution GroupDocs...started / Supported file formats Supported file formats Leave feedback...

    docs.groupdocs.com/viewer/java/supported-docume...
  4. Check if a file is encrypted | Documentation

    This article explains how to check if a File is encrypted using .NET / C# with GroupDocs.Viewer for .NET....Editor Product Solution GroupDocs.../ Check if a file is encrypted Check if a file is encrypted Leave...

    docs.groupdocs.com/viewer/net/how-to-check-if-f...
  5. Optimize the PDF file resources | Documentation

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java API to reduce size....Editor Product Solution GroupDocs...Optimize the output PDF file / Optimize the PDF file resources Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  6. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text File automatically....Editor Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...
  7. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Editor Product Solution GroupDocs...Started / Supported File Formats Supported File Formats Leave feedback...

    docs.groupdocs.com/metadata/nodejs-java/support...
  8. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Editor Product Solution GroupDocs...Started / Supported File Formats Supported File Formats Leave feedback...

    docs.groupdocs.com/metadata/python-net/supporte...
  9. Specify file type when loading a document | Doc...

    This article explains how to specify the File type when loading a document with GroupDocs.Viewer within your .NET applications....Editor Product Solution GroupDocs...Specify file type when loading a document Specify file type when...

    docs.groupdocs.com/viewer/net/specify-file-type...
  10. Get supported file formats | Documentation

    This article explains how to obtain supported File formats list when viewing documents with GroupDocs.Comparison within your Python applications....Editor Product Solution GroupDocs...Get supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/comparison/python-net/get-su...