https://fivedots.coe.psu.ac.th/~ad/jlop/chaps/46.%20Addons.pdf contains images and I'd like to replace them with code while I'm extracting text.
I'm on Win10 using: java -jar pdfbox-app-2.0.24.jar ExtractText %1 Required code is: %newline%[](%filename%-%image-no%.png)%newline% %filename% is without path or extension and %image-no% is the sequential number given by: java -jar pdfbox-app-2.0.24.jar ExtractImages %1 I've never compiled java before so take it steady.

