Open Lucas-C opened 3 weeks ago
Hello! I would like to help you with this issue! Please assign me
Hello! I would like to help you with this issue! Please assign me
Hi @mulla028 Are you willing to work on both this issue and https://github.com/py-pdf/pdfly/issues/63 at the same time? It may be better to tackle them one after the other 🙂
Hello! I would like to help you with this issue! Please assign me
Hi @mulla028
Are you willing to work on both this issue and https://github.com/py-pdf/pdfly/issues/63 at the same time?
It may be better to tackle them one after the other 🙂
I have already opened a PR for issue #63, waiting for your review. I also started working on this one.
Hello! I would like to help you with this issue! Please assign me
Hi @mulla028
Are you willing to work on both this issue and https://github.com/py-pdf/pdfly/issues/63 at the same time?
It may be better to tackle them one after the other 🙂
@Lucas-C for these two issues (#63 & #64) I am opening two separate PRs.
@Lucas-C for these two issues (#63 & #64) I am opening two separate PRs.
Alright, go on then 👍
The new
--layout
parameter would allow the following values:2x2
: meaning to combine inputfiles
on every page of the output PDF document so that it forms a grid of 2 columns & 2 rows ( this is similar to https://github.com/pmaupin/pdfrw/blob/master/examples/4up.py )3x3
: same, with a grid of 3 columns & 3 rows1x2
: same, with a grid of 1 column & 2 rows2x1
: same, with a grid of 2 columns & 1 row