Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 2,915 for

password

(0.05 sec)
  1. 使用 Ruby 将多种文件类型合并到一个文档中

    如何使用 Ruby 将多种文件类型合并到一个文档中...password = 'password' @item2 = GroupDocs...pdf' @item1.file_info.password = 'password' @item2 = GroupDocs...

    blog.groupdocs.cloud/zh/merger/merge-multiple-f...
  2. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format...."PdfDigitalLocation", "visible": true, "password": "1234567890", "certificateGuid":..."PdfDigitalLocation", "visible": true, "password": "1234567890", "certificateGuid":...

    docs.groupdocs.cloud/signature/working-with-sig...
  3. Get Document Information | Documentation

    This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": "....\"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName"...

    docs.groupdocs.cloud/signature/get-document-inf...
  4. 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-...
  5. Convert XLSX in GroupDocs.Conversion Cloud Cont...

    Hello, when converting XLSX to XLSX, I see that some rows are missing. for example, the ones that are painted yellow under line 38. or the empty ones between the value “123” and the upper lines. attached is the example…...being populated only with the “Password” property. any suggestions...

    forum.groupdocs.cloud/t/convert-xlsx-in-groupdo...
  6. 在 Python 中将 Word 转换为 TIFF 文件

    GroupDocs API 是一种在几秒钟内将 DOC 转换为 TIFF 文件的安全且易于使用的方法。本文介绍如何在 Python 中将 word 转换为 TIFF 文件。...password = "password" settings.load_options...DocxLoadOptions() loadOptions.password = "password" settings.load_options...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  7. 在 Python 中将 Word 转换为 JPEG、PNG 或 GIF 图像文件

    本文介绍如何在 Python 中将 Word 转换为 JPEG、PNG 或 GIF 图像文件...password = "password" settings.load_options...DocxLoadOptions() loadOptions.password = "password" settings.load_options...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  8. 使用 Ruby 将 PDF 文件转换为 PNG、JPEG、BMP 和 TIFF 图像

    将 PDF 文档转换为高保真优化的图像格式。本文介绍如何在 Ruby 中将 PDF 文件转换为 PNG、JPEG、BMP 和 TIFF 图像。...password = "password" @settings.load_options....new() @loadOptions.password = "password" @settings.load_options...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  9. 下一代GroupDocs.Annotation Clou首次公开发布

    GroupDocs.Annotation for Cloud API 为开发人员提供了一个 API,用于创建支持文本和图形注释的高级在线文档注释工具...pdf", Folder = null, Password = null }; // Import annotations...="Annotated.pdf", Folder=null, Password=null, Body=annotations, };...

    blog.groupdocs.cloud/zh/annotation/first-public...
  10. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; There are many watermark positioning and transforming properties; There are format-specific options. These options allow to leverage specific format features and often allow to make watermarks stronger; For protected documents, it is required to provide the Password....is required to provide the password. The following example demonstrates...

    docs.groupdocs.cloud/watermark/add-text-waterma...