Is there a way to view (read) a PDF using SC GUI classes (Window, view, container, etc) ? I did not find any information in help files nor scdocs, scsynth, and mailing list.
Btw, I am currently using SC to send D-bus messages to multiple Zathura PDF viewers and want someday to integrate all this in a SC GUI.
I went with the // A simple web browser example of the WebView class help file. I could navigate in my own local computer using file:///home/user/etc. But opening a PDF causes (for now) an error that I cannot see.
Alternatively you could just do the whole thing as a series of images…
Or, if the scores is made with lilypond and can embedded http links on each note, and you could use an external reader to jump to that point - doesn’t solve the external problem, but does make jumping around easier.
Sclang’s WebView:setAttribute should connect to the same QT setAttribute API - hopefully PDFs should work if you enable plugins as this post suggests?
It seems like this might be related to PDF viewers you have installed as well, so there may be more tweaking required - but it seems like at least in theory this works…