Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 2,915 for

password

(0.09 sec)
  1. 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. ContainerItemInfo...

    docs.groupdocs.cloud/parser/get-document-inform...
  2. Revealing First Public Release of Next Generati...

    GroupDocs.Comparison Cloud is a REST API for comparison of documents with manipulatation alongwith changes in the cloud....docx','password':''},'targetFiles':[{'folder':'comparisons'...ns','name':'target.docx','password':''}],'settings ':{'gener...

    blog.groupdocs.cloud/comparison/announcing-firs...
  3. FileInfo | Documentation

    FileInfo data structure describes input file FileInfo example { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in storage StorageName Storage name. Default storage used if not specified VersionId Version ID. Not required. Password Password to open Password-protected file..."VersionId" : "string" , "Password" : "string" } FileInfo fields...Not required. Password Password to open password-protected file...

    docs.groupdocs.cloud/annotation/fileinfo/
  4. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple documents and manipulate single document structure across a wide range of document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more documents into one document, join specific pages or page ranges from several source documents into a single resultant document. Joined documents should be of the same format....allows to manage document password-protection through the following...Check for password-protection; Set document password if document...

    docs.groupdocs.cloud/merger/features-overview/
  5. FileInfo | Documentation

    FileInfo data structure used for input files description in various comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud storage VersionId File Version, can be null or omitted. StorageName Name of the cloud storage. Can be omitted, then default storage used. Password The Password for Password-protected documents (docx, pdf, etc)..."StorageName" : "string" , "Password" : "string" } Name Description...storage used. Password The password for password-protected documents...

    docs.groupdocs.cloud/comparison/fileinfo/
  6. 4. Convert to Image Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Image Formats and returns the output document storage URL and also support to get result as a array of stream. Convert to Images Formats You can convert the supported document formats to Images Formats and get the output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Images format example....\"LoadOptions\": {\"DocxLoadOptions\": {\"Password\": \"\"}},\"ConvertOptions\":..., FilePath = "conversions/password-protected.docx" , Format =...

    docs.groupdocs.cloud/conversion/convert-to-imag...
  7. 首次公開發布下一代 GroupDocs.Comparison Cloud API

    GroupDocs.Comparison Cloud 是一個 REST API,用於通過雲中的操作和更改來比較文檔。...docx','password':''},'targetFiles':[{'folder':'comparisons'...ns','name':'target.docx','password':''}],'settings ':{'gener...

    blog.groupdocs.cloud/zh-hant/comparison/announc...
  8. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a Password. 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 It could be omitted for default storage....also required to provide a password. The table below contains...support file versioning Password The password to open file Should...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  9. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format Password Document Password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "Password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document Password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....format Convert format password Document password zoom Document zoom...{ "format" : "{format}" , "password" : "Pass123" , "zoom" : 100...

    docs.groupdocs.cloud/conversion/convertoptions/
  10. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....\"LoadOptions\": {\"PdfLoadOptions\": {\"Password\": \"\", \"HidePdfAnnotations\":\"true\"...= new PdfLoadOptions () { Password = "" , HidePdfAnnotations...

    docs.groupdocs.cloud/conversion/convert-to-word...