问题
I am using i-text to generate a PDF file from a java program. As long as I run my program through NetBeans it works fine. The PDF gets generated and all the data is present in the file. But when I run it from the built JAR file, there is no PDF file generated. Do I need to change something in the manifest or give some special permissions?
来源:https://stackoverflow.com/questions/43164389/pdf-not-generated-by-itext-library-from-java-application