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

sample code

(0.13 sec)
  1. Compare Two or More Word Documents using Python

    Programmatically Compare two or more Word documents using a REST API on the cloud in Python with Document Comparison Cloud SDK for Python....available code examples. Add your ID and secret in the code as demonstrated...documents to the Cloud using the code example given below: As a result...

    blog.groupdocs.cloud/comparison/compare-word-do...
  2. Adding Watermark in Word | Document Watermarkin...

    Programmatically Add Text or Image Watermark to Word Documents using a REST API on the cloud in C# with GroupDocs.Watermark Cloud SDK for .NET....your ID and secret, add in the code as shown below: Add Text Watermark...document to the Cloud using the code example given below: As the...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  3. Sign PDF with Stamp using REST API in Node.js |...

    Programmatically Sign PDF documents with Stamp signatures using REST API on the cloud in Node.js with GroupDocs.Signature Cloud SDK for Node.js....such as image, ‎barcode, QR-Code, text-based, digital, and stamp...your ID and secret, add in the code as shown below: Sign PDF Documents...

    blog.groupdocs.cloud/signature/sign-pdf-with-st...
  4. Compare PDF Files using REST API in Node.js | P...

    Programmatically Sign Documents with Digital Signatures using REST API on the cloud in Node.js with GroupDocs.Signature Cloud SDK for Node.js....also enables you to attach a code with your document that acts...such as image, ‎barcode, QR-Code, text-based, digital, and stamp...

    blog.groupdocs.cloud/signature/sign-documents-w...
  5. Find and Replace Watermarks in Documents using ...

    Programmatically Find and Replace Watermark Text or Images using a REST API from your documents on the cloud in C# with Watermarking Cloud SDK for .NET...available code examples. Add your ID and Secret in the code as demonstrated...Upload programmatically using the code example given below: As the...

    blog.groupdocs.cloud/watermark/find-and-replace...
  6. Paraphrase text with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing texts....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/paraphrase/
  7. Convert Text Files to PDF using File Conversion...

    Convert text to pdf file in high quality using our advanced conversion API. Let's learn how to convert text files to PDF using file conversion API in Python...your ID and secret, add in the code as shown below: How to Convert...cloud using the following code sample: As a result, the uploaded...

    blog.groupdocs.cloud/conversion/convert-text-fi...
  8. Convert JPG to PDF using Node.js | Convert Imag...

    Programmatically Convert JPG to PDF using a REST API on the cloud in Node.js with GroupDocs.Conversion Cloud SDK for Node.js....following the steps and available code examples. Once you have your...your ID and secret, add in the code as shown below: Convert Images...

    blog.groupdocs.cloud/conversion/convert-images-...
  9. Rotate PDF Pages Online in Java

    Learn how to rotate PDF pages programmatically in Java using GroupDocs.Merger Cloud SDK. Explore the features, setup process, and advanced rotation options....and Client Secret , add below code snippet to a Java-based application:...file to the cloud using the code example given below: As a result...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  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/