Hi, On Mon, Oct 04, 2021 at 11:11:44AM -0400, Todd Gruhn wrote: > Is there a nice way to edit a PDF, and delete the blank page(s) at > the beginning of the document?
install poppler-utils, then use
- pdfseparate to get the pages you want in the resulting pdf as single files,
then use
- pdfunite to join them.
-is
