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

password

(0.29 sec)
  1. 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/
  2. Encrypt ZIP File on Document Processing REST AP...

    Encrypt ZIP File on Document Processing REST APIs | GroupDocs Cloud Recent content in Encrypt ZIP File on Document Processing REST APIs | GroupDocs Cloud File ZIP protetto tramite Password utilizza......File ZIP protetto tramite password utilizzando il software di...di protezione tramite password Questo post del blog è per te se...

    blog.groupdocs.cloud/it/tag/encrypt-zip-file/in...
  3. Lock Excel Spreadsheet on Document Processing R...

    Lock Excel Spreadsheet on Document Processing REST APIs | GroupDocs Cloud Recent content in Lock Excel Spreadsheet on Document Processing REST APIs | GroupDocs Cloud Proteggi Excel con Password uti......GroupDocs Cloud Proteggi Excel con password utilizzando il servizio di...di protezione password Segui questa guida per scoprire come proteggere...

    blog.groupdocs.cloud/it/tag/lock-excel-spreadsh...
  4. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not...."WordProcessing/password-protected.docx" , Password = "password" , StorageName...setFilePath ( "WordProcessing/password-protected.docx" ); fileInfo...

    docs.groupdocs.cloud/merger/get-document-inform...
  5. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage name|It could be omitted for default storage....Password|The password to open file|It should...should be specified only for password-protected documents. Resource...

    docs.groupdocs.cloud/watermark/get-document-inf...
  6. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Explore how we remove passwords from bank statement PDFs in our...the steps for successful PDF password removal and access financial...

    blog.groupdocs.cloud/groupdocs.cloud/page/15/
  7. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting pages extraction mode option; Extract text from specific pages by setting the pages range. For protected documents, it is also required to provide a Password. The table below contains the full list of properties that can be specified when extracting text from a document....also required to provide a password. The table below contains...default storage. FileInfo.Password The password to open file It should...

    docs.groupdocs.cloud/parser/extract-text/
  8. 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...
  9. 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...
  10. Extract Text From a Document Inside a Container...

    This REST API allows extracting text from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying ContainerItemInfo parameter Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract Text From a Document Inside a Container example. cURL example The following example demonstrates how to extract text from a container item. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard...."StorageName": "", "Password": "password" }, "ContainerItemInfo":..."RelativePath": "document.pdf", "Password": "password" } }' Windows PowerShell...

    docs.groupdocs.cloud/parser/extract-text-from-a...