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

sample code

(0.09 sec)
  1. 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/
  2. 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/
  3. 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/
  4. Rotate PDF Pages Online in Java

    Learn how to rotate PDF pages programmatically in Java using GroupDocs.Merger Cloud SDK. Explore the features, setup process, and advanced rotation options....and Client Secret , add below code snippet to a Java-based application:...file to the cloud using the code example given below: As a result...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  5. Convert Text Files to PDF using File Conversion...

    Convert text to pdf file in high quality using our advanced conversion API. Let's learn how to convert text files to PDF using file conversion API in Python...your ID and secret, add in the code as shown below: How to Convert...cloud using the following code sample: As a result, the uploaded...

    blog.groupdocs.cloud/conversion/convert-text-fi...
  6. Convert JPG to PDF using Node.js | Convert Imag...

    Programmatically Convert JPG to PDF using a REST API on the cloud in Node.js with GroupDocs.Conversion Cloud SDK for Node.js....following the steps and available code examples. Once you have your...your ID and secret, add in the code as shown below: Convert Images...

    blog.groupdocs.cloud/conversion/convert-images-...
  7. How to Convert PowerPoint to PDF using REST API...

    Converting from PowerPoint PPTX to PDF is a viable option for document protection. Let's learn how to convert PowerPoint to PDF using REST API in Python....your ID and secret, add in the code as shown below: Convert PowerPoint...cloud using the following code sample: As a result, the uploaded...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  8. Error calling ConvertDocument - Free Support Fo...

    This is the exception from the SDK: GroupDocs.Conversion.Cloud.Sdk.Client.ApiException: The namespace declaration attribute has an incorrect ‘namespaceURI’: ‘A Namespace Name for xmlns Attributes’. at GroupDocs.Conver…...document with us along with the sample code. We will test the scenario...docx (77.6 KB) Here is the code sample: var configuration = new...

    forum.groupdocs.cloud/t/error-calling-convertdo...
  9. 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...
  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/