Hi,
i'm trying to write an c# application using IAC and JSO to search pdf files for specific words and Highlight the search results with the Highlight Annotation.
The pdf contains Pictures and large amounts of rotated text (90° and 180°) before i start programming i would like to know if my Task is possible.
I took a look into the SDK and found the "getPageNthWord()" and the "getPageNthWordQuads()" methods.
Is it possible to search the pdf document for e.g. "R405" with the results of "getPageNthWord()" and Highlight the word using the quads provided by "getPageNthWordQuads()" ?
Do i have to Combine the results of "getPageNthWord()" to my desired word (are the results real words or could the results consist of splitted parts e.g. "Hel" + "lo") or do i get 'real' words from this method?
Also can the "getPageNthWordQuads()" handle rotated text?
I hope that my application can replicate the results of the "Ctrl+F" function, which is able to find all desired words.
Thanks in advance.
Best regards,
Chris