Arif Driessen

Results 31 comments of Arif Driessen

Well I very much appreciate it! I'm trying to recreate this feature: [simple_with_arabic_annot.pdf](https://github.com/J-F-Liu/lopdf/files/11213527/simple_with_arabic_annot.pdf) Notice I took an existing document and the word "Zombies" has been annotated. (interestingly in Chrome the...

> [pdf 2.0 utf-8 annotation](https://raw.githubusercontent.com/pdf-association/pdf20examples/master/PDF%202.0%20UTF-8%20string%20and%20annotation.pdf) Interesting, Chrome and Edge both show gargabe and the native pdf viewer in Ubuntu 21.04 just crashes :) I also tried encoding the text with...

Hi, I have very little experience with this crate so assume what I'm saying is wrong! But I think what you want is out of scope for `lopdf`, because it...

Not sure if still interested, but I just experienced this problem with a WAV file I created. @P1P3L1N3's solution fixed it.

I have the same problem on Mac. As a workaround, this worked for me: ``` docker run --platform=linux/amd64 -t -v "$(pwd)/Cargo.toml":/app/Cargo.toml foresterre/cargo-msrv ``` Although it actually doesn't work because ```...

I just checked the link and the version appears to be tantivy-0.20

Hi @fulmicoton, > They work out of the box for int and string Could you point me to where/how I can use arrays/multivalued fields? Looking at the [Value kinds](https://docs.rs/tantivy/latest/tantivy/schema/enum.Value.html), I...

Good point! This makes me think it's just a hint for preallocation, since why would they trust us when they can count it themselves.

I have the same problem so I always put `lopdf=off` in my env filter.