Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UI] Add the Inputs/Outputs Preview functionality for PDF files — for now, kestra displays them as binary objects #4125

Open
anna-geller opened this issue Jun 24, 2024 · 0 comments · May be fixed by #4157
Labels
area/backend Need some backend code changes area/frontend Need some frontend code changes enhancement New feature or request

Comments

@anna-geller
Copy link
Member

Feature description

Try running this workflow and providing a PDF file as input:

id: myflow
namespace: company.myteam

inputs:
  - id: myfile
    type: FILE
    
tasks:
  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: Hello World! 

You will see the following in the preview:

image

We should provide a convenient PDF preview instead e.g. with one page and the ability to browse through pages directly in the preview

@anna-geller anna-geller added enhancement New feature or request area/backend Need some backend code changes area/frontend Need some frontend code changes labels Jun 24, 2024
@yuri1969 yuri1969 linked a pull request Jun 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Need some backend code changes area/frontend Need some frontend code changes enhancement New feature or request
Projects
Status: Backlog
Development

Successfully merging a pull request may close this issue.

1 participant