pdf
pdf copied to clipboard
Split pdf into single pdf pages
Is it yet implemented to split pdf pages using pdf-rs pdf?
yes, but in a few lines of code. There is code that collects the dependencies of a page and writes them and the desired page into a new file.
https://github.com/pdf-rs/pdf/blob/master/examples/src/bin/extract_page.rs