Page 1 of 1

wrapped text in PdfSearchText

Posted: Tue Dec 04, 2012 4:58 pm
by microsyst
What about PdfSearchText on wrap text?
i.e.
this is a wrap-
ped text

GDViewer1.PdfSearchText("wrap-ped", 0, False)
return False
GDViewer1.PdfSearchText("wrapped", 0, False)
return False
GDViewer1.PdfSearchText("wrap-" & chr(13) & chr(10) & "-ped", 0, False)
return False
...and so on.

How can I correctly search the wrapped text with PdfSearchText?

Re: wrapped text in PdfSearchText

Posted: Fri Feb 01, 2019 10:02 am
by Gabriela
Hello,

Unfortunately, we do not support this now. The feature is already on our wish list, but with no priority yet. It requires quite non-trivial development improvements, but we will consider it for future releases (sure not in the short term).

Re: wrapped text in PdfSearchText

Posted: Thu Jun 11, 2020 3:14 pm
by Hugo
Hi there,

As of our latest release we now do support this.
GdPicturePDF library is now capable to search for strings spanning multiple lines and that includes hyphenated words in the mix

Regards,