How to get output of paragraph containing word 'Condition' from a pdf file

2017 Volkswagen Jetta 1.4T SE Sedan 4D Trade In Values _ Kelley Blue Book.pdf (238.7 KB)

From this pdf i want to get all pragraph which has word ‘contain’.

Hi @apurvalost

These is no word ‘contain’ in the given PDF. Please check it and confirm.

Regards,
Vijay.

Sorry my bad word is ‘Condition’
\r\n are two thing with which paragraph starts and ends

pdfTest.xaml (7.7 KB)

You can use attached XAML file, Let me know if solve your purpose.

there is ‘condition’ and ‘Condition’ and what if pdf is changed.

You have to identify something common and based upon that do the splitting.

use, Split(String, Vbcrlf), return an array of string.