messense / mupdf-rs

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

Is there a way to replace the outline of pdf ? #54

Closed TD-Sky closed 2 years ago

TD-Sky commented 2 years ago

I have seek the whole document and didn't find any methods to do that.

It is similar to the method fitz.Document.set_toc in pymupdf.

Is it an oversight on my part? Or is this feature not yet developed ?

messense commented 2 years ago

I have seek the whole document and didn't find any methods to do that.

That's obviously not implemented yet. Pull requests are welcome.