Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 931 for

java examples

(0.07 sec)
  1. 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...
  2. 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...
  3. 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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....storageName Storage name cURL example Linux/MacOS/Bash curl -X GET...Response { "exists" : true } SDK example Our API is completely independent...

    docs.groupdocs.cloud/comparison/working-with-st...
  4. Convert HTML to PDF in C# using REST API

    Convert HTML web page to PDF document online in C# to retain the format or print it. This article is about how to convert HTML to PDF in C# using REST API....Currently, it provides C# , Java , PHP , Ruby , Python and Node...programmatically using the code example given below As the result,...

    blog.groupdocs.cloud/conversion/convert-html-to...
  5. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...Examples.CSharp { // Is Storage Exist...Message ); } } } } Java package examples.Working_With_Storage...

    docs.groupdocs.cloud/viewer/working-with-storage/
  6. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....default storage used cURL example Linux/MacOS/Bash curl -X GET...d-columns.xlsx" } ] } SDK example Our API is completely independent...

    docs.groupdocs.cloud/comparison/working-with-fo...
  7. Working with File Api | Documentation

    This API allows you to download a file from GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out Download a File 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 Path Path of the file including file name and extension e.g. /Folder1/file.ext Required. Can be passed as query string parameter or as part of the URL storageName Name of the storage....versionId File version id cURL example Linux/MacOS/Bash # GET file...200 , "Status" : "OK" } SDK example Our API is completely independent...

    docs.groupdocs.cloud/comparison/working-with-fi...
  8. Compare PDF Files using REST API in Node.js | P...

    Programmatically Parse Word Documents and Extract Text & Images using a REST API on the cloud in Node.js with GroupDocs.Parser Cloud SDK for Node.js....NET , Java , PHP , Ruby , and Python SDKs...to the Cloud using the code example given below: As a result, the...

    blog.groupdocs.cloud/parser/parse-word-document...
  9. Put Password in PDF File | Save PDF File with p...

    Learn how to secure your PDF documents in Node.js using REST API. Implement password protection for added security and safeguard your valuable data....programmatically using the code example given below: As a result, the...result. The following code example shows how to add a password...

    blog.groupdocs.cloud/merger/lock-pdf-with-passw...
  10. Working With Folder | Documentation

    GroupDocs.Viewer Cloud Working With Folder...Examples.CSharp { // Get Files List...Message ); } } } } Java package examples.Working_With_Folder...

    docs.groupdocs.cloud/viewer/working-with-folder/