Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 913 for

folder api

(0.14 sec)
  1. GroupDocs Backend Account/Storage Mapping Issue...

    There seems to be a GroupDocs’ backend account/storage mapping issue using python. I had similar problems testing with Aspose (and finally gave up). I can authenticate, but I always get a 401 for uploads. I’ve tried with…...”) API_BASE = "https://api.groupdocs.cloud/v1...cloud/v1.0" TOKEN_URL = "https://api.groupdocs.cloud/connect/token" def...

    forum.groupdocs.cloud/t/groupdocs-backend-accou...
  2. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Storage API Working with File Api Working with Folder API Basic...

    docs.groupdocs.cloud/comparison/developer-guide/
  3. Configure Azure Blob Storag - Free Support Foru...

    Hi, i have created an application to access the PDF service via Api and try to add an azure blob storage. I have tried a lot of settings in azure storage, but the 3rd Party Storage connection does not work or at least,…...to access the PDF service via API and try to add an azure blob...root. You need to create a folder and upload/save files into...

    forum.groupdocs.cloud/t/configure-azure-blob-st...
  4. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Get Document Information This Api retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST Api resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://Api.groupdocs.cloud/v1/signature/document.docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Get Document Information This API retrieves document information...GroupDocs.Signature Cloud REST API resource has been used to get...

    docs.groupdocs.cloud/signature/document-informa...
  5. GroupDocs.Viewer Cloud V2 Version

    GroupDocs.Viewer Cloud REST Api V2 is finally here!. The V2 version Api is more simplified Api than V1, Api with fewer methods and options....Viewer Cloud REST API V2 is finally here! You may wonder...V2 version API is more simplified API than V1, API with less methods...

    blog.groupdocs.cloud/viewer/groupdocs.viewer-cl...
  6. How to Merge Multiple MS Word Documents in cURL...

    Hey, I am trying to use cURL Api in postman but it is not working. Each time I send request to server using Json format it says file not found. image.png (7.6 KB) I have internal storage in dashboard. Storage name is…...Hey, I am trying to use cURL api in postman but it is not working...that GroupDocs.Merger Cloud API provides two separate parameters...

    forum.groupdocs.cloud/t/how-to-merge-multiple-m...
  7. Extract Images from ZIP | Download ZIP Images i...

    Step-by-step guide to automatically extract and download images from ZIP archives using .NET REST Api. Learn how to parse ZIP contained images via REST Api... ZIP File Processing API Prerequisites Install via NuGet...ZIP Files? ZIP File Processing API Extract Images from ZIP using...

    blog.groupdocs.cloud/parser/extract-images-from...
  8. 使用 GroupDocs.Classification Cloud API 对文本进行分类

    文本分类也称为文本分类。文本分类器可用于对文本中的几乎所有内容进行建立、结构化和分类。...Classification Cloud API 使您能够对您的内容进行分类原始文本以及文档进入预定义的类别。分类云支持多种分类法类型,例如...查看类别及其各自的概率作为分类信息 与 REST API 轻松集成 需要身份验证的安全 API 支持的格式GroupDocs.Classification...

    blog.groupdocs.cloud/zh/classification/classify...
  9. First Public Release of Next Generation GroupDo...

    GroupDocs.Annotation for Cloud Api gives developers an Api for creating advanced online document annotation tools that supports Text and Figure annotations...Annotation Cloud is a RESTful API that manipulates the annotations...annotation using following REST API, it lists annotation as AnnotationInfo...

    blog.groupdocs.cloud/annotation/first-public-re...
  10. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-Api Api and Document View working-with-viewer-Api Api. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description Api Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....working-with-viewer-api API and working-with-viewer-api API. Note Not all...ViewOptions fields Name Description API Version ViewFormat Allows to...

    docs.groupdocs.cloud/viewer/viewoptions/