Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 1,101 for

sample code

(1.25 sec)
  1. 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...
  2. Render Excel Data to PDF using REST API in Node.js

    Programmatically render Microsoft Excel spreadsheet data to PDF using a REST API in Node.js with GroupDocs.Viewer Cloud for Node.js SDK....following the steps and available code examples. Once you have your...your ID and secret, add in the code as demonstrated below: Render...

    blog.groupdocs.cloud/viewer/render-excel-data-t...
  3. 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...
  4. Convert Word to PDF in Ruby

    Users convert Word documents to PDF when sending bills and handouts etc. Let's learn how to convert Word to PDF in Ruby using cloud SDK and REST API....Secret, add these in the ruby code snippet as shown below: Convert...storage using the below code sample: As a result, the uploaded...

    blog.groupdocs.cloud/conversion/convert-word-do...
  5. 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-...
  6. Configure Azure Blob Storag - Free Support Foru...

    Hi, i have created an application to access the PDF service via API and try to add an azure blob storage. I have tried a lot of settings in azure storage, but the 3rd Party Storage connection does not work or at least,…...Otherwise, please share your sample code along with your credentials...

    forum.groupdocs.cloud/t/configure-azure-blob-st...
  7. Combine PNG Files in Java

    Combine PNG Files in Java programmatically. GroupDocs.Merger offers enterprise-level REST APIs and Cloud SDKs to seamlessly combine PNG files into one....the installation steps and the code snippet to merge PNG files programmatically...copy & paste the following code sample to build a file format converter:...

    blog.groupdocs.cloud/merger/combine-png-files-i...
  8. 401 Unauthorized reoccurring - Free Support For...

    Hi, Im using the groupdocs-conversion-cloud, version 21.12. I have random and reoccurring incidents of getting “401 Unauthorized” on files that were previously fine, and with the same credentials for groupdocs. those i…...Otherwise, please share your sample code to reproduce the issue at...documentation , you need to write code to handle this scenario. You...

    forum.groupdocs.cloud/t/401-unauthorized-reoccu...
  9. How to Convert Word to TIFF File Format using Ruby

    TIFF Tag Image File Format is used to store raster graphics and images information. This article is about how to convert Word to TIFF file format using Ruby... Now add below code in your application: Convert...converted file The following code sample shows how to convert word...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  10. 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/