Qt does not have any direct support for reading / displaying / editing PDF files. You can print to PDF if you install a PDF printer on your system or you can use QPdfWriter to write PDF directly to a file using QPainter commands. There are third-party libraries (poppler is one) that allow you to manipulate PDF files, but these are not part of the Qt framework.
Bookmarks