digital2real opened a new pull request, #161:
URL: https://github.com/apache/pdfbox/pull/161
This will fix this error when using **pdfbox cli** with action
**import:xfdf** :
```
picocli.CommandLine$ExecutionException: Parsed command
(org.apache.pdfbox.tools.ImportXFDF@78dd667e) is not a Method, Runnable or
Callable
at picocli.CommandLine.executeUserObject(CommandLine.java:1993)
at picocli.CommandLine.access$1300(CommandLine.java:145)
at
picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
at
picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
at picocli.CommandLine.execute(CommandLine.java:2078)
at org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:76)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]