Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 2,933 for

password

(0.05 sec)
  1. Verification Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Verification Options objects and object properties VerifyOptionsCollectionData Object Provides list of options for documents verification. Example VerifyOptionsCollectionData object { "items": [ { "items": [ { "barcodeTypeName": "Code39Standard", "matchType": "Contains", "text": "123456789012", "verifyAllPages": true, "isValid": false, "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } }, { "Password": "1234567890", "certificateGuid": "certificates\SherlockHolmes...."pageNumbers" : [ 1 , 3 , 5 ] } }, { "password" : "1234567890" , "certificateGuid"..."DocumentPageNumber" : 1 , "Password" : "1234567890" , "CertificateGuid"...

    docs.groupdocs.cloud/signature/verification-opt...
  2. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Password The password to open file It should...should be specified only for password-protected documents. Resource...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  3. Announcing First Release of Next Generation Gro...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....docx", Password = "" }, // quick convert format...

    blog.groupdocs.cloud/conversion/groupdocs.conve...
  4. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....msg", AttachmentName = "password-protected.docx", Folder =...

    blog.groupdocs.cloud/viewer/first-public-releas...
  5. GroupDocs Cloud Blog on Document Automation RES...

    GroupDocs Cloud Blog on Document Automation REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Automation REST APIs | GroupDocs Cloud Compare Word Documents Online with ...... Password-Protect PowerPoint Files in...methods and properties to password-protect PowerPoint files....

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  6. Backroung Brush and Stamp Brush Styles Signatur...

    This monthly release includes a number of new features and improvements. Some of the notable new features of this release are extended support of DGN, PDF, Html, CAD document formats along with setting to PDF and MS Project documents, Rendering Password protected ODT and OTT formats...Added support for rendering password protected ODT and OTT formats...

    blog.groupdocs.cloud/viewer/introducing-groupdo...
  7. 在 Ruby 中使用 REST API 将 Word 转换为图像格式

    GroupDocs Ruby SDK 是将 Word DOCX 转换为图像格式的最佳方式。本文介绍如何在 Ruby 中使用 REST API 将 Word 格式转换为图像格式...password = "password" @settings.load_options....new() @loadOptions.password = "password" @settings.load_options...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  8. Document Automation REST APIs | GroupDocs Cloud

    Document Automation REST APIs | GroupDocs Cloud Recent content on Document Automation REST APIs | GroupDocs Cloud Compare Word Documents Online with C# .NET | DOCX File Comparison How to compare Wo...... Password-Protect PowerPoint Files in...methods and properties to password-protect PowerPoint files....

    blog.groupdocs.cloud/index.xml
  9. 使用 REST API 在 Java 中将 Word 文档转换为 PDF

    使用我们的高性能文件转换 API 快速转换文档格式。让我们看看如何使用 REST API 在 Java 中将 Word 文档转换为 PDF。...setPassword("password"); settings.setLoadOptions(loadOptions);...DocxLoadOptions(); loadOptions.setPassword("password"); settings.setLoadOptions(loadOptions);...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  10. Convert Word DOC to PDF Programmatically in CSharp

    Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....sensitive information using a password or encryption certificate...DocxLoadOptions Next, set password as load option Create an instance...

    blog.groupdocs.cloud/conversion/convert-word-to...