Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,778 for

jwt

(0.08 sec)
  1. Hello, world! | Documentation

    Get familiar with GroupDocs.Rewriter Cloud by running a bare minimum example....transfer is carried out using JWT authentication, which eliminates...theft or disclosure. To obtain a JWT token, get the Client ID and...

    docs.groupdocs.cloud/rewriter/hello-world/
  2. Hello, world! | Documentation

    Get familiar with GroupDocs.Translation Cloud by running a bare minimum example....transfer is carried out using JWT authentication, which eliminates...theft or disclosure. To obtain a JWT token, get the Client ID and...

    docs.groupdocs.cloud/translation/hello-world/
  3. Convert JPG to Word Document (DOCX) in C# .NET ...

    Convert JPG images to editable Word documents (DOCX) using C# .NET. How to convert Photo to DOC by developing picture to document converter in C# .NET....first we need to generate a JWT access token and then, execute...accessToken with a personalized JWT access token. In order to save...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  4. C#: MPP to PDF | MPP to PDF Conversion | MS Pro...

    How to convert MS Project (MPP) files to PDF format using C# .NET. Easy and Simple MPP to PDF Conversion in C#. Implement MS Project to PDF Conversion....this approach is to generate a JWT access token and then, execute...accessToken with a personalized JWT access token. In case we have...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  5. Convert HTML to Excel | Web to Excel in C# | We...

    How to convert HTML tables to Excel spreadsheets seamlessly using C# .NET.... Once we have generated the JWT token based on personalized credentials...accessToken with personalized JWT access token. If you want to...

    blog.groupdocs.cloud/conversion/convert-html-to...
  6. Java: Convert MPP to HTML | Develop MPP to HTML...

    Learn how to convert Microsoft Project (MPP) files to HTML online using REST API. Easily share and view project plans in any web browser....Firstly, we need to generate a JWT access token based on client...accessToken with a personalized JWT access token. You may consider...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  7. Convert PDF to JPG in C# | Export PDF Documents...

    Easily convert PDF to JPG in C# using .NET API. Convert PDF files into high-quality JPEG images, automate PDF to image workflows, and export PDF as JPEG.... First, generate your JWT access token while using client...Replace {ACCESS_TOKEN} with JWT token, inputFile with name of...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  8. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email documents into pdf documents 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 this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....example Linux/MacOS/Bash # Get JWT token curl -v "https://api.groupdocs...\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FilePath": "Email/sample...

    docs.groupdocs.cloud/conversion/convert-email-d...
  9. 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...the JWT token is available in the environment variable JWT_TOKEN...\ -H "Authorization: Bearer $JWT_TOKEN " \ --data-binary '@path/to/file'...

    docs.groupdocs.cloud/conversion/convert-documen...
  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....information using the obtained JWT token. curl -v "https://api.groupdocs...\ -H "Authorization: Bearer $JWT_TOKEN " \ -d '{ "FileInfo": {...

    docs.groupdocs.cloud/viewer/render-hidden-pages/