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 aboutmutool merge -o Page-n.pdf <100-page.pdf> nwhere <100-page.pdf> is the original filePage-n.pdf is the one page file extractedSee man mutool. Roger