messense / mupdf-rs

Rust binding to mupdf
GNU Affero General Public License v3.0
96 stars 21 forks source link

Set outlines of PDF #91

Open TD-Sky opened 1 week ago

TD-Sky commented 1 week ago

TODO APIs

Resolve https://github.com/messense/mupdf-rs/issues/54 .

TD-Sky commented 1 week ago

@messense Outline.x and Outline.y are different from Destination.left and Destination.top, which causes PDF viewer jumps to a wrong position in a correct page. Do you know the mapping between them? This is the last problem to be solved.