Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,124 for

password protected

(0.07 sec)
  1. Save document | Documentation

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for .NET API....resultant document with the password, it can be done using one...C# saveOptions . Password = "some-password" ; VB.NET saveOptions...

    docs.groupdocs.com/editor/net/save-document/
  2. Locking watermark in word processing document |...

    This article explains how to lock the watermarks in a Word document to restrict the editing....AllowOnlyFormFields ; // To protect with password //options.Password = "7654321";...AllowOnlyComments ; // To protect with password //options.Password = "7654321";...

    docs.groupdocs.com/watermark/net/locking-waterm...
  3. Features overview | Documentation

    GroupDocs.Merger for Python via .NET is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more.... Manage document password protection: add/update/delete document...document password and check its existence. Get the basic information...

    docs.groupdocs.com/merger/python-net/features-o...
  4. Search index events | Documentation

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...occurs when an index requires a password to open a document. An example...fields to documents ending in “Protected.pdf” and how to skip indexing...

    docs.groupdocs.com/search/java/search-index-eve...
  5. Introduction | Documentation

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....inevitable when trying to load password-protected documents. String inputFilePath...

    docs.groupdocs.com/editor/java/introduction/
  6. Load WordProcessing document with options | Doc...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API.... A password to unlock the protected document. Specifies...

    docs.groupdocs.com/conversion/net/load-wordproc...
  7. Load Spreadsheet document with options | Docume...

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for .NET API.... Defines a password to unlock a protected document. Defines...

    docs.groupdocs.com/conversion/net/load-spreadsh...
  8. Check if a file is encrypted | Documentation

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....Leave feedback The encryption protects data and allows only authorized...encryption key (such as a password) can open and view a file...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  9. Features overview | Documentation

    GroupDocs.Merger for Node.js via Java is a powerful API to merge several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation, manage document protection, render documents as images and more.... Manage document password protection: add/update/delete document...document password and check its existence. Get the basic information...

    docs.groupdocs.com/merger/nodejs-java/features-...
  10. 在 C# 中编辑 Word 文档 |构建您自己的 .NET Word 编辑器

    使用 C# 示例解释编辑 Word 文档,以使用文档编辑 API 在 .NET 应用程序中编辑 DOC、DOCX、ODT 文件。...Password = "password-if-any"; } 编辑Word文档...saveOptions.Password = "password"; saveOptions.Protection = new W...

    blog.groupdocs.com/zh/editor/edit-word-document...