-
Notifications
You must be signed in to change notification settings - Fork 57
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
could this be called from the command line? #72
Comments
@Kreijstal Sorry i've overlook this! This is a very nice idea! Do you have any idea how a interface could look? Should it only be possible to merg two documents or multibles at the same time? What about page number? Let's discuss this idea here any further! |
Here is a proposal: pdf-merger-js --out=merged.pdf input1.pdf[1,2] input2.pdf input3.pdf[3-6] So this would merge |
For very basic merging you could use pdf-merger-cli. |
could we merge these with the original? very cool by the way |
Here is another proposal I like. This would also keep urls valid:
|
Please look at this package, It does work exactly as @mojoaxel wanted. |
Pleas have a look at it. |
Here is a overview about existing solutions merge-the-pdfs
pdf-merger-cli
merge-pdf-cli
|
Looking at the existing solutions I would propose the following cli: Simple inputs
Select pages
Glob inputs
URL inputs
|
This has been implemented with #130 🎉 |
The command-line-interface is available since v5.1.1 🚀 |
it'd be nice, because it only depends on node
The text was updated successfully, but these errors were encountered: