Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,127 for

sample code

(0.29 sec)
  1. Convert XLSX to CSV in Java - A Step-by-Step Guide

    Learn how to convert Excel (XLS/XLSX) to CSV in Java using REST API. This article provides step-by-step instructions for converting Excel to CSV quickly....and Client Secret , add below code snippet in a Java-based application:...Convert Excel to CSV using Java code Download the converted file...

    blog.groupdocs.cloud/conversion/convert-excel-x...
  2. How to Extract Pages From Word Documents in Python

    Split word document into multiple documents to extract pages from word document. This article is about how to extract pages from word documents in Python.... Python source code repository is freely available...ID and Secret, add the below code into your application to split...

    blog.groupdocs.cloud/merger/how-to-extract-page...
  3. Merge JPG Files into one in Java

    Learn how to merge multiple JPG images into one using GroupDocs.Merger Cloud SDK for Java. Get step-by-step instructions for using this tool....and Client Secret , add below code snippet into your Java application:...files to the cloud using the code example given below: As a result...

    blog.groupdocs.cloud/merger/merge-multiple-jpg-...
  4. Mix Document Pages | Documentation

    This REST API allows mixing specific pages from several source documents into a single resultant document. You can specify the exact order and selection of pages from each document, enabling advanced document composition scenarios. To mix pages, provide: A list of source documents (Files collection). A list of page selections (FilesPages collection), where each item specifies which pages to take from which document and in what order. The output path for the resultant document...."FilePath": "WordProcessing/sample-10-pages.docx" }, { "FilePath":...'FilePath': 'WordProcessing/sample-10-pages.docx' }, { 'FilePath':...

    docs.groupdocs.cloud/merger/mix-document-pages/
  5. How to Rotate PDF Pages using Rest API in Ruby

    Rotate or flip PDF files or specific pages in PDF document by defining degrees. This article is about how to rotate PDF pages using Rest API in Ruby....Secret, add following in the code as shown below: Once the API...output PDF document The following code snippet shows how to rotate...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  6. Extract PDF Pages in Java | PDF Extractor

    Learn how to extract pages from PDF in Java and separate PDF pages online. This article provides step-by-step guide on how to use GroupDocs.Merger API....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/extract-pages-from-...
  7. 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":..."FilePath": "WordProcessing/sample-10-pages.docx" }, "Pages":...

    docs.groupdocs.cloud/merger/join-document-pages/
  8. 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-...
  9. Convert MSG and EML files to PDF using Python C...

    Programmatically convert email files (MSG, EML, EMLX) into PDF format within your python applications using Python Conversion API for documents & images....PDF with just a few lines of code and following the below-mentioned...format. The following python code follows the above steps and...

    blog.groupdocs.cloud/conversion/convert-msg-and...
  10. Working with Spreadsheets | Documentation

    Spreadsheet documents are presented by many formats: XLS, XLSX, XLSM, XLSB, ODS, SXC and others, which are supported by 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 Spreadsheet 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...Replace ( "This is sample sheet" , "This is sample sheep" ); // Upload...

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