By: Scott
Date: 2013-07-25
Time: 10:33
|
onshow.x;ope=changepic only working for first page
Hi need some help with office documents and merging pictures
I'm using[onshow.varName;ope=changepic] for powerpoints and word docs however it only seems to work on the first page of the document, i managed to overcome this in powerpoint by using OPENTBS_SELECT_SLIDE and OPENTBS_MERGE_SPECIAL_ITEMS.
Any ideas how i can get around this for word?
Oh i'm using ms office 2008 for mac if that makes a difference?
Thanks
|
By: Skrol29
Date: 2013-07-25
Time: 13:31
|
Re: onshow.x;ope=changepic only working for first page
Hi Scott,
On a Word document, the main body is a single file, so you can reach any picture.
The headers and footers are in a separate, so you have to load them first in order to merge pictures.
In a Powerpoint presentation, each slide are separated, you have to load them before to merge pictures.
|