py-pdf / py-pdf/pdfly

ENH: pdfly x2pdf --layout

Open
#64 5 comments 0 reactions 1 assignee View on GitHub

@mulla028 is already working on this.

Since Oct 30, 2024.

enhancement hacktoberfest is-feature-request up-for-grabs
Dominant language
Python
Stars
571
Forks
50
PR merge metrics
No merged PRs in 30d

Description

The new --layout parameter would allow the following values:

  • 2x2 : meaning to combine input files 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 rows
  • 1x2 : same, with a grid of 1 column & 2 rows
  • 2x1 : same, with a grid of 2 columns & 1 row

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.