Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,095 for

sample code

(0.08 sec)
  1. Client ID and secret issue - Free Support Forum...

    Hello, I have an issue with my Client ID and Secret. When I try to make a call, from my server but also on Aspose.BarCode Cloud - API References, I have this message: invalid_client. Have a nice day....share your credentials and sample code with us in a private message...

    forum.groupdocs.cloud/t/client-id-and-secret-is...
  2. Display Excel Data in HTML using REST API in No...

    Programmatically render or display Microsoft Excel spreadsheet data to HTML using a REST API in Node.js with GroupDocs.Viewer Cloud for Node.js SDK....your ID and secret, add in the code as shown below: Display Excel...file to the Cloud using the code example given below: As a result...

    blog.groupdocs.cloud/viewer/display-excel-data-...
  3. Translating PDF files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating PDF files....repository for a working code and sample files: Python import time...repository for a working code and sample files: Java & Android package...

    docs.groupdocs.cloud/translation/file/sdk/pdf/
  4. Translating Srt files with GroupDocs.Translatio...

    How to use GroupDocs.Translation Cloud SDK for translating Srt files....repository for a working code and sample files: Python import time...repository for a working code and sample files: Java & Android package...

    docs.groupdocs.cloud/translation/file/sdk/subti...
  5. Translating image files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating image files....repository for a working code and sample files: Python import time...repository for a working code and sample files: Java & Android package...

    docs.groupdocs.cloud/translation/file/sdk/image...
  6. Detecting paraphrases in files with GroupDocs.R...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files....repository for a working code and sample files: Python import time...repository for a working code and sample files: Java package com...

    docs.groupdocs.cloud/rewriter/file/sdk/detect/
  7. Summarizing files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files summarization....repository for a working code and sample files: Python import time...repository for a working code and sample files: Java package com...

    docs.groupdocs.cloud/rewriter/file/sdk/summarize/
  8. Simplifying files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files simplification....repository for a working code and sample files: Python import time...repository for a working code and sample files: Java package com...

    docs.groupdocs.cloud/rewriter/file/sdk/simmplify/
  9. Edit Word Documents or Excel Sheets using REST API

    Programmatically edit Word documents or Excel sheets using a REST API from your documents on the cloud in Python with Document Editor Cloud SDK for Python....available code examples. Add your ID and secret in the code as demonstrated...document to the Cloud using the code example given below: As the...

    blog.groupdocs.cloud/editor/edit-word-or-excel-...
  10. 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....and lets you focus on writing code specific to your particular...FilePath = "WordProcessing/sample-10-pages.docx" }; var options...

    docs.groupdocs.cloud/merger/split-document/