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

java examples

(0.12 sec)
  1. 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 Linux/MacOS/Bash # Get JSON...100 } ], "failed" : [] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. 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 Linux/MacOS/Bash # Get JSON...

    docs.groupdocs.cloud/signature/sign-document-wi...
  3. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook storages. 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.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....used in the example. HTTP POST ~/container cURL example The following...following example demonstrates how to get document information. Linux/MacOS/Bash...

    docs.groupdocs.cloud/parser/get-container-items...
  4. Sign document with Barcode signature | Document...

    A barcode or bar code is a way of presenting data in a visual, machine-readable form. Generally speaking, barcode is an image of rectangular form that consists of parallel black lines and white spaces of different widths. Barcodes are used in various areas where quick identification is necessary - as part of the purchase process in retail stores, in warehouses to track inventory, and on invoices to assist in accounting, among many other uses.... cURL example Linux/MacOS/Bash # Get JSON...100 } ], "failed" : [] } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. Working with Search 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 search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options.... For example, you can search whether a document...has been used in the example . cURL example Linux/MacOS/Bash curl...

    docs.groupdocs.cloud/signature/working-with-sea...
  6. Edit PDF Metadata in C# - PDF Metadata Editor

    Install GroupDocs.Metadata Cloud SDKs for .NET and edit PDF metadata in C# Programmatically. It also offers a web-based online metadata editor.... It also provides Java SDK as its document metadata...the steps and available code examples. Once you have your client...

    blog.groupdocs.cloud/metadata/edit-metadata-of-...
  7. 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.... cURL example Linux/MacOS/Bash curl -X POST..."rows" : null } ] } } SDK examples The API is completely independent...

    docs.groupdocs.cloud/signature/get-document-inf...
  8. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud assembly cloud api cURL dotnet invoice generation \"DOC в JPEG на J......generation \"DOC в JPEG на Java\" \"docx в jpg java\" \"конвертер word...документ в jpg\" word to image java rest api конвертировать docx...

    blog.groupdocs.cloud/ru/tags/index.xml
  9. Tags on Document Processing REST APIs | GroupDo...

    Tags on Document Processing REST APIs | GroupDocs Cloud Recent content in Tags on Document Processing REST APIs | GroupDocs Cloud assembly cloud api cURL dotnet invoice generation \"DOC do JPEG w J......docx to jpg online docx do jpg java konwerter słów na jpg konwertuj...konwertuj słowo na jpg word to image java rest api \"Darmowy konwerter...

    blog.groupdocs.cloud/pl/tags/index.xml
  10. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. 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.StorageName Storage name It could be omitted for default storage....the example. Resource URI HTTP POST ~/info cURL example The following...following example demonstrates how to get document information...

    docs.groupdocs.cloud/parser/get-document-inform...