Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,053 for

password protected

(0.09 sec)
  1. 在 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...
  2. 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....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/net/how-to-check-if-f...
  3. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert documents to Excel and Open Document spreadsheets of XLS, XLSX, ODS, OTS formats  with zoom and other customizations using GroupDocs.Conversion for Java.... Enables password protection for the converted file...file, using the specified password for securing the document. Sets...

    docs.groupdocs.com/conversion/java/convert-to-s...
  4. Convert files to various formats | Documentation

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....substitution, set passwords for protected documents, etc. Also...

    docs.groupdocs.com/conversion/net/convert/
  5. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java.... Enables password protection for the converted file...file, requiring a specified password for access. Configures RTF-specific...

    docs.groupdocs.com/conversion/java/convert-to-w...
  6. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....when trying to load the password-protected documents. string inputFilePath...

    docs.groupdocs.com/editor/net/introduction/
  7. Introduction | Documentation

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....especially when dealing with password-protected documents. // Import...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  8. Iterative Signing of PDF Documents - efficient ...

    Understand the concept of iterative signing for PDFs and how to implement it using a product API. Maintain document integrity while enabling multiple approvals with digital certificates....unchanged, organizations can protect sensitive information and maintain...demonstrates a commitment to protecting the authenticity of documents...

    blog.groupdocs.com/signature/iterative-digital-...
  9. How to protect a signed PDF document | Document...

    This article explains how to protect a signed PDF document..../ How to protect a signed PDF document How to protect a signed...permission settings and password protection for access and modification...

    docs.groupdocs.com/signature/net/protect-pdf-do...
  10. Save document | Documentation

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for Java API....resultant document with the password, it can be done using one...saveOptions . setPassword ( "some-password" ); Of course, different formats...

    docs.groupdocs.com/editor/java/save-document/