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

java.lang.RuntimeException: Missing arguments #6

Closed
kayvax opened this issue Jan 31, 2015 · 2 comments
Closed

java.lang.RuntimeException: Missing arguments #6

kayvax opened this issue Jan 31, 2015 · 2 comments
Labels

Comments

@kayvax
Copy link

kayvax commented Jan 31, 2015

Hi, I have tried to use mcpdf as drop-in replacement for pdftk. It fails me whenever I tried to run it.
I suspected that it did not like oracle-jdk-bin so I tested with icedtea-bin but no avail. I have even tried to build it mysefl and even though build was successful I have the same issues.

Example:
$ mcpdf -h
java.lang.RuntimeException: Missing arguments.
See README for more information.

$ java -jar mcpdf-0.2.2-SNAPSHOT-jar-with-dependencies.jar
java.lang.RuntimeException: Missing arguments.
See README for more information.

I am running funtoo linux, if there would be any more information needed I will try to provide it.
best regards

@vog
Copy link
Member

vog commented Jan 31, 2015

There is no option "-h" or "usage text" implemented yet, so it points you to the README where you can find all currently supported commands.

Note that although the goal of McPdf is a drop-in replacement for PDFtk, we're not quite there. Essentially, only form-filling is implemented yet (see README), with the cat operation upcoming as soon as somebody takes care of #5.

Feel free to propose/implement other commands that you need.

Also, patches for a better "usage"/"-h" message are welcome.

@kayvax
Copy link
Author

kayvax commented Jan 31, 2015

Thanks for prompt response. That explains everything.
best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants