Arthur Benilov

Results 30 comments of Arthur Benilov

Hi, I've spottedthis issue in latest MSVC 2019 (19.26.28806) now, except the debug compilation is fine, but in release (/Ox flag) the compilation never ends. Removing inlining indeed unblocks it.

@hanickadot no, the shorter the pattern the faster it compiles. For this one it takes forever: ```cpp static constexpr auto pattern = ctll::fixed_string { "^([a-z]+)://(([\\w\\-\\.]+)(:([\\w\\-\\?&=]+))?@)?([\\w\\-\\.]+)(:(\\d+)+)?(/[\\w\\.\\-/\\?\\(\\)&=%~]*)?$" }; ``` though when I...

The resources (which contain the pdf.js viewer) are compiled into the binary executable, as for the rest since the viewer is based on QtWebEngine one must follow the Qt guide...

You have to inject the --disable-web-security argument into your application as explained in readme.

You may attach your pdf and I'll take a look. But mind that this project was created before Qt had a native QPdfDocument implementation. If you are on a newer...

This is rather a pdf.js feature request. Seems that they've added forms support recently (https://github.com/mozilla/pdf.js/issues/7613), I need to check how it works regarding the outstanding issues (https://github.com/mozilla/pdf.js/labels/4-form-acroform), and how to...

Could you check it works with `pdf.js`? I see [this issue](https://github.com/mozilla/pdf.js/issues/2787) for instance is still open, so I am not sure how well it is supported. Qt's web engine is...

Yes, this can be done. The navigation menu and previews are shown by the viewer (`viewer.html/.js`). You may modify the `viewer.html` to hide items you don't want to see, or...