I am using img2pdf and like how easy it is to make a PDF from a bunch of images, e.g. img2pdf *.jpeg --output my_pdf.pdf.
however, with a number of images (more than one), there is no pagination at all so it is one long PDF. I need to be able to send this out like a report and make it a) easily "consumable" and b) enable it to be printed.
Can an option for pagination be added?
the functionality should be:
- argument like maybe
--paginate
- optional argument for page size
--paper (Letter|A4)
- add photos as before but when a page is full, create a new page and continue to add photos
I am using
img2pdfand like how easy it is to make a PDF from a bunch of images, e.g.img2pdf *.jpeg --output my_pdf.pdf.however, with a number of images (more than one), there is no pagination at all so it is one long PDF. I need to be able to send this out like a report and make it a) easily "consumable" and b) enable it to be printed.
Can an option for pagination be added?
the functionality should be:
--paginate--paper (Letter|A4)