Dear pdfbox developer team, I successfully compile pdfbox-2.0.18 from source with commandmvn clean install
I can execute pdfbox-app-2.0.18.jar. it response with available commands. java -jar app/target/pdfbox-app-2.0.18.jar# PDFBox version: "2.0.18"Usage: java -jar pdfbox-app-x.y.z.jar <command> <args..> Possible commands are: Decrypt Encrypt ExtractText ExtractImages OverlayPDF PrintPDF PDFDebugger PDFMerger PDFReader PDFSplit PDFToImage TextToPDF WriteDecodedDoc# When I try to execute pdfbox-examples-2.0.18.jar java -jar examples/target/pdfbox-examples-2.0.18.jar# it show errorno main manifest attribute, in examples/target/pdfbox-examples-2.0.18.jar After I extract pdfbox-examples-2.0.18.jar, the file META-INF/MANIFEST.MF is absent.So it don't know where to start an application in pdfbox-examples-2.0.18.jar. I also try another way but no luck. java -cp examples/target/classes:. org.apache.pdfbox.examples.signature.CreateSignature # it show errorError: Could not find or load main class org.apache.pdfbox.examples.signature.CreateSignature Is there a way to run applications in pdfbox-examples-2.0.18.jar My system:macOS 10.15.2maven 3.6.3java 1.8.0_133javac 1.8.0_133pdfbox 2.0.18 Best regards,Phanu C.Bangkok Thailand