1) Open the LiveEdit config file and make the following changes in the code:
<FILES allow=y>
<PDF allow='y' watermark='watermark.png,50%' style=''/>
<QXP allow=y
</FILES>
2) Add the following code to the Skin file:
<TOOL function='get_pdf' label='Get PDF' fontWeight='bold' iconHorzShift='4' paddingLeft='20' paddingRight='2' height='22' icon='_default_'/>
<TOOL function='get_qxp' label='Get QXP' fontWeight='bold' iconHorzShift='4' paddingLeft='20' paddingRight='2' height='22' icon='_default_'/>
To determine which Skin file is in use, see the Skin URL in the LiveEdit config file.
You may need to add these <TOOL> elements to a TOOLBAR, a PANEL, a FLOATING palette or a FLOATING tool area.