qpdfjs icon indicating copy to clipboard operation
qpdfjs copied to clipboard

Desktop PDF Viewer based on Qt and PDF.JS technologies

Results 2 qpdfjs issues
Sort by recently updated
recently updated
newest added

I'm seeing those lines in your code: ``` auto url = QUrl::fromLocalFile(app_path+"/minified/web/viewer.html"); QDir dir(app_path+"/minified/web/"); ``` Have you tried to use embedded resources from Qt. Instead of file beside your application...

The print button seems not working. Do you know how to make this working?