Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 307 for

annotation info

(0.05 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)....Annotation Product Solution GroupDocs...signedDigitalOne_page.docx" settings . file_info = fileInfo request = CreateSignaturesRequ...

    docs.groupdocs.cloud/signature/sign-document-wi...
  2. Features Overview | Documentation

    Overview GroupDocs.Editor Cloud is a REST API that allows you to edit documents across a wide range of supported document types. Below, the shortlist of possible actions: Document Edit operations The main feature of GroupDocs.Editor API is an ability to edit the most popular document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a Word Processing documents, Spreadsheets or Presentations....Annotation Product Solution GroupDocs...Overview Endpoint Group Description Info It contains endpoints for obtaining...

    docs.groupdocs.cloud/editor/features-overview/
  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....Annotation Product Solution GroupDocs...Parser Cloud / Developer Guide / Info Operations / Get Container Items...

    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....Annotation Product Solution GroupDocs...signedBarcodeOne_page.docx" settings . file_info = fileInfo request = CreateSignaturesRequ...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, ....Annotation Product Solution GroupDocs...on-cloud-go-samples package info import ( "fmt" "github.com/antihax/optional"...

    docs.groupdocs.cloud/conversion/get-supported-f...
  6. Features Overview | Documentation

    GroupDocs.Watermark Cloud is a REST API for managing watermarks in the documents of different file formats. It provides easy to use watermarking methods. It also allows you to search and remove previously added watermarks of popular types (including watermarks added by third-party tools) in a document. The API provides straightforward and easy to use set of methods to add, search, and remove watermarks in supported file formats. Adding Watermarks Groupdocs.Watermark Cloud allows to add text/image watermarks to supported document formats and images and save resultant file....Annotation Product Solution GroupDocs...replace and search watermarks. |Info|Contains endpoints for obtaining...

    docs.groupdocs.cloud/watermark/features-overview/
  7. Features Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API that allows you to convert documents across a wide range of supported document types. Below, the shortlist of possible actions: Document conversion The main feature of GroupDocs.Conversion Cloud API is an ability to convert any document from a wide list of supported source document formats into any supported target format. All these conversions are possible without any additional software installed (like MS Office, Apache Open Office, Adobe Acrobat Reader, and others)....Annotation Product Solution GroupDocs...Overview Endpoint Group Description Info It contains endpoints for obtaining...

    docs.groupdocs.cloud/conversion/features-overview/
  8. Document Conversion Cloud API | .NET SDK

    Convert 50+ document formats in your .NET apps with GroupDocs.Conversion Cloud. No software installation required. Try it free!...SDK Features Supported Formats Info Obtain the complete list of...Control password protection, annotation display, form field flattening...

    releases.groupdocs.cloud/conversion/net/
  9. Features Overview | Documentation

    GroupDocs.Metadata Cloud is a powerful and easy to use metadata management REST API which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. The API also provides operations to extract metadata, add, search, modify and remove metadata in supported file formats. Below you may find an overview for the most valuable features. Extracting Metadata Using the GroupDocs.Metadata Cloud you can extract desired metadata properties from files of different types....Annotation Product Solution GroupDocs...remove, set and extract metadata. Info Contains endpoints for obtaining...

    docs.groupdocs.cloud/metadata/features-overview/
  10. Get Document Information | Documentation

    This REST API allows to obtain basic Information about the document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get document Information. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from . Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Annotation Product Solution GroupDocs...groupdocs.cloud/v2.0/comparison/info" \ -X POST \ -H "Content-Type:...

    docs.groupdocs.cloud/comparison/get-document-in...