Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,067 for

sample code

(0.08 sec)
  1. Render Documents to HTML5 with REST API in Java...

    GroupDocs.Viewer Cloud is a Document Rendering and Viewing REST API Solution, that gives complete freedom of platform and programming languages....document to HTML5 with few line of code. As stated earlier, I am going...Step 1: # Before we begin with coding, sign up with groupdocs.cloud...

    blog.groupdocs.cloud/viewer/render-documents-to...
  2. Convert PDF to an editable DOC using C-Sharp .NET

    GroupDocs.Conversion C# .NET API provides an easy way to convert and change PDF to Word file online. This article is about how to convert PDF to Word in C#....download and install it to your VS Code project from the NuGet Package...following the steps and available code snippets. Add your Client ID...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  3. Convert HTML to PDF using REST API in Ruby

    Instantly convert HTML files to PDF format with free online converter. This article is about how to convert HTML to PDF using REST API in Ruby....following the steps and available code examples. Once you have your...and secret, please add in the code as shown below: Convert HTML...

    blog.groupdocs.cloud/conversion/convert-html-to...
  4. PPTX to PDF, how it works to download on an spe...

    Hello, I am trying to using the cloud api for python to upload a pptx file, transform to pdf and then download into an specific folder. I am having problems in that final step, I cant see in any place my pdf downloaded…... here is my code: here is my code: def generate_and_save_pptx(self):...@holaauxers Please check the sample Python code to download a file from...

    forum.groupdocs.cloud/t/pptx-to-pdf-how-it-work...
  5. Compare PowerPoint Presentations in C# | Compar...

    Learn how to programmatically compare two or more PowerPoint (PPTX) files in C#. Highlight differences, generate summary slides, and manage presentations....your ID and secret, add in the code as shown below: Compare Two...following code sample: Now execute the following code snippet to...

    blog.groupdocs.cloud/comparison/compare-powerpo...
  6. Convert JPG to PowerPoint and PowerPoint to JPG...

    Convert JPG files to PPT and PPT to JPG file format using fast and secure REST API. Let's see how to convert JPG to PowerPoint and PowerPoint to JPG in Java...have your ID and secret, add a code snippet in a Java-based application:...completed, you can jump to the code snippet that converts the JPG...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  7. Extract Specific Data from PDF using Python | R...

    Programmatically Extract Specific Data from PDF using a REST API on the cloud in Python with Document Parser Cloud SDK for Python....the dashboard and add in the code as shown below: Extract Data...document to the Cloud using the code example given below: As a result...

    blog.groupdocs.cloud/parser/extract-specific-da...
  8. Document Splitting in Java | PPT Document Splitter

    Learn how to split PowerPoint PPT or PPTX slides into separate files using Java. Follow step-by-step instructions to achieve efficient PowerPoint files splitting....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/split-powerpoint-pp...
  9. 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...
  10. 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-...