Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 22,298 for

protected

(0.08 sec)
  1. Watermark Protected Documents using CSharp

    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....Watermarking is one of the ways to protect your documents from illegal...watermark to your password-protected files using C# . We will separately...

    blog.groupdocs.com/tag/watermark-protected-docu...
  2. Watermark Protected Files using CSharp

    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....Watermarking is one of the ways to protect your documents from illegal...watermark to your password-protected files using C# . We will separately...

    blog.groupdocs.com/tag/watermark-protected-file...
  3. Load password-protected file | Documentation

    Load password-Protected file In order to open password-Protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("Protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Load password-protected file Load password-protected file Leave...password-protected file In order to open password-protected documents...

    docs.groupdocs.com/redaction/java/load-password...
  4. Indexing password protected documents | Documen...

    This page describes how to perform indexing of password Protected documents. Indexing using the password dictionary To perform indexing of password Protected documents using a password dictionary, you must add passwords for all Protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....password protected documents Indexing password protected documents...perform indexing of password protected documents. Indexing using...

    docs.groupdocs.com/search/java/indexing-passwor...
  5. Load password-protected documents | Documentation

    This article explains how to load password-Protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Java....password-protected documents Load password-protected documents...compare documents that are protected with a password. To compare...

    docs.groupdocs.com/comparison/java/load-passwor...
  6. Watermark Protected Files in Java | Text & Imag...

    Use Java API to add text & image watermark to password-Protected Word, PDF, PowerPoint, Excel files. Customize watermark appearance using GroupDocs API....Blog Home Watermark Password Protected Documents in Java Facebook...Watermarks can be used to protect the content and claim ownership...

    blog.groupdocs.com/2021/11/26/watermark-passwor...
  7. Watermark Protected Files in Java | Text & Imag...

    Use Java API to add text & image watermark to password-Protected Word, PDF, PowerPoint, Excel files. Customize watermark appearance using GroupDocs API....Watermarks can be used to protect the content and claim ownership...watermarks to the password-protected files in Java. We will add...

    blog.groupdocs.com/watermark/watermark-password...
  8. Load password-protected document | Documentation

    Learn this article and check how to load and convert password-Protected documents using GroupDocs.Conversion for Node.js via Java API....password-protected document Load password-protected document...conversion of documents that are protected with a password. To load and...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  9. Indexing password protected documents | Documen...

    This page describes how to perform indexing of password Protected documents. Indexing using the password dictionary To perform indexing of password Protected documents using a password dictionary, you must add passwords for all Protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....password protected documents Indexing password protected documents...perform indexing of password protected documents. Indexing using...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. Watermark Protected Files using C# | Text & Ima...

    Add text watermarks and image watermarks to password-Protected Word, PDF, PowerPoint, Excel files using C#. Customize watermark appearance using .NET API....Watermarking is one of the ways to protect your documents from illegal...watermark to your password-protected files using C# . We will separately...

    blog.groupdocs.com/watermark/watermark-password...