Adding pdf as a resource in .qrc and use with in the exe
-
Adding pdf as a resource in .qrc in PyQt5
I need to add a pdf file to my resource folder, which I can open from the application with the click of a button (kind of like a Help file).
I want to release my app to the 3rd people. So I embed this pdf in my app. How can I do that?
-
Hi and welcome to devnet,
Did you already saw the documentation about Qt's resources system ?
-
This manual does not work for python. I am not developer. I just know python and trying to write GUI.
-
The starting point is the same, create a .qrc file. Then you have pyside2-rcc that will generate the python code from the .qrc file.
-
@Consolidante said in Adding pdf as a resource in .qrc and use with in the exe:
I want to release my app to the 3rd people. So I embed this pdf in my app. How can I do that?
https://tutuapp.uno/ https://9apps.ooo/ https://showbox.kim/
I want to release my app to the 3rd people. So I embed this pdf in my app. How can I do that?
-
Hi,
Read the first answer I gave.