J-F-Liu / lopdf

A Rust library for PDF document manipulation.
MIT License
1.67k stars 177 forks source link

Remove pom parser #355

Closed Heinenen closed 5 days ago

Heinenen commented 1 week ago

Resolves #294, #157 and #325.

The main reason why this PR removes the pom parser is to avoid doubled maintenance and implementation work.

325 and the missing pom parser implementation for cmap parsing are two recent examples for that.

The nom_parser feature is still kept as optional for users that only want to create new PDFs.