Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 4,636 for

groupdocs.redaction,

(0.25 sec)
  1. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }

    docs.groupdocs.com/redaction/java/load-from-str...
  2. Load from local disc | Documentation

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a document. When document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.

    docs.groupdocs.com/redaction/java/load-from-loc...
  3. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro...

    blog.groupdocs.com/es/categories/index.xml
  4. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro...

    blog.groupdocs.com/ja/categories/index.xml
  5. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro...

    blog.groupdocs.com/he/categories/index.xml
  6. Releases on GroupDocs Blog | Document Automatio...

    Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo......Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo...

    blog.groupdocs.com/he/tag/releases/index.xml
  7. Releases on GroupDocs Blog | Document Automatio...

    Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo......Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo...

    blog.groupdocs.com/ko/tag/releases/index.xml
  8. Releases on GroupDocs Blog | Document Automatio...

    Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo......Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo...

    blog.groupdocs.com/de/tag/releases/index.xml
  9. Releases on GroupDocs Blog | Document Automatio...

    Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo......Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo...

    blog.groupdocs.com/id/tag/releases/index.xml
  10. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents.

    docs.groupdocs.com/redaction/java/remove-page-r...