Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,067 for

sample code

(0.56 sec)
  1. Cloud conversion - FileApi timeout errors - Fre...

    Hello, we have been getting timeout errors when uploading files to GroupDocs. This is preventing us from converting files since we cant upload them or font files. Error message System.Net.WebException: The operation ha…...operation has timed out Code Sample var configuration = new ...

    forum.groupdocs.cloud/t/cloud-conversion-fileap...
  2. How to Change Page Orientation in Word Document...

    Change word document orientation to portrait or landscape in same word document. Let's examine how to change page orientation in Word document using Ruby....following the steps and available code examples. Once you have your...your ID and secret, add below code in your application as demonstrated...

    blog.groupdocs.cloud/merger/how-to-change-page-...
  3. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. 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...."WatermarkOptions": { "Text": "Sample watermark", "Color": "Red"..."WatermarkOptions": { "Text": "Sample watermark", "Color": "Red"...

    docs.groupdocs.cloud/conversion/add-watermark/
  4. Merge Multiple Excel Files into One using REST ...

    Programmatically Merge Multiple Excel Files into One using a REST API on the cloud in Node.js with Document Merger Cloud SDK for Node.js....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...
  5. Incorrect Python Sdk Example - Free Support For...

    The python example shown on the document conversion webpage has a minor mistake. The example shows “ConversionApi”, which I believe should be “ConvertApi”, as is confirmed by the output when attempting to evaluate the co…...when attempting to evaluate the code: AttributeError: module 'gr...successfully run the example code, I get an error with: group...

    forum.groupdocs.cloud/t/incorrect-python-sdk-ex...
  6. Parse Word Documents using REST API in Python

    Programmatically parse Word documents and extract Text & Images using a REST API on the cloud in Python with GroupDocs.Parser Cloud SDK for Python....your ID and secret, add in the code as shown below: Parse Word Documents...(DOCX) to the Cloud using the code example given below: As a result...

    blog.groupdocs.cloud/parser/parse-word-document...
  7. Convert PDF to PPTX using a REST API in Python ...

    Programmatically Convert PDF to PowerPoint presentation (PPTX) using a REST API on the cloud in Python with Document Conversion Cloud SDK for Python....following the steps and available code examples. Once you have your...and secret, please add in the code as shown below: PDF to PPTX...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  8. Convert Word DOC to PDF Programmatically in CSharp

    Quickly convert Word document to PDF file without changing format in high quality. This article is about how to convert Word to PDF programmatically in C#....Cloud to your Visual Studio Code project from the NuGet Package...following the steps and available code samples. Add your Client ID...

    blog.groupdocs.cloud/conversion/convert-word-to...
  9. Converting CSV to XML using Java: A Comprehensi...

    Learn how to convert CSV to XML via Java using GroupDocs.Conversion Cloud SDK for Java. Follow our step-by-step guide and start converting your files today.... Please add the code snippet shown below once you...file to the cloud using the code snippet given below: As a result...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  10. Merge PNG Files in Node.js - PNG Merger Library

    GroupDocs.Merger offers Cloud SDKs for Node.js to merge PNG images programmatically. Node.js developers can install this API easily and invoke various methods....Before jumping toward writing code, please be aware we have uploaded...JPG files. The following code sample demonstrates how to merge...

    blog.groupdocs.cloud/merger/merge-png-files-in-...