Am 24.08.2021 um 01:43 schrieb flywire:
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.


Likely tricky, you would have to write a modified text stripper that generates a pseudo text when it hits an image.

Tilman


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to