Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,095 for

sample code

(0.05 sec)
  1. Convert JPG to Word in Python

    JPG to Word conversion turns each image into an editable Word document within few seconds. This article is about how to Convert JPG to Word in Python....following the steps and available code examples. Once you have your...and secret, please add in the code as shown below: Convert JPG/JPEG...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  2. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or PDF) by dividing into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divided into pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate page....Info method as shown in the code sample below. After you know the...Tiles list as shown in the sample below. The coordinates start...

    docs.groupdocs.cloud/viewer/split-drawing-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. 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/
  6. 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/
  7. Extract images from Word Documents in Java - Ja...

    Learn a step-by-step guide to extract images from Word documents programmatically in Java using the powerful GroupDocs.Parser Cloud SDK for Java....and Client Secret , add below code snippet to a Java-based application:...follow these steps and an example code snippet: Firstly, import the...

    blog.groupdocs.cloud/parser/extract-images-from...
  8. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality.... From The Library Sample application: building an ASP...documents. We’ve created a code sample that shows how it works....

    blog.groupdocs.cloud/total/december-2014-newsle...
  9. 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-...
  10. 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...