Krzysztof Kowalczyk

Results 321 comments of Krzysztof Kowalczyk

The file has `encryption.xml` file which lists encrypted files. In this case it's just a font file that is encrypted. Our renderer would ignore encrypted files. mupdf just rejects files...

It shows properly in chrome but as @GitHubRulesOK said, it's a mupdf issue.

This is a broken document in that it contains non-embedded fonts. mupdf says: ``` loading non-embedded font 'Century Gothic,Bold' from 'C:\WINDOWS\Fonts\GOTHICB.TTF' loading non-embedded font 'Century Gothic' from 'C:\WINDOWS\Fonts\GOTHIC.TTF' non-embedded font...

The issue seems to be wrong encoding for Arial,Bold: ``` warning: non-embedded font using identity encoding: Arial warning: non-embedded font using identity encoding: Arial,Bold ``` From: mutool trace .\bug3232-01_0000023031_v4.pdf ```xml...

Reported to mupdf: https://bugs.ghostscript.com/show_bug.cgi?id=706394

@dftf-stu the issue with text fields for page/find should be fixed with https://github.com/sumatrapdfreader/sumatrapdf/commit/e7f3ebc7e861d9b63e826426eab6c3d2968f7997 and available in next pre-release (in about 24 hrs). I'll try to fix the icons as well.

Icons fixed in latest [pre-release](https://www.sumatrapdfreader.org/prerelease) 16037 or later (should be available within 24 hrs).

Sorry, no idea. I currently don't have time to investigate this so you're on your own. I'm guessing `file_token` is returned by either existing API (and it's not reflected in...

I don't have the bandwidth to work on tomarkdown but I'll merge PRs. You would have to change https://github.com/kjk/notionapi/blob/master/tomarkdown/markdown.go#L318 You can also implement custom rendering just for your code using...

A list of unique checkins in v4.1 vs v4.0 (generated with https://gist.github.com/kjk/d0bae39b62d805605d4bf4b8bd677172). Oldest (first to port) first: New in v41 (57), oldest first: * [ ] https://github.com/ravendb/ravendb-jvm-client/commit/ba9ce1d6 syncing with 4.1...