DOCUMENTVIEWER -- Embed a presentation, spreadsheet, PDF or other document in a viewer 
The 
%DOCUMENTVIEWER% variable is handled by the 
DocumentViewerPlugin
  Parameters 
             
	
		
			|  Parameter  | 
			 Description  | 
			 Default  | 
		
	   
	
		
			 "attachment"  | 
			 Name of attachment to embed  | 
			    | 
		
		
			 web  | 
			 Web  | 
			 the current web  | 
		
		
			 topic  | 
			 Topic, or Web.Topic  | 
			 the current topic  | 
		
		
			 height  | 
			 height of the embedded viewer  | 
			 1024  | 
		
		
			 width  | 
			 width of the embedded viewer  | 
			 724  | 
		
		
			 format  | 
			 predefined height and width  | 
			    | 
		
	   
You can either specify the parameters height and width, or alternatively choose one of the predefined formats 
portrait, 
landscape or 
screen (4:3).
  Examples 
 
-  
%DOCUMENTVIEWER{"presentation.odp"}%
 
 
 
-  
%DOCUMENTVIEWER{"presentation.odp" height="600" width="800"}%
 
 
 
-  
%DOCUMENTVIEWER{"specification.pdf" web="Projects" topic="SomeProduct" format="portrait"}%