Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 16,320 for

java sdk

(2.31 sec)
  1. Accept or reject revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept or reject revisions from Word document and save the result. The following code sample demonstrates how to accept all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Buy Now Pricing Information SDKs Policies My Orders & Quotes...: "result.docx" } SDK example Using an SDK (API client) is the...

    docs.groupdocs.cloud/comparison/accept-reject-r...
  2. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Buy Now Pricing Information SDKs Policies My Orders & Quotes...entation.docx" } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/merger/change-page-orienta...
  3. Get Document Information | Documentation

    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 -X POST "https://api.groupdocs.cloud/v2.0/signature/info" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" \ -H "Content-Type: application/json" \ -d '{"FileInfo": {"FilePath": "Signaturedocs/one-page.docx","StorageName": "MyStorage","VersionId": "","Password": ""}}' Windows PowerShell curl.exe -X POST "https://api.groupdocs.cloud/v2.0/signature/info" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" ` -H "Content-Type: application/json" ` -d "{ 'FileInfo': { 'FilePath': 'Signaturedocs/one-page....Buy Now Pricing Information SDKs Policies My Orders & Quotes...true , "rows" : null } ] } } SDK examples The API is completely...

    docs.groupdocs.cloud/signature/get-document-inf...
  4. Convert JSON to HTML using a JSON Converter

    Install GroupDocs.Conversion Cloud Sdk for Node.js and convert JSON to HTML programmatically. This article teaches you to build a JSON converter for your apps....Conversion SDKs and REST APIs. Fortunately, you can find SDKs in multiple...use GroupDocs.Conversion Cloud SDK for Node.js to convert JSON to...

    blog.groupdocs.cloud/conversion/convert-json-to...
  5. Reorder Word pages in Java on Document Processi...

    Reorder Word pages in Java on Document Processing REST APIs | GroupDocs Cloud Recent content in Reorder Word pages in Java on Document Processing REST APIs | GroupDocs Cloud Sposta, riordina e rior......Reorder Word pages in Java on Document Processing REST APIs |...content in Reorder Word pages in Java on Document Processing REST...

    blog.groupdocs.cloud/it/tag/reorder-word-pages-...
  6. Reorder Word pages in Java on Document Processi...

    Reorder Word pages in Java on Document Processing REST APIs | GroupDocs Cloud Recent content in Reorder Word pages in Java on Document Processing REST APIs | GroupDocs Cloud Przenieś, zmień kolejno......Reorder Word pages in Java on Document Processing REST APIs |...content in Reorder Word pages in Java on Document Processing REST...

    blog.groupdocs.cloud/pl/tag/reorder-word-pages-...
  7. Rearrange Word pages in Java on Document Proces...

    Rearrange Word pages in Java on Document Processing REST APIs | GroupDocs Cloud Recent content in Rearrange Word pages in Java on Document Processing REST APIs | GroupDocs Cloud Di chuyển, sắp xếp ......Rearrange Word pages in Java on Document Processing REST APIs...content in Rearrange Word pages in Java on Document Processing REST...

    blog.groupdocs.cloud/vi/tag/rearrange-word-page...
  8. Convert Excel Spreadsheets to PDF using Ruby

    You can easily convert Excel XLSX files to PDF with GroupDocs.Conversion Cloud API. This tutorial covers how to Convert Excel Spreadsheets to PDF using Ruby...Conversion REST API and Ruby SDK Convert Excel to PDF using a...Conversion REST API and Ruby SDK # To convert XLSX to PDF , we...

    blog.groupdocs.cloud/conversion/convert-excel-s...
  9. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password. The following properties of preview may be customized:...Buy Now Pricing Information SDKs Policies My Orders & Quotes...'\preview\page_3.png' } ] } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/merger/generate-document-p...
  10. Remove Pages | Documentation

    This REST API provides an ability to remove a single page or a collection of specific page numbers from the source document. There are several ways to specify page numbers to be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....Buy Now Pricing Information SDKs Policies My Orders & Quotes..."output/remove-pages.docx" } SDK examples Using an SDK (API client) is the...

    docs.groupdocs.cloud/merger/remove-pages/