Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 5,657 for

storage api

(0.06 sec)
  1. GroupDocs.Storage Cloud Product Family

    Document Automation Apis along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Storage Cloud 18.3。它是一个新的和改进的 REST API,用于在云应用程序/网...GroupDocs.Storage Cloud 第一个版本中提供的一些主要功能。有关下一代 GroupDocs.Storage Cloud...

    blog.groupdocs.cloud/zh/tag/groupdocs.storage-c...
  2. InfoSettings | Documentation

    InfoSettings data structure used as input parameters for Info Api method to retrieve information Note Not all options are supported by all document formats. Each option may correspond to one or more formats. InfoSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } InfoSettings fields Name Description Api Version FileInfo.FilePath The path of the document, located in the Storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo....as input parameters for Info API method to retrieve information...InfoSettings fields Name Description API Version FileInfo.FilePath The...

    docs.groupdocs.cloud/signature/infosettings/
  3. Swap Pages | Documentation

    This REST Api allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in Storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document pages....feedback On this page This REST API allows swapping two pages of...with a path to document in storage. For protected documents, it...

    docs.groupdocs.cloud/merger/swap-pages/
  4. Convert Microsoft Word to PDF in Nodejs with Em...

    Hi, How are you? I have used libre-office to convert my docx files to pdf in nodejs app and it has some limitations, so I need to find another way to convert docx files. I found this Api and I think that it would be pe…... I found this api and I think that it would be...using GroupDocs.Converter Cloud API , you need to upload your custom...

    forum.groupdocs.cloud/t/convert-microsoft-word-...
  5. Spreadsheet File Extensions Archive - File Form...

    File Format News – View Articles and News Stories about Spreadsheet File Formats & Extensions from our Archives....NET API Spreadsheet blog.aspose.com via...comments 0 1 Stop Using CSVs for Storage Spreadsheet medium.com via...

    news.fileformat.com/t/spreadsheet
  6. Support SharePoint online document library for ...

    Hi, I Know that currently, GroupDocs supports the following 3rd Party Storage Providers: Amazon S3, DropBox, Google Drive Storage, Google Cloud Storage, Windows Azure Storage, FTP Storage. Is there a possibility to use…...automation using GroupDocs Cloud APIs GroupDocs.Total Cloud Product...supports the following 3rd Party Storage Providers: Amazon S3, DropBox...

    forum.groupdocs.cloud/t/support-sharepoint-onli...
  7. 全新GroupDocs.Signature Cloud V2!

    签名 REST Api,用于应用、验证和搜索各种文件格式的电子签名。支持多种电子签名...Signature Cloud REST API 经过测试且可靠的电子签名 REST API,可在您的应用程序中添加电子签名的功...,以了解此版本中的所有新功能/增强功能。 什么是新的 # API版本 - 推出API版本V2 身份验证 - JWT(JSON Web...

    blog.groupdocs.cloud/zh/signature/all-new-group...
  8. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud Storage Convert document Download converted document from Storage Steps 1 and 3 are Storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert Api method will return the converted document in the response body....input document into cloud storage Convert document Download converted...document from storage Steps 1 and 3 are storage operations, please...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  9. Free Support Forum - groupdocs.cloud - Latest p...

    Free Support Forum - groupdocs.cloud - Latest posts Latest posts GroupDocs.Annotaiton Cloud embedded app exporting incorrect annotations Hi Pavel, Do you have an update on this or an ETA on when it......VIewer Cloud API in Drupal? Hi @uppiyadav1 Thank...REST API calls to GroupDocs server. As for the S3 storage - yes...

    forum.groupdocs.cloud/posts.rss
  10. 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....Document working-with-viewer-api as output result ViewResult example...: "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewe...

    docs.groupdocs.cloud/viewer/viewresult/