Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 911 for

java examples

(0.08 sec)
  1. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... cURL example Linux/MacOS/Bash # Get JSON...: [], "file" : null } SDK examples The API is completely independent...

    docs.groupdocs.cloud/viewer/render-grid-lines/
  2. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... cURL example Linux/MacOS/Bash # First get...: [], "file" : null } SDK examples The API is completely independent...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  3. Archive

    archives...Word to JPG in Java – DOCX to JPG using Java REST API December...min Convert HTML to Word in Java using REST API April 3, 2025...

    blog.groupdocs.cloud/archives/
  4. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows to detect changes between source and target files and obtain changes coordinates at files preview images. The following code sample shows how to get changes coordinates. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... cURL example Linux/MacOS/Bash # First get...: 115.730377 } }, ... SDK example Using an SDK (API client) is...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  5. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All.... cURL example Linux/MacOS/Bash # First get..."Accept: application/json" # cURL example to join pages from several...

    docs.groupdocs.cloud/merger/join-document-cross...
  6. Document Information | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Get Document Information This API retrieves document information. It returns an object that contains information about file format, document pages and file size. Resource The following GroupDocs.Signature Cloud REST API resource has been used to get document information. cURL example Linux/MacOS/Bash curl -v "https://api.groupdocs.cloud/v1/signature/document.docx/document/info" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.... cURL example Linux/MacOS/Bash curl -v "https://api..."rows" : null } ] } } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/document-informa...
  7. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get Client Id and Client Secret. That will be used to invoke the GroupDocs Cloud API. You can get it from existing Application or create new Application from Applications View of GroupDocs Cloud Dashboard.... Below is an example demonstrating how to join multiple...for has a complete set of examples, demonstrating our API capabilities...

    docs.groupdocs.cloud/merger/quick-start/
  8. GroupDocs Cloud Blog on Document Processing RES...

    GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Convert Word to JPG in Java – DOCX ......Word to JPG in Java – DOCX to JPG using Java REST API How to...(DOC, DOCX) to JPG images using Java REST API. Easily export Word...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  9. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in "client_id" and Client Secret in "client_secret" arguments....used in the example. HTTP POST ~/formats cURL example The following...following example demonstrates how to get supported file types. Linux/MacOS/Bash...

    docs.groupdocs.cloud/merger/get-supported-file-...
  10. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....in points is 842 × 595 This example demonstrates how to adjust...directly from the browser. cURL example Linux/MacOS/Bash # First get...

    docs.groupdocs.cloud/viewer/adjust-page-size/