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

sample code

(0.12 sec)
  1. 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/
  2. Document Splitting in Python | Python PDF Files...

    Learn how to split a PDF file into multiple PDF files in Python using the GroupDocs.Merger Cloud SDK. Improve document organization with this guide....and Client Secret , add below code snippet to a Python-based application:...file to the cloud using the code example given below: As a result...

    blog.groupdocs.cloud/merger/split-pdf-file-into...
  3. 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...
  4. 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-...
  5. 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-...
  6. AmazonS3 Storage exception: Exception of type '...

    Hello, we are seeing this Cloud convert error when converting many different word documents to pdf. Is there an issue with Amazon storage there? GroupDocs.Conversion.Cloud.Sdk.Client.ApiException: AmazonS3 Storage excep…...please share your sample document along with code to reproduce the...13 I don’t have a particular sample document to share as a variety...

    forum.groupdocs.cloud/t/amazons3-storage-except...
  7. 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...
  8. 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/
  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...