I found an example (http://opendocument4all.com/component/option,com_joomlaboard/Itemid,51/func,view/id,6/catid,7/) where is possible to search fora string inside a text. But if I try to test this I encounter a NullreferenceException caused by this code... IText txt_to_search = null; txt_to_search.Text = str;
while I try to associate str to txt_to_search.Text.
Do you have any advice to solve this problem?
Also are there more documentation about AODL?
thanks in advance Gabriele
The administrator has disabled public write access.