Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 4,094 for

name

(0.12 sec)
  1. 翻译 Python 应用程序中的文本和文档

    基于 GroupDocs.Translation API 在 Python 中创建跨平台数据科学、AI 和自动化解决方案。关注业务逻辑而不是技术细节。...App SID, App Key and Storage Name at https: // dashboard . groupdocs..."docx" storage = "First Storage" name = "test.docx" folder = "" savepath...

    products.groupdocs.cloud/zh/translation/python/
  2. 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.... Name Description Comment FileInfo...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/parser/get-document-inform...
  3. 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.... Name Description Comment FilePath...property StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  4. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage Name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example.... Name Description Comment TemplatePath...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/parser/get-template/
  5. Working with Hyperlinks, Bookmarks, Checkboxes,...

    Нow-to insert different types of elements, such as hyperlinks, bookmarks, barcodes, into reports dynamically using GroupDocs Assembly Cloud....an external resource, or the name of a Bookmark within the same...If a reference represents the name of a bookmark, then the corresponding...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  6. Cant query conversion failures - Free Support F...

    Hello. Im using GroupDocs as SDK, and when it fails to convert, I can’t query the reason. the API call returns “500 Internal Server Error”. Do I have a way to get a more indicative response, or query the GroupDocs cont…...-e LICENSE_PRIVATE_KEY=“xxx” –name conversion_cloud groupdocs/conversion-cloud:23...

    forum.groupdocs.cloud/t/cant-query-conversion-f...
  7. GitHub - groupdocs-viewer-cloud/groupdocs-viewe...

    PHP SDK for communicating with GroupDocs.Viewer REST API. View or render Word, Excel, PowerPoint, CAD, Visio, PDF, OpenDocument, email & image formats. - groupdocs-viewer-cloud/groupdocs-viewer-cloud-php...file Code Folders and files Name Name Last commit message Last commit...

    github.com/groupdocs-viewer-cloud/groupdocs-vie...
  8. Python Microsoft Word to MarkDown Conversion th...

    I found error in the below for the code attached… I set for my google drive storage. Error msg: groupdocs_conversion_cloud.api_exception.ApiException: (500) Message: AmazonS3 Storage exception: The specified key doe…...storage_name = “DOCX to MD” settings.output_path...passing the correct storage name in the API call and that the...

    forum.groupdocs.cloud/t/python-microsoft-word-t...
  9. Trial on IISExpress vs. IIS Failing - Free Supp...

    Hey guys, I’m trying to setup an internal demo box for our UI/UX guys to get an idea of what integrating the groupdocs interface will look like and running into an issue. Checkout http://groupdocstest.cloudapp.net you’l…...<br>Parameter name: path3</i> </h2></span> <font...cannot be null.<br>Parameter name: path3<br><br> <b>Source Error:</b>...

    forum.groupdocs.cloud/t/trial-on-iisexpress-vs-...
  10. PageInfo | Documentation

    PageInfo data structure represents information about page PageInfo example: { "Width": 0, "Height": 0, "PageNumber": 0 } Name Description Width Page width Height Page height PageNumber Page number..."Height" : 0 , "PageNumber" : 0 } Name Description Width Page width...

    docs.groupdocs.cloud/comparison/pageinfo/