Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 3,008 for

one

(0.14 sec)
  1. Convert Word to Image Formats using REST API in...

    GroupDocs Ruby SDK is the best way to convert Word DOCX to image formats. This article is about how to Convert Word to Image Formats using REST API in Ruby... Word is one of the popular formats for sharing...

    blog.groupdocs.cloud/conversion/convert-word-to...
  2. Delete Annotations | Documentation

    Delete method allows to remove all added annotations. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Download document with annotations Delete annotations HTTP POST ~/annotation/remove Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....= new FileInfo { FilePath = "one-page.docx" }; var options = new...

    docs.groupdocs.cloud/annotation/delete-annotati...
  3. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....app client you created in step one and replace it in the corresponding...

    docs.groupdocs.cloud/conversion/quick-start/
  4. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....join several documents into one curl -v "https://api.groupdocs...join several documents into one curl -v "https://api.groupdocs...

    docs.groupdocs.cloud/merger/extract-pages/
  5. Convert Excel to CSV in Python | Convert CSV to...

    Programmatically convert Excel files to CSV and CSV to Excel on the cloud using a REST API in Python with GroupDocs.Conversion Cloud API....and each record consists of one or more fields, separated by...

    blog.groupdocs.cloud/conversion/convert-excel-t...
  6. Internal error: Exception of type 'System.OutOf...

    I’m using groupdocs conversion cloud deployed on my server but when I try to convert 50mb xls file its giving error Internal error: Exception of type ‘System.OutOfMemoryException’ was thrown I’m using the following API…... SDK is just offers one of the ways. I’m not get what...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  7. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....one" , "fileFormat" : "Microsoft...

    docs.groupdocs.cloud/comparison/get-supported-f...
  8. HTML Viewer - Limit image size | Documentation

    GroupDocs.Viewer Cloud also provides the feature to set limits for width/height for the output image. Follow the below steps to achieve this functionality. If you want to render single image in PDF/HTML you can set width/height for the output image. If you set ImageMaxWidth/ImageMaxHeight options, if the image exceeds One of these limits - it will be resized proportionally. The following code sample shows how to set the output image size limits when rendering the document....options, if the image exceeds one of these limits - it will be...

    docs.groupdocs.cloud/viewer/html-viewer-limit-i...
  9. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with One which has the same character set available....missing font is replaced with one which has the same character...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  10. Convert XML to JSON in Java: A step-by-step Guide

    Learn how to convert XML to JSON in Java using REST API. Follow our step-by-step tutorial with just a few simple steps to get started today.... One common way to represent data...

    blog.groupdocs.cloud/conversion/how-to-convert-...