Regular expressions on pdf file does not work

Post your bug reports here.
Post Reply
nrautela
Posts: 1
Joined: Wed Nov 22, 2006 2:56 am

Regular expressions on pdf file does not work

Post by nrautela »

Hi,

We are trying to compare 2 pdf files. However, we have few strings that we want to ignore during comparison. We are using the regular expression feature to ignore these strings. However it does not igore it. I am confident of the regular expression because I used the replace (Ctrl-R) function to replace the strings matching this regular expression, ad it worked fine. Can you please help me with this?

Thanks

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

RegExps should work as expected - first try to use same rules for plain texts - will it work? If you could explain what you want to ignore, I will try to help you to construct the rules.

Post Reply