bined icon indicating copy to clipboard operation
bined copied to clipboard

Find text in PDF files

Open mstup opened this issue 1 year ago • 3 comments

Looks like Find for text don't work in PDF files.

Nothing happens after press Enter button with previously entered text (the same for binary Find).

image

Version: 0.2.3 (rpm) OS: Fedora 38

mstup avatar Aug 16 '24 08:08 mstup

Hi, thanks for reporting this. It throws exception:

Exception in thread "Thread-6" java.lang.ClassFormatError: Illegal field name "org.exbin.framework.bined.search.BinarySearch$this" in class org/exbin/framework/bined/search/BinarySearch$SearchThread

For now, please use previous version or next development build where this issue should not be present.

hajdam avatar Aug 16 '24 11:08 hajdam

@hajdam BTW

BinEd installation version 0.3.0 (aka develop) failed for me on Fedora 38 Running transaction test Error: Transaction test error: file /usr/share/pixmaps from install of bined-0:0.3.0-0.noarch conflicts with file from package filesystem-3.18-3.fc38.x86_64

BinEd v.0.2.2-1 installed and works fine. Only strange warning appeared during the installation: warning: user hajdam does not exist - using root

mstup avatar Aug 16 '24 15:08 mstup

Hi, I tried to fix 0.3.0-0 if you want to try it.

As for the warning, rpm build tool I'm using is probably incorrectly passing file ownership or something :-/

hajdam avatar Aug 16 '24 17:08 hajdam

Fix should be included in release 0.2.4

hajdam avatar Jan 23 '25 10:01 hajdam