Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 922 for

java examples

(0.04 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)....used for this purpose, for example PFX format (see specification...directly from the browser. cURL example Request // First get JSON Web...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. Introduction of PHP SDK in Next Generation Grou...

    Next Generation GroupDocs.Storage for Cloud is a new and improved REST API for performing different Storage related operations in Cloud Apps/Websites...command(Curl) and SDK example for the purpose. Rest example(cURL) curl -v...xxxxxxxxxxxxxxxxxxxx” .NET SDK example var configuration = new Configuration...

    blog.groupdocs.cloud/total/first-public-release...
  3. GroupDocs.Parser Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....documents using simple Python examples . We will use the Python SDK...currently, it also provides, .NET, Java, PHP, Ruby, and Node.js SDKs...

    blog.groupdocs.cloud/categories/groupdocs.parse...
  4. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each 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.... cURL example Request * First get JSON Web..."Accept: application/json" * cURL example to join pages from several...

    docs.groupdocs.cloud/merger/join-document-pages/
  5. 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:... cURL example Request * First get JSON Web..."Accept: application/json" * cURL example to join pages from several...

    docs.groupdocs.cloud/merger/generate-document-p...
  6. 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 Request curl -X POST "https://api.groupdocs.cloud/v2.0/signature/info" -H "accept: application/json" -H "authorization: Bearer [Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\": { \"FilePath\": \"Signaturedocs/one-page.docx\", \"StorageName\": \"MyStorage\", \"VersionId\": \"\", \"Password\": \"\" }}" Response { "fileName": "one-page.docx", "extension": ".... cURL example Request curl - X POST "https://api..."rows" : null } ] } } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/get-document-inf...
  7. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation 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.... cURL example Request * First get JSON Web..."Accept: application/json" * cURL example to join several documents into...

    docs.groupdocs.cloud/merger/rotate-pages/
  8. Working with Signature Collection | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format.... For example, you can add Text and Barcode...has been used in the example . cURL example Request curl -- request...

    docs.groupdocs.cloud/signature/working-with-sig...
  9. Sign document with text signature | Documentation

    A Text electronic signature is an arbitrary text that is added to a document in a native way dependent on document type. GroupDocs.Signature Cloud provides text signature feature and allows to customize wide range of text settings - from font name, size and color to alignment, borders, shadow effects etc. This is how text signature may look like: To manipulate with text signatures GroupDocs.Signature Cloud provides various text sign options.... cURL example Request // First get JSON Web...application/json" // cURL example to get document information...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Editor Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/editor/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK Examples Our API is completely independent of your operating system, database system or development language....storageName Storage name cURL example Request curl -X GET "https://api...Response { "exists" : true } SDK examples Our API is completely independent...

    docs.groupdocs.cloud/editor/working-with-storage/