Display a PDF file in Flet #310
Lafalletes
started this conversation in
General
Replies: 4 comments
|
i dont know |
0 replies
|
Not currently I don't believe. I'm unsure if this would work for your purposes.. but you could (in code), convert to images, and then serve up those images of the PDF in the Flet GUI (https://flet.dev/docs/controls/image/) |
0 replies
|
This code may be useful for you: import flet as ft def main(page: ft.Page): ft.app(target=main) |
0 replies
|
Yes you can now |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
Is it possible to view a PDF file in Flet?
Thanks.
All reactions