jpabeem / jpabeem/MergePDF

Command line interface

Open
#17 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Hacktoberfest help wanted
Dominant language
C#
Stars
16
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Example short:
mergePdf.exe -f File1.pdf -f File2.pdf -o Output.pdf

Example long:
mergePdf.exe --file=File1.pdf --file=File2.pdf --output=Output.pdf

Running without arguments from command line show help message.

There are few libraries for command line arguments that could be used:
https://github.com/docopt/docopt.net
https://www.nuget.org/packages/CommandLineParser/
https://www.nuget.org/packages/PowerArgs/

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.

Research direction

Start by locating the C# executable entry point and reviewing how MergePDF currently receives input. Use the issue's short and long command examples as the target interface, and check the listed command-line argument libraries for fit. Done means file options can be repeated, an output option is accepted, and running without arguments displays help.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.