pdf icon indicating copy to clipboard operation
pdf copied to clipboard

Split pdf into single pdf pages

Open 4F2E4A2E opened this issue 1 year ago • 2 comments

Is it yet implemented to split pdf pages using pdf-rs pdf?

4F2E4A2E avatar Dec 10 '24 09:12 4F2E4A2E

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.

s3bk avatar Dec 11 '24 15:12 s3bk

https://github.com/pdf-rs/pdf/blob/master/examples/src/bin/extract_page.rs

s3bk avatar Dec 11 '24 15:12 s3bk