Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,129 for

jwt

(0.11 sec)
  1. GroupDocs.Conversion Cloud | File Converter Jav...

    Java REST API & Cloud SDK to convert the files from one format to another. Convert cloud documents to Word, Excel, PowerPoint, Image, HTML, PDF & other formats....defined for the API is as follows: JWT Type : OAuth 2.0 Flow : application...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/conversion/java/
  2. GroupDocs.Parser 云 |用于解析文档的 Java REST API

    Java Rest API和Cloud SDK基于用户定义的数据和图像提取模板来解析云文档。以简单形式或格式的文本提取数据。...REST REST API Cloud API MIT JWT oauth GroupDocs.Total Cloud GroupDocs...

    releases.groupdocs.cloud/zh/parser/java/
  3. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of revisions from Word document. The following code sample demonstrates how to get list of all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FilePath': 's...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  4. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. 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 Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/viewer/render-with-custom-...
  5. Accept all revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept all revisions in Word document and save the result. The following code sample demonstrates how to accept all revisions without getting them. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....\ -H "Authorization: Bearer <jwt token>" -d "{ 'SourceFile': {...

    docs.groupdocs.cloud/comparison/accept-all-revi...
  6. Get View Info for MS Project Document | Documen...

    GroupDocs.Viewer Cloud provides additional information such as project start and end dates for MS Project documents when calling Info method. Following example demonstrates how to retrieve view information for MS Project document. 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 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/get-view-info-for-m...
  7. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available....\ -H "Authorization: Bearer <jwt token>" -d "{ 'FileInfo': { 'FilePath':...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  8. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you to protect output PDF document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how to protect output PDF document. 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 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/pdf-viewer-protect-...
  9. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a CAD drawing. 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 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-all-layouts/
  10. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages. 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 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-hidden-pages/