Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 911 for

java examples

(0.08 sec)
  1. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties.... cURL example Linux/MacOS/Bash # Get JSON..."Accept: application/json" # cURL example to replace watermark in a document...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  2. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container 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-o...
  3. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user storage and specified by template path. The following example demonstrates how to extract data from a source document by a saved 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 Store in User Storage 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-s...
  4. Convert CSV to JSON or JSON to CSV Programmatic...

    Convert JSON array to CSV table using C# REST API. This article is about how to convert CSV to JSON or JSON to CSV Programmatically in C#....Currently, it supports C# , Java , PHP , Ruby , Python and Node...to the cloud using the code example given below: As a result, the...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  5. Extract XML Text using Python | Parse XML in Py...

    Extracting text from XML files is a crucial task in various applications. Learn how to extract text from XML using Python and understand its importance....NET, Java, PHP, Ruby, and Node.js SDKs...to the cloud using the code example given below: As a result, the...

    blog.groupdocs.cloud/parser/extract-text-from-x...
  6. 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...
  7. 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-...
  8. HTML to document conversion not happening with ...

    This topic is a continuation of this topic: This Topic is created by sergei.terentev using Email to Topic tool....Product Family document-conversion java Hi, We are having a styled HTML...2025, 5:20pm 6 Hi We use below java springboot code. We use cloud...

    forum.groupdocs.cloud/t/html-to-document-conver...
  9. 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/
  10. 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/