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

password

(1.08 sec)
  1. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, Password for opening and Password for changing permissions. Following example demonstrates how to protect output PDF document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....permissions, password for opening and password for changing permissions...render_options . permissions_password = "p123" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  2. Extract Metadata from XLS in Java

    Extract metadata from XLS files in Java with GroupDocs.Metadata Cloud SDK. Step-by-step guide, code sample, cURL commands, and best practices....supports password‑protected workbooks. Pass the password as a parameter...

    blog.groupdocs.cloud/metadata/extract-metadata-...
  3. 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...
  4. 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...
  5. 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...
  6. 在 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...
  7. 使用 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...
  8. 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...
  9. Convert Specific Pages | Documentation

    This example demonstrates how to convert specific 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-specifi...
  10. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. 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/add-watermark/