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

java examples

(1.52 sec)
  1. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  2. 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 Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....has been used in the example. cURL example Linux/MacOS/Bash curl...Graphics Metafile" } ] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/viewer/get-supported-file-...
  3. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example.... The following example demonstrates how to extract...has been used in the example. cURL example Linux/MacOS/Bash # First...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  4. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to get document information...

    docs.groupdocs.cloud/watermark/search-watermarks/
  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 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-...
  7. 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...
  8. 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...
  9. 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...
  10. 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...