Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 922 for

java examples

(0.25 sec)
  1. Convert Excel Spreadsheets to PDF in Node.js | ...

    Programmatically Convert Excel Spreadsheets to PDF files using a REST API in Node.js. Node.js SDK allows converting XLS, XLSX files to PDF....NET, Java, PHP, Ruby, Android, and Python...the steps and available code examples. Once you have your ID and...

    blog.groupdocs.cloud/conversion/convert-excel-s...
  2. Extract Pages from PDF File Online in Python

    Extract single page from PDF or extract all pages from PDF file online and easily. This article is about how to extract pages from PDF file online in Python...NET, Java , PHP , Ruby , Android , and...the steps and available code examples. Once you have your ID and...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  3. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer 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/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....has been used in the example. cURL example Request curl -X GET...Graphics Metafile" } ] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  4. Convert XML to PDF in Python using REST API

    Convert XML to PDF file fast online using GroupDocs.Conversion Cloud REST API. This article is about how to convert XML to PDF in Python using REST API....convertDocument() class The following code example shows how to convert XML file...method The following code example shows how to convert an XML...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  5. C# Overlay Text on GIF | Add Watermark to GIF i...

    Enhance your GIFs with overlay text using GIF watermarking REST API and C# SDK. Explore customization options, API reference, and C# SDK on GitHub. Elevate your visual storytelling and engage your audience today....programmatically using the code example given below: As a result, the...the API. The following code example shows how to insert a watermark...

    blog.groupdocs.cloud/watermark/add-overlay-text...
  6. Convert XLSX in GroupDocs.Conversion Cloud Cont...

    Hello, when converting XLSX to XLSX, I see that some rows are missing. for example, the ones that are painted yellow under line 38. or the empty ones between the value “123” and the upper lines. attached is the example…... for example, the ones that are painted...upper lines. attached is the example xlsx, before and after the...

    forum.groupdocs.cloud/t/convert-xlsx-in-groupdo...
  7. 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…...you please share any doc or example related this sergei.terentev...document without storage This example demonstrates how to convert...

    forum.groupdocs.cloud/t/internal-error-exceptio...
  8. Docx to Html conversion issue in nodejs - docke...

    Hi Team While converting from docx to html using groupdocs docker conversion api, bullets symbols are not showing properly. but in groupdocs cloud api it’s shows properly. Is there any difference between docker and c…... Java or .NET) and version or better...Documentation Introduction This example demonstrates how to convert...

    forum.groupdocs.cloud/t/docx-to-html-conversion...
  9. Adding Watermark in Word | Document Watermarkin...

    Programmatically Add Text or Image Watermark to Word Documents using a REST API on the cloud in C# with GroupDocs.Watermark Cloud SDK for .NET....Currently, it also provides Java SDK for the Cloud API. You can...to the Cloud using the code example given below: As the result...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  10. Working with Storage API | Documentation

    Storage existance API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....storageName Storage name cURL example Request curl -X GET "https://api...Response { "exists" : true } SDK example Our API is completely independent...

    docs.groupdocs.cloud/comparison/working-with-st...