Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 1,021 for

sample code

(0.08 sec)
  1. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. This will be used to invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard....and lets you focus on writing code specific to your particular...replace in the corresponding code. Below is an example demonstrating...

    docs.groupdocs.cloud/editor/quickstart/
  2. Extract Pages From Word Documents using Rest AP...

    Easily extract specific pages from word documents as individual files. This article is about how to extract pages from word documents using Rest API in Ruby...following the steps and available code examples. Once you have your...your ID and secret, add in the code as demonstrated below to split...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  3. Convert TXT Files to PDF using REST API in Ruby

    Online document converter allows you to convert TXT to PDF in high quality. This article is about how to convert TXT files to PDF using REST API in Ruby....following the steps and available code examples. Once you have your...and secret, please add in the code as shown below: How to Convert...

    blog.groupdocs.cloud/conversion/convert-txt-fil...
  4. Convert JPG to PDF C#| JPEG in to PDF using .NE...

    Learn how to convert JPG or JPEG images into professional, print-ready PDF in C#. Guide covers setup, coding for JPEG to PDF using REST API and cURL....with just a few lines of C# code, you can efficiently transform...to obtain API credentials. A sample JPG or JPEG image for testing...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  5. Remove Protection From PDF in C# - PDF Password...

    Let's learn how to remove protection from PDF in C# using this PDF password remover. GroupDocs.Merger offers Cloud SDKs and REST APIs to unlock PDF files....through the steps and the code sample to remove PDF password programmatically...protection from PDF. The following code snippet demonstrates how to...

    blog.groupdocs.cloud/merger/remove-protection-f...
  6. Convert Text to Image in Java

    Follow this guide to learn how to convert Text to Image in Java programmatically. GroupDocs.Conversion offers Cloud SDKs and REST APIs to convert TXT to PNG.... Now, we will write a code sample to demonstrate the actual...convertDocument method. The following code snippet demonstrates how to...

    blog.groupdocs.cloud/conversion/convert-text-to...
  7. How to Combine Multiple Word Documents using Py...

    Our API is designed to merge documents and files in various formats online. This article is about how to combine multiple word documents using Python....your ID and secret, add in the code as shown below: How to Combine...files to the cloud using the code example given below: As a result...

    blog.groupdocs.cloud/merger/how-to-combine-mult...
  8. Add Watermark to PNG in Java

    GroupDocs.Watermark provides lightweight and robust Cloud SDKs and REST APIs for Java developers to programmatically add watermark to PNG images....through some methods and write a code snippet to build a watermark...watermark to PNG . The following code sample demonstrates how to add watermark...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  9. Convert Word to Markdown in C# - Markdown Gener...

    Let's learn how to convert Word to Markdown in C# programmatically. Install GroupDocs.Conversion and build a Markdown generator module for your business app....start writing a few lines of code to convert Docx to MD in a ...programmatically. The following code snippet demonstrates how to...

    blog.groupdocs.cloud/conversion/convert-word-to...
  10. Working with WordProcessing Documents | Documen...

    WordProcessing is the most used and known document family format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF and much more. All these formats are supported by the GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into WordProcessing format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....and lets you focus on writing code specific to your particular...htmlString = htmlString . Replace ( "Sample test text" , "Hello world"...

    docs.groupdocs.cloud/editor/working-with-wordpr...