Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,441 for

jwt

(0.09 sec)
  1. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....\ -H "Authorization: Bearer <jwt token>" -d "{ " FileInfo ": {...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  2. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows to create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Create preview images Download images 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....- H "Authorization: Bearer <jwt token>" - d "{ 'FileInfo': {...

    docs.groupdocs.cloud/signature/create-document-...
  3. GroupDocs.批注云19.5

    对于开发者来说是个好消息!引入了全新的 GroupDocs.Annotation Cloud 19.5。我们致力于发展 GroupDocs.Annotation Cloud REST API。... 验证 此版本中引入了 JWT(JSON Web Token)身份验证,现在 OAuth2...

    blog.groupdocs.cloud/zh/annotation/groupdocs.an...
  4. GroupDocs.批註雲19.5

    對於開發者來說是個好消息!引入了全新的 GroupDocs.Annotation Cloud 19.5。我們致力於發展 GroupDocs.Annotation Cloud REST API。... 驗證 此版本中引入了 JWT(JSON Web Token)身份驗證,現在 OAuth2...

    blog.groupdocs.cloud/zh-hant/annotation/groupdo...
  5. Get Document Pages | Documentation

    GetPages method allows to create an image representation of each page of the document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....- H "Authorization: Bearer <jwt token>" \ - d "{ \"FileInfo\":...

    docs.groupdocs.cloud/annotation/get-pages/
  6. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. 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....\ -H "Authorization: Bearer <jwt token>" -d "{ " FileInfo ": {...

    docs.groupdocs.cloud/watermark/search-watermarks/
  7. Parse by Template Defined as an Object | Docume...

    This REST API allows us to extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how to extract data from a source document by a user-defined template. Here you can see how to parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....\ -H "Authorization: Bearer <jwt token>" \ -d "{ " Template ":...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  8. HTML to PDF Node.js API | Convert Web Page to P...

    轻松使用 GroupDocs.Conversion Cloud SDK for Node.js 将 HTML 文件或网页转换为 PDF。通过 REST API 在线自动化 HTML 到 PDF 的转换。... 步骤 1:获取 JWT 访问令牌 # curl -v "https://api.groupdocs...

    blog.groupdocs.cloud/zh/conversion/html-to-pdf-...
  9. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/viewer/render-document/
  10. 10. Convert Html document with load options | D...

    This example demonstrates how to convert html document into pdf document with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...\ -H "Authorization: Bearer <jwt token>" -d "{ 'FilePath': 'Html/sample...

    docs.groupdocs.cloud/conversion/convert-html-do...