How to resize PDF pages to `Letter` using `pypdf`?
I noticed that the pypdf
doesn’t have a PaperSize
of Letter
(it only has A0-A8 & C4
). I have PDF’s of various page sizes that I want to standardize and scale to Letter
size.
I noticed that the pypdf
doesn’t have a PaperSize
of Letter
(it only has A0-A8 & C4
). I have PDF’s of various page sizes that I want to standardize and scale to Letter
size.