So one of my pdfs has a page number and a link at the bottom of every page. It’s around 500 pages so I dont want to edit it manually. Is there any way I can delete those things all at once from all pages of the pdf?

Maybe ghost script or python script can do this?

I also notice there isn’t a PDF community in Lemmy, maybe somebody should create one.

Thanks a lot in advance.

  • gi1242@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    14日前

    pdftk can split it into pages, and then recombine the pages. not sure how to automatically remove an element from each page unfortunately.