Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 2,661 for

groupdocs total cloud

(0.34 sec)
  1. Upload file | Documentation

    How to upload file to Cloud storage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/translation/file/upload/
  2. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.Groupdocs.Cloud to create a free account. Create an API client app Before you can make any requests to Groupdocs Cloud API you need to get Client Id and Client Secret. This will be used to invoke the Groupdocs Cloud API. You can get it from existing Application or create new Application from Applications View of Groupdocs Cloud Dashboard....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/editor/quickstart/
  3. Err uploading file to api.groupdocs.cloud by ap...

    I’m using the api.Groupdocs.Cloud api to upload a document but I get the error “message”: “Authentication error!” when I make the request to Authenticating API Requests | Documentation it should be noted that the token i…...groupdocs.cloud by api not sdk GroupDocs.Total Cloud Product...9:44am 1 I’m using the api.groupdocs.cloud api to upload a document...

    forum.groupdocs.cloud/t/err-uploading-file-to-a...
  4. Getting "400: Bad request" for RTF to PDF - Fre...

    Hi, I’m using the Groupdocs-conversion-Cloud, version 21.12. I’m receiving 400 Bad request with no additional info when trying to convert from RTF to PDF. The same request works when I change the format to DOC. I get…...request" for RTF to PDF GroupDocs.Total Cloud Product Family evgenykr...Hi, I’m using the groupdocs-conversion-cloud, version 21.12. I’m...

    forum.groupdocs.cloud/t/getting-400-bad-request...
  5. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.Groupdocs.Cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.Groupdocs.Cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.Groupdocs.Cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.Groupdocs.Cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/viewer/viewresult/
  6. Working with Presentations | Documentation

    Presentation documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by Groupdocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. There several steps that usage of Groupdocs.Editor Cloud consists of: Upload input document into Cloud storage Load the document into editable representation in the Cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/editor/working-with-presen...
  7. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in Groupdocs Cloud Storage. API Explorer Groupdocs.signature Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/signature/working-with-fol...
  8. RemoveOptions | Documentation

    RemoveOptions structure defines options for removing document annotations FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "AnnotationIds": [ 0 ], "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/annotation/removeoptions/
  9. RevisionInfo | Documentation

    RevisionInfo data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) text Revision text author Revision author...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/comparison/revisioninfo/
  10. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.cloud/merger/extract-pages/