Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 926 for

annotation types

(0.21 sec)
  1. GroupDocs.Watermark Cloud | 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....Annotation Product Solution GroupDocs...added watermarks of popular types (including watermarks added...

    docs.groupdocs.cloud/watermark/
  2. Document Information | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 This API retrieves document information. It returns an object that contains the document description with meta data and coordinates of text on pages. DocumentInfo object fields Field Name Type Description name string The document name. folder string The document folder. extension string The file extension. fileFormat string The file type. size long The file size....Annotation Product Solution GroupDocs...Documentation / GroupDocs.Annotation Cloud / Developer Guide /...

    docs.groupdocs.cloud/annotation/document-inform...
  3. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...gaining all benefits of strong types and IDE highlights. The SDK...Documents on ANY Platform View, Annotate, Convert, Compare, Store and...

    blog.groupdocs.cloud/groupdocs.cloud/page/44/
  4. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....Annotation Product Solution GroupDocs...look well on different device types. Default value is false. Was...

    docs.groupdocs.cloud/viewer/htmloptions/
  5. Report Generation Concepts | Documentation

    GroupDocs Assembly Cloud is a powerful Document Automation and Report Generation solution designed to generate data-bound documents through templates....Annotation Product Solution GroupDocs...note, that supported template types are not limited to word-processing...

    docs.groupdocs.cloud/assembly/developer-guide/c...
  6. Search for multiple signatures | Documentation

    Sometimes you may want to search for electronic signatures of different Types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature Types in an easy and intuitive way. In common words the idea is to pass collection of desired signature Types to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....Annotation Product Solution GroupDocs...electronic signatures of different types simultaneously GroupDocs.Signature...

    docs.groupdocs.cloud/signature/search-for-multi...
  7. Get Supported QRCodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with QR-Code. You can list all supported QR-Ccode Types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code Types. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/qrcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Annotation Product Solution GroupDocs...list all supported QR-Ccode types using this API. Resource The...

    docs.groupdocs.cloud/signature/get-supported-qr...
  8. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document formats with different signature Types like Text Signature various formats, Image, Digital, Barcode and QR-Code Signatures...all commonly used signature types like text signatures, image...Java and Ruby Cloud SDKs for Annotating Document Formats # The first...

    blog.groupdocs.cloud/total/groupdocs.cloud-janu...
  9. Supported QR-Codes | 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 QR-Code. You can list all supported QR-Ccode Types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code Types. cURL example Request curl -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Annotation Product Solution GroupDocs...list all supported QR-Ccode types using this API. Resource The...

    docs.groupdocs.cloud/signature/supported-qr-codes/
  10. Create QR Code to Sign PDF using REST API in PHP

    Generate a QR Code and Sign a PDF Programmatically in PHP Using the GroupDocs.Signature Cloud SDK for PHP via REST API on the Cloud...verifying, and searching various types of signatures such as image...supports the following QR code types: Aztec Code DataMatrix Code...

    blog.groupdocs.cloud/signature/generate-qr-code...