Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDF Support #1261

Closed
hanishkvc opened this issue Jul 29, 2020 · 2 comments
Closed

PDF Support #1261

hanishkvc opened this issue Jul 29, 2020 · 2 comments

Comments

@hanishkvc
Copy link

hanishkvc commented Jul 29, 2020

Some pages in the docset expects the c standard related pdfs in

C.docset/Contents/Resources/Documents/www.open-std.org/jtc1/sc22/wg14/www/docs/[n1256.pdf/....]

But in the filesystem jtc1 is actually created as JTC1

C.docset/Contents/Resources/Documents/www.open-std.org/JTC1/sc22/wg14/www/docs/

So it gives error.

I assume the original source of this docset is using windows or other case insensitive filesystem, so even thou the directory structure is using uppercase dir name, the reference using lowercase dir name is not creating the problem. But in filesystems which are case sensitive like in linux, this creates the problem.

@trollixx
Copy link
Member

Can you try building from master or one of the latest CI builds? For v0.7.0 we switched to serving pages over HTTP, so that may address this specific issue.

@trollixx
Copy link
Member

After moving to Qt WebEngine this is becoming a lot more doable. I just tested enabling PDF viewer, and overall it works fine except for one strange issue with back/forward navigation when using mouse buttons. It needs some further debugging. I don't want to hold up v0.7.0 any longer, so I'll do this for the release after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants