Closed jlynet closed 6 years ago
If I understand your question correctly you want to load a pdf file from QByteArray.
Right now I haven't written an API for that, might be an interesting addition.
But you can, as a workaround, flush your QByteArray into a temporary file. See: http://doc.qt.io/qt-5/qtemporaryfile.html
@ai930 did this solve it for you?
QByteArray type pdf file how to load ah?