Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,042 for

sample code

(0.32 sec)
  1. Available SDKs | Documentation

    Find the latest software development kits (SDKs) that help you easily integrate GroupDocs.Rewriter Cloud into your applications....modify any part of the code. The provided code is fully tested and...repository for a working code and sample files: Java package com...

    docs.groupdocs.cloud/rewriter/sdk/
  2. Convert SVG to PDF and PDF to SVG Programmatica...

    Online file conversion service to convert from PDF into optimized SVG images. Let's see how to convert SVG to PDF and PDF to SVG programmatically in Java....have your ID and secret, add a code snippet in a Java-based application:...completed, you can jump to the code snippet that to convert SVG...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  3. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....'FilePath': 'WordProcessing/sample-10-pages.docx' }, 'Pages':...and lets you focus on writing code specific to your particular...

    docs.groupdocs.cloud/merger/join-document-pages/
  4. Convert CSV to Excel in Java: A Guide

    Learn how to convert CSV to Excel XLS or XLSX using GroupDocs.Conversion Cloud SDK for Java. Follow the step-by-step guide and explore the cloud-based tool.... Please add the code snippet shown below once you...file to the cloud using the code snippet given below: Hence,...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  5. 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'...However, manually writing client code can be difficult, error-prone...

    docs.groupdocs.cloud/conversion/add-watermark/
  6. 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...
  7. Convert PDF to an editable DOC using C-Sharp .NET

    GroupDocs.Conversion C# .NET API provides an easy way to convert and change PDF to Word file online. This article is about how to convert PDF to Word in C#....download and install it to your VS Code project from the NuGet Package...following the steps and available code snippets. Add your Client ID...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  8. Extract images from Word Documents in Java - Ja...

    Learn a step-by-step guide to extract images from Word documents programmatically in Java using the powerful GroupDocs.Parser Cloud SDK for Java....and Client Secret , add below code snippet to a Java-based application:...follow these steps and an example code snippet: Firstly, import the...

    blog.groupdocs.cloud/parser/extract-images-from...
  9. Convert Word to HTML Online in Python

    You can convert a DOC file to a HTML file to display the word doc in a web browser. This article is about how to convert word to html online in Python....following the steps and available code examples. Once you have your...and secret, please add in the code as shown below: Convert Word...

    blog.groupdocs.cloud/conversion/convert-word-to...
  10. Convert XML to CSV and CSV to XML in Python

    Use Python script to convert XML to CSV and to convert CSV to XML online. This article is about how to convert XML to CSV and CSV to XML in Python....the steps and available python code samples. After you have collected...file to the cloud using the code sample . As a result, the uploaded...

    blog.groupdocs.cloud/conversion/convert-xml-to-...