Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Merge to a fixed paper size #36

Open
frabnet opened this issue Apr 6, 2022 · 1 comment
Open

Feature request: Merge to a fixed paper size #36

frabnet opened this issue Apr 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@frabnet
Copy link

frabnet commented Apr 6, 2022

I'm trying to merge 2 or more PDF (A5 size) in to a new PDF (A4 size).
I was wondering if it's possible to add a parameter that impose page size, for example:
Merge-PDF -InputFile $src1, $src2 -OutputFile $destination -OutputPageSize A4

@PrzemyslawKlys
Copy link
Member

It makes sense but to achieve that:

  • We need to create a function to resize any page to demanded value
  • And maybe then add it as option to merge-pdf

Resources to use:

@PrzemyslawKlys PrzemyslawKlys added the enhancement New feature or request label Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants