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

sample code

(0.09 sec)
  1. Summarizing text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts 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/text/sdk/summarize/
  2. Simplifying text with GroupDocs.Rewriter SDK | ...

    How to use GroupDocs.Rewriter Cloud SDK for texts 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/text/sdk/simmplify/
  3. Pdf to docx conversion issue - Free Support For...

    In the converted Docx file .the Layout is getting disrupted.Bellow is my Code. const loadOptions = new conversion_cloud.PdfLoadOptions(); loadOptions.format = "pdf"; let convertOptions = new conversion_c…...Bellow is my code. const loadOptions = new conversion_cloud...Lokesh7351 March 4, 2024, 12:40pm 8 sample files.zip (172.7 KB) tilal...

    forum.groupdocs.cloud/t/pdf-to-docx-conversion-...
  4. Findging synonyms with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK to find synonyms for word or phrase....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/text/sdk/synoymize/
  5. 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...
  6. Translating text with GroupDocs.Translation SDK...

    How to use GroupDocs.Translation Cloud SDK for translating texts....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/text/sdk/
  7. Merge Multiple Excel Files into One using REST ...

    Programmatically Merge multiple Excel files into one file using a REST API on the cloud in Python with Excel Merger Cloud SDK for Python....your ID and secret, add in the code as shown below: Merge Multiple...files to the Cloud using the code example given below: As a result...

    blog.groupdocs.cloud/merger/merge-multiple-exce...
  8. Translating PowerPoint files with GroupDocs.Tra...

    How to use GroupDocs.Translation Cloud SDK for translating PowerPoint 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/power...
  9. Translating Word files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating Word 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/word/
  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/