Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 5,534 for

cloud storage

(0.35 sec)
  1. Can't convert password protected xls and ppt - ...

    Hello, In the latest GroupDocs version, I tried to convert password protected ppt and xls and got the following error: {“requestId”:“b2d6ca33-0e4c-45c8-a27e-de224cc99dff”,“error”:{“code”:“internalError”,“message”:“Conv…...Total Cloud Product Family danibk April...--name conversion_cloud groupdocs/conversion-cloud Attached are the...

    forum.groupdocs.cloud/t/cant-convert-password-p...
  2. Get Documents Completed and Signed through Onli...

    GroupDocs's September 2014 newsletter focuses on the Aspose.Conversion for .NET library but also has news about what's new and what's coming next....Annotation’s storage schema. Advanced undo/redo...updates. GroupDocs.Annotation for Cloud Library Advanced undo/redo feature...

    blog.groupdocs.cloud/conversion/september-newsl...
  3. Update QR-Code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to update some signature properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into Cloud Storage Update signatures Download output document For Storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  4. Convert PPT to Text Online using PowerPoint Con...

    Boost your file conversion tasks using GroupDocs.Conversion. Let's learn how to convert PPT to Text online using a web-based PowerPoint converter....popular file formats for data storage and data representation. However...powered by GroupDocs.Conversion Cloud SDKs . We will cover the following...

    blog.groupdocs.cloud/conversion/convert-ppt-to-...
  5. Merge PDF Files in Java

    Learn how to merge PDF documents in Java using GroupDocs.Merger Cloud SDK for Java using this comprehensive step-by-step guide....manage multiple files, saving storage space, streamlining workflow...platform. The GroupDocs.Merger Cloud SDK for Java provides an efficient...

    blog.groupdocs.cloud/merger/combine-and-merge-p...
  6. Get Document Information | Documentation

    This REST API allows to obtain basic information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET environment variables....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/comparison/get-document-in...
  7. GroupDocs.Conversion Cloud V2 簡介

    GroupDocs.Conversion Cloud REST API 支持 65 多種文檔格式的轉換。它快速可靠地提供高質量的輸出...Polski GroupDocs Cloud 很高興發布 GroupDocs.Conversion Cloud REST API V2...什麼是新的 # GroupDocs.Conversion Cloud V2 的 API 方法分為四個部分。轉換 API 部分包括文檔轉換的方法。文件...

    blog.groupdocs.cloud/zh-hant/conversion/introdu...
  8. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/merger/split-document/
  9. Remove Metadata By Tag | Documentation

    This REST API allows to remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to remove all metadata properties with the “Created” tag name. Linux/MacOS/Bash # Get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.Cloud/applications. curl -v "https://api.groupdocs.Cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Example: remove metadata from a document curl -v "https://api....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  10. Add Metadata By Tag | Documentation

    This REST API allows to add metadata properties to the document choosing the right place to add by exact tag and category name. cURL example The following example demonstrates how to add metadata date and time information in all properties that have specified tag. Linux/MacOS/Bash # Get JWT token curl -v 'https://api.groupdocs.Cloud/connect/token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # Join several documents into one curl -v 'https://api....cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/