SWEET! Thanks. I now have something to work with. :-)
On Mon, Oct 4, 2021 at 2:08 PM Ignatios Souvatzis, GSG <[email protected]> wrote: > > 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 > >
