Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 3,181 for

pdf annotation

(0.04 sec)
  1. Overview | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify, search, update and delete different type of Signatures objects to documents in the cloud by performing a wide variety of signature options you can wish to put on a document in the cloud, verify document and search Signatures in it. Note Summary there are five types of supported Signature type you can operate with. Text Signature - simple text label with different appearance settings and ability to align the signature location on page area, set font and colors, same as put on any or all pages of a document Image Signature - image signature with amount of filters and appearance settings, like Opacity, gray scale filter, brightness, contracts etc Barcode Signature - put different Barcode encode types on Document pages with lot of additional settings, appearance options and alignment properties QR-Code Signature - put different QR-Code encode types on Document pages with a lot of additional settings, appearance options and alignment properties Digital Signature - put digital signatures like certificate files (PFX, CRT format) on Document or separate pages (for Pdf only) with a lot of additional settings, appearance options and alignment properties Stamp Signature - put Stamp generated images on Document pages Our GroupDocs....Annotation Product Solution GroupDocs...Document or separate pages (for PDF only) with a lot of additional...

    docs.groupdocs.cloud/signature/overview/
  2. GroupDocs.Annotation Cloud Product Family | Gro...

    Monthly Newsletter May, 2015 Display 50+ Common Document Types on Your Kentico Site Kentico is a popular CMS largely focused on document management....business formats, including PDF and Microsoft Office, directly...complex objects when converting PDF files to Microsoft Word documents...

    blog.groupdocs.cloud/annotation/groupdocs-custo...
  3. Verify digital signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs..."signaturedocs/signedDigital_sample2.pdf" }, "Options": [ { "AllPages":...

    docs.groupdocs.cloud/signature/verify-digital-s...
  4. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability to find Digital signatures that are applied to document and returns its digital signature certificate. 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. Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs..."signaturedocs/signedDigital_sample2.pdf" }, "Options": [ { "AllPages":...

    docs.groupdocs.cloud/signature/search-for-digit...
  5. Annotate on Document Automation REST APIs | Gro...

    Annotate on Document Automation REST APIs | GroupDocs Cloud Recent content in Annotate on Document Automation REST APIs | GroupDocs Cloud PHP में REST API का उपयोग करके Pdf दस्तावेज़ों की व्याख्या ......Annotate on Document Automation REST APIs | GroupDocs Cloud Recent...Recent content in Annotate on Document Automation REST APIs |...

    blog.groupdocs.cloud/hi/tag/annotate/index.xml
  6. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....Annotation Product Solution GroupDocs...conversion docx document to pdf. Note The GitHub repository for...

    docs.groupdocs.cloud/conversion/quick-start/
  7. Summarizing files with GroupDocs.Rewriter SDK |...

    How to use GroupDocs.Rewriter Cloud SDK for files summarization....Annotation Product Solution GroupDocs...format = "Pdf" ; string path = "/path/to/myFile.pdf" ; byte []...

    docs.groupdocs.cloud/rewriter/file/sdk/summarize/
  8. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...Annotation Product Solution GroupDocs...new ConvertDocumentDirec ( "pdf" , fileStream , null , null ...

    docs.groupdocs.cloud/conversion/convert-documen...
  9. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into Pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET....Annotation Product Solution GroupDocs...word processing document into pdf document asyncronously without...

    docs.groupdocs.cloud/conversion/convert-documen...
  10. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...example Linux/MacOS/Bash # Convert PDF to DOCX curl -X POST "https://api...

    docs.groupdocs.cloud/conversion/convert-to-word...