Hi,
I would like to export all the pages in my hyperview with required screen resolution. In Hyperview there is an option in Menu- Export* - Multiple Images - old/Advanced where I can specify width and height seperatly. But this option is restrictred to 'Export each window separately total page size'. This means If i have 4 windows in a page this option is exporting images of individual window with specified resolution.
I would like to export all the pages with required width and height.
At present I am trying to using command window with following commands by opening every page:
hwi GetSessionHandle sess
sess CaptureScreenToSize png 01.png 1400 593
I am trying to write a tcl/tpl script to automate this process (Export all pages with given width and height).
It would be appreciated if someone can help me with this code.
Thanks in advance
Agassi