Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 3,147 for

password

(0.07 sec)
  1. Add Watermarks to Word Documents | 5 Secure Met...

    Learn how to add secure watermarks to Word documents using GroupDocs.Watermark for .NET. Compare 5 protection methods with code examples, including locked headers, tiled watermarks, and Password-protected sections that can't be easily removed....Better Security Method 4: Password-Protected Hidden Section (High...watermark in action: Method 4: Password-Protected Hidden Section (High...

    blog.groupdocs.com/watermark/secure-word-docume...
  2. Digital signing with custom hash | GroupDocs

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....certFilePath ) { // certificate password Password = "1234567890" , // digital...DigitalSignOptions ( certFilePath ) { Password = "1234567890" , Reason =...

    docs.groupdocs.com/signature/net/digital-signin...
  3. Loading files | GroupDocs

    The listed articles below explain how to load Password-protected documents and load files from different sources....Metadata allows you to load password-protected documents and load...of a specific format Load a password-protected document Was this...

    docs.groupdocs.com/metadata/net/loading-files/
  4. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java....document is password-protected, specify the password. In this example...document is unprotected, so the password will be ignored. const groupdocsEditor...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  5. Getting Document Information | GroupDocs

    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...
  6. 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...
  7. Digital Signature using digital Signature Dongl...

    I have a digital signature dongle issued to me by a Certifying Agency (CA) in India. The digitally signed documents using the dongle are legally binding in India. I want to use this dongle for signing documents digitally…...reader I have to provide the password for the dongle. Please provide...Since the dongle prompts for a password when used in Acrobat Reader...

    forum.groupdocs.com/t/digital-signature-using-d...
  8. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....disk or stream ) (required) password of digital certificate (required)...required certificate and its password. Call method of class instance...

    docs.groupdocs.com/signature/java/sign-document...
  9. 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/
  10. 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...