Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 2,960 for

password

(0.45 sec)
  1. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Linux/MacOS/Bash curl -X POST "https://api.... "FilePath": "conversions/password-protected.docx", "Format":..."WordProcessingLoadOp": { "Password": "password" } }, "ConvertOptions":...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...with password protection using Excel Spreadsheet Password Protector...API. Step-by-step guide for password safeguarding. Discover the...

    blog.groupdocs.cloud/groupdocs.cloud/page/16/
  3. classify Request Parameters | Documentation

    Parameter In Type Comment body BaseRequest Document’s description (string) and/or document’s info. BestClassesCount url (Optional) string (“1”, “2”, “3”,..) Count of the best classes to return. Taxonomy url (Optional) string ("", “default”, “iab2”, “documents”, “sentiment”, “sentiment3”) Taxonomy to use for classification return. PrecisionRecallBalance url (Optional) string (“precision”, “recall”, “”) Balance between precision and recall. BaseRequest Model: BaseRequest { description (string, optional), document (FileInfo, optional) } FileInfo { folder (string, optional), name (string, optional), Password (string, optional) } Examples: JSON...name ( string , optional ), password ( string , optional ) } Examples:...: "File name" , "password" : "File password" } } XML <?xml version#"1...

    docs.groupdocs.cloud/classification/classify-re...
  4. GroupDocs.Merger Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....learn how to password-protect Excel files. This password protection...management. Explore how we remove passwords from bank statement PDFs in...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  5. Verify Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify Digital Signature in Documents Pages with different options for page number, text and search criteria by using VerificationOptions Objects data in request body. Verify Digital Signature in a Document You can verify Digital Signature in a Document using this API....'{"DocumentPageNumber":1,"Password":"password","CertificateGuid":"temp..."DocumentPageNumber": 1, "Password": "password", "CertificateGuid":...

    docs.groupdocs.cloud/signature/verify-digital-s...
  6. Releasing Next Generation GroupDocs.Signature C...

    GroupDocs.Signature for Cloud is a REST API to create, verify and search different type of Signatures objects to documents in your application...Data {"Visible": true,"Password": "password","CertificateGuid":...-d "{"Visible": true,"Password": "password","CertificateGuid":...

    blog.groupdocs.cloud/signature/releasing-next-g...
  7. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The Password to open file Should be specified only for Password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....support file versioning Password The password to open file Should...Should be specified only for password-protected documents Pages Collection...

    docs.groupdocs.cloud/merger/join-document-cross...
  8. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Resources\\WordProcessing\\password-protected.docx" , FileMode..."docx" ; loadOptions . Password = "password" ; var request = new...

    docs.groupdocs.cloud/conversion/quick-start/
  9. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...is for you if you want to password-protect ZIP files online....Merger Cloud SDKs offer online password protection software. Install...

    blog.groupdocs.cloud/groupdocs.cloud/page/14/
  10. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...Resources\\WordProcessing\\password-protected.docx" , FileMode..."docx" ; loadOptions . Password = "password" ; var request = new...

    docs.groupdocs.cloud/conversion/convert-documen...