Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 2,952 for

password

(0.13 sec)
  1. Next Generation GroupDocs.Conversion Cloud is C...

    GroupDocs.Conversion for Cloud REST API will support converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....and quality when applicable Password protect output document when...

    blog.groupdocs.cloud/conversion/next-generation...
  2. Python 将 PDF 文档转换为 JPG、PNG 或 GIF 图像

    我们的 PDF 到图像转换器 API 可让您快速将 PDF 转换为图像格式。本文介绍如何在 Python 中将 PDF 转换为 JPG、PNG 和 GIF 图像...password = "password" settings.load_options...PdfLoadOptions() loadOptions.password = "password" settings.load_options...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  3. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs Newsletter showcases newly supported features, enhancements and bug fixes by GroupDocs Document Format APIs for .NET, Java and Android platforms....text from ZIP containers and password protected OneNote sections...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  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. Need help sending envelopes with different Comp...

    This is what we need to do using the cloud API: all of our CRM users share 1 group docs account with us passing SENDER’S companyname/contact details when esignature is sent Or all of our CRM users have sub accounts …...this user DOES NOT HAVE a password or Client Id and private key...

    forum.groupdocs.cloud/t/need-help-sending-envel...
  6. 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...
  7. 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...
  8. 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...
  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/