Display a PDF file in Flet #310
Lafalletes
started this conversation in
General
Replies: 3 comments
-
i dont know |
Beta Was this translation helpful? Give feedback.
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/) |
Beta Was this translation helpful? Give feedback.
0 replies
-
This code may be useful for you: import flet as ft def main(page: ft.Page):
ft.app(target=main) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Is it possible to view a PDF file in Flet?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions