Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 3,127 for

password

(0.05 sec)
  1. Document protection | Documentation

    This article explains how to edit protected Word document, allow or restrict document editing features like adding comments or filling form fields using GroupDocs.Editor for Java API....encrypting it with specified password. However, almost all WordProcessing...document encoding, also implies a password as a form of key, but it also...

    docs.groupdocs.com/editor/java/document-protect...
  2. 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....then set, remove or update password. Aside this, API permits to...PagesOptions(FileFormat.PDF, password, pages); InputStream documentExample...

    blog.groupdocs.com/merger/first-public-release-...
  3. Method Convert Func<Stream> obsoleted - Free Su...

    Thanks, it works for me...PdfConvertOptions(); // Check if a password is provided for the PDF and...Set the password for the PDF options options.Password = pItem...

    forum.groupdocs.com/t/method-convert-func-strea...
  4. Convert to Presentation with advanced options |...

    Follow this guide and learn how documents convert to powerpoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....will be password protected with the specified password. specifies...

    docs.groupdocs.com/conversion/net/convert-to-pr...
  5. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....will be password protected with the specified password. specifies...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  6. Getting Document Information | Documentation

    Learn how to retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET....print ( "Is Password-Protected:" , doc_info . is_password_protected...0 Is Landscaped : False Is Password-Protected : False Table of...

    docs.groupdocs.com/conversion/python-net/develo...
  7. Edit Presentations in C# | .NET PPT/PPTX Editing

    Editing PowerPoint presentations is explained with C# examples to edit PPT, PPTX, ODP files within your .NET application using presentation editing API....presentation file path and the password, if the presentation is protected...PresentationLoadOpti(); loadOptions.Password = "P@$$w0Rd"; } Edit the PPT/PPTX...

    blog.groupdocs.com/editor/edit-ppt-pptx-present...
  8. Key Improvements and Bug Fixes in GroupDocs.Vie...

    GroupDocs team is always looking for the ways to provide improved features and make the GroupDocs.Viewer for .NET API more rich and straightforward. The brand new GroupDocs.Viewer for .NET release, 17.2.0 comes up with 11 key improvements and bug fixes. Not only this, it also supports rendering of LaTeX format and Password protected MPP(2003) files. You can download the version 17.2.0 for an improved experience. GroupDocs.Viewer for .NET 17.2.0 - New FeaturesBelow are the new features that are introduced in GroupDocs....rendering of LaTeX format and password protected MPP(2003) files...for .NET 17.2.0. # Rendering password-protected MPP(2003) files...

    blog.groupdocs.com/viewer/groupdocs.viewer-.net...
  9. 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");...To protect with password //options.Password = "7654321"; watermarker...

    docs.groupdocs.com/watermark/java/locking-water...
  10. 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/