On 7/20/25 7:24 AM, Roger Price wrote:
On Sun, 20 Jul 2025, Richard Owlett wrote:I have a 100+ page PDF document. I wish to extract 2 of those pages, each to their own PDF file.How about mutool merge -o Page-n.pdf <100-page.pdf> n where <100-page.pdf> is the original file Page-n.pdf is the one page file extracted See man mutool. Roger
I'm on my way out for most of the day. Did a quick browse of https://manpages.debian.org/bookworm/mupdf-tools/mutool.1.en.html not sure it works the way I was wanting/thinking/??? . Is some demo or tutorial that would clarify what it tries to do? Thank you.