Page 1 of 1

Renaming Table Of Contents items

Posted: Fri Jun 15, 2018 12:18 pm
by hellboy81
I need to customize Table Of Contents in PDF generated by Ranorex.PDF.

As I mentioned this items from attributes testcontainername, headertext and displayname in activity[/b ] from *.rxlog.data.

How can I override text from this attributes?

Re: Renaming Table Of Contents items

Posted: Mon Jun 18, 2018 12:15 pm
by RobinHood42
Hi,

As you mentioned correctly, you would need to modify the *.rxlog.data. Since it's a XML file you can simply use C# to manipulate the file. (XMLDocument)

Cheers,
Robin :mrgreen: