Sort Score
Result 10 results
Languages All
Labels All
Results 7,971 - 7,980 of 25,725 for

java

(0.45 sec)
  1. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....CreateSignatures ( request ); Java // For complete examples and...d/groupdocs-signature-cloud-java-samples String MyClientSecret...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. Split PDF - Extract Pages from PDF using Rest A...

    Split PDF - Extract Pages from PDF using Rest API in Ruby...NET, Java , PHP , Python , Android , and...

    blog.groupdocs.cloud/merger/split-pdf-extract-p...
  3. 1. Convert to Any Format | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert supported document formats to any Supported Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Any Format You can convert the supported document formats to Any Format Format and get Output as Storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Any Format format example....> Java package examples.Working_With_Conversions...import java.util.List ; public class Conversion_Java_Convert_To_Any_Format...

    docs.groupdocs.cloud/conversion/convert-to-any-...
  4. Working with Spreadsheets | Documentation

    Spreadsheet documents are presented by many formats: XLS, XLSX, XLSM, XLSB, ODS, SXC and others, which are supported by GroupDocs.Editor Cloud. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....SaveRequest ( saveOptions )); Java // For complete examples and...loud/groupdocs-editor-cloud-java-samples String MyAppKey = ""...

    docs.groupdocs.cloud/editor/working-with-spread...
  5. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser.... Message ); } } } } Java package examples.DocumentOperations...DocumentOperations.SplitDocument ; import java.util.Arrays ; import com.groupdocs...

    docs.groupdocs.cloud/merger/split-document/
  6. 6. Convert to PDF Formats | Documentation

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to PDF Formats and returns the output document storage URL and also support to get result as a stream. Convert to PDF Formats You can convert the supported document formats to PDF Formats and get output as storage URL. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to PDF format example. cURL example Linux/MacOS/Bash curl -X POST "https://api....> Java package examples.Working_With_Conversions...import java.util.List ; public class Conversion_Java_Convert_To_Pdf...

    docs.groupdocs.cloud/conversion/convert-to-pdf-...
  7. 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.... Message ); } } } } Java package examples ; import com...types. */ public class Merger_Java_GetSupportedFileType { public...

    docs.groupdocs.cloud/merger/get-supported-file-...
  8. Compare PDF Files using REST API in Node.js | P...

    Programmatically Compare PDF Files using a REST API on the cloud in Node.js with GroupDocs.Comparison Cloud SDK for Node.js....NET , Java , PHP , Python , and Ruby SDKs...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  9. 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....} } Java package examples.DocumentOperations ; import java.util...document. */ public class Merger_Java_JoinMultipleDocument { public...

    docs.groupdocs.cloud/merger/quick-start/
  10. Annotate PDF Documents using a REST API in Pyth...

    Programmatically Annotate PDF documents using a REST API on the cloud in Python with Document Annotation Cloud SDK for Python....NET , Java , PHP , Ruby , and Node.js SDKs...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...