Hi, #!/usr/bin/env python3
import jpype import jpype.imports jpype.addClassPath(sys.argv[1]) jpype.startJVM(convertStrings=False) import org.apache.pdfbox.tools as tools tools.ExtractText.main(['-startPage', '1', sys.argv[2], sys.argv[3]]) $ ./main.py pdfbox-app-2.0.20.jar in.pdf output.txt I use the above python program to call pdfbox. But I can get warnings like this. Is there a way to suppress such warning messages? Thanks. WARNING: Using fallback font Code2000 for CID-keyed TrueType font ·½ÕýÊéËÎ_GBK -- Regards, Peng --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org For additional commands, e-mail: users-h...@pdfbox.apache.org