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

PDF File Preview #71

Open
ederluca opened this issue May 4, 2020 · 1 comment
Open

PDF File Preview #71

ederluca opened this issue May 4, 2020 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@ederluca
Copy link

ederluca commented May 4, 2020

I noticed that when attaching a pdf file, no type of visualization is shown, just a blank container with the size that should have a visualization, is it possible to display a preview of the pdf?

@elgansayer
Copy link

use an image builder, and display the pdf there.

DashChat(
imageBuilder: (URL, chat)
{
if(URL is my pdf)
{
Container(PDF_display)
}
}

@SebastienBtr SebastienBtr added the enhancement New feature or request label Jun 21, 2020
@SebastienBtr SebastienBtr added the wontfix This will not be worked on label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants