The component & plugin JEmbedAll help you embed into your Joomla site any documents that were uploaded on some server and are available online, view and edit Google forms, spreadsheet and documents. You need to have some rights for the Google documents, but for the other documents you only need to write down their URL and to be accessible without a password or some other kind of protection. The following texts should be added in Joomla articles, modules or script without the spaces for the plugin to recognize and embed. You should know that the pdf, doc and docx predefined strings (installed with the component) are only definitions for google_docs_viewer. The operations of defining and redefining JEmbedAll strings with familiar words for you is something you can always do in order to make your work easier.
[ google_docs_viewer = http://www.example.com/file_name.doc ]
[ google_docs_form = http://docs.google.com/spreadsheet/embeddedform?key=0AtycJfSQpJkldE9jU0I2TXliN1JqWW5VWXRucVJoLWc ]
[ google_document_viewer = https://docs.google.com/document/pub?id=18cNNVLV2R3PeRhLb51G1_ckXMXv_JRegBtR_uu03pwc ]
[ google_spreadsheet_edit = https://docs.google.com/spreadsheet/pub?key=0Aliqp0kGPjWsdC1vZk9rdEhLTnFuODBKeWo1NWxhWmc&authkey=xxx&sheetId=yyy&hl=en_US&hl=en_US&output=html&widget=true ]
[ pdf = http://www.example.com/file_name.doc ]
[ doc = http://www.example.com/file_name.doc ]
[ docx = http://www.example.com/file_name.doc ]
In the administrator section you can edit this string - you can change its name and the CSS code attached. Using the CSS code you can set the width and height of the embedded document, the position and other attributes (like the margins).