cancel
Showing results for 
Search instead for 
Did you mean: 

how to create and open pdf in qt using stm32mp157d-dk1

Sharan
Senior II

I have created a button in qt when I click on the button it has to create a pdf and also display the pdf.

i am developing an application where i have to store the user data in pdf called report and later view it 

please give me the steps on how to perform this and any examples related to it 

3 REPLIES 3
Erwan SZYMANSKI
ST Employee

Hello @Sharan ,
STMicroelectronics brings the necessary support to develop and use your Qt application to make it run on the target, but this question sounds more like a Qt specific topic.

I think the Qt official documentation or Qt forum could help you more than we can.

Kind regards,
Erwan.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

how to open a pdf file from my terminal in stm32mp157d-dk1

root@stm32mp15-disco:~# xdg open mydoc.pdf

-sh: xdg: not found

root@stm32mp15-disco:~# okular mydoc.pdf

-sh: okular: not found

root@stm32mp15-disco:~# evince mydoc.pdf

-sh: evince: not found

root@stm32mp15-disco:~# mupdf mydoc.pdf

-sh: mupdf: not found

root@stm32mp15-disco:~#

A.M.
Associate III

Seems there is an example how to read/show pdf in Qt:

https://doc.qt.io/qt-6/qtpdf-pdfviewer-example.html

For creating PDFs, there are tons of libraries, some of them open-source.