The document discusses customizing document previews in Alfresco Share. It provides background on document previews and how they were implemented in Alfresco 4 to allow extending the default preview options. It then gives examples of implementing custom preview plugins, including an inline PDF viewer using pdf.js and a custom Flash video player. The key points are that plugins can be built as JavaScript classes and configured in the web-preview component to be used based on file type or other conditions. This allows richly displaying different file formats within Share.