Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,146 for

password protected

(0.05 sec)
  1. First Public Release of GroupDocs.Merger for Ja...

    We are pleased to announce GroupDocs.Merger for Java 18.8. A back-end document manipulation API that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for Java allows to check document protection and then set, remove or update Password. Aside this, API permits to join two or more documents of same file format into one....can also manage documents protection. GroupDocs.Merger for Java...document protection and then set, remove or update password. Aside...

    blog.groupdocs.com/merger/first-public-release-...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Protection is important for confidential...presentation files with a password in Java . Further, we will...

    blog.groupdocs.com/groupdocs.blog/page/23/
  3. Compare Word Documents with Python: 7 Examples ...

    Master Word document comparison in Python with GroupDocs.Comparison. Detect changes, highlight differences, accept/reject modifications, and generate professional comparison reports with complete code examples....files exist and are not password-protected" ) # Run the comparison...

    blog.groupdocs.com/comparison/compare-pdfs-usin...
  4. viewer.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/viewer/java/technical-support/weekly0.5https://docs.groupdocs.com/viewer/net/techni......com/viewer/java/load-password-protected-document/weekly0.5https://docs...groupdocs.com/viewer/java/protect-pdf-documents/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/viewer.xml
  5. Convert files to various formats | GroupDocs

    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/
  6. Options and Configuration | GroupDocs

    Control parsing behavior with options from groupdocs.parser.options in GroupDocs.Parser for Python via .NET....Use these options to handle passwords, guide format detection, or...import LoadOptions # Pass a password and open from a stream with...

    docs.groupdocs.com/parser/python-net/options/
  7. Locking watermark in word processing document |...

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

    docs.groupdocs.com/watermark/java/locking-water...
  8. Save document | GroupDocs

    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/
  9. 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...
  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...