QtPdf open named location
Unsolved
QML and Qt Quick
-
Hi
I'm using the QtPdf from version 5.15. Using the Wiki the build succeeded straight forward!- I need to open a pdf at a user defined location. The idea was to pass a the
nameddest
as an attribute, but this does not work as expected...
Image { id: pdfView source: "file:///myDrive/mydocument-1524150305.pdf#nameddest=Chapter3" // opens only first page... ... }
- I would also like to open the full pdf but I cannot find an exmple who to do this from qml...
Best regards
Mario - I need to open a pdf at a user defined location. The idea was to pass a the
-
I found the examples in
qml/QtQuick/Pdf/qml/
how to show multiple pages:- PdfMultiPageView.qml
- PdfPageView.qml
- PdfScrollablePageView.qml
But I'm still looking for a solution how to navigate to a specific location inside the document (e.g. bookmark, nameddest, page)