Extension key: pdfjs
Version: 0.0.1
Language: en
Description: Integrates PDF.js by Mozilla Foundation into TYPO3 CMS and provides various configuration options.
Keywords: pdf,pdfjs,viewer,catalog
Copyright: 2016
Author: Jonathan Heilmann
Email: [email protected]
Licence: This document is published under the Open Publication License available from opencontent.org/openpub/
The content of this document is related to TYPO3, a GNU/GPL CMS/Framework available from www.typo3.org.
##Administration
###Installation
- Go to the Extension Manager
- Install the extension
- Include the static template "PDF Viewer (pdfjs)"
- Configure extension if required (see section below)
##Configuration
All global configurations are accessible via Constant Editor, section "PLUGIN.TX_PDFJS".
Available constants are described in Constant Editor. For pages, not using bootstrap framework, this extension ships required styles in file "EXT:pdfjs/Resources/Public/Styles/bootstrapStyles.css". Insert this path in constant "plugin.tx_pdfjs.settings.bootstrapStyles".
##User
Add a PDF Viewer content element to your site:
- Create a new content element of type "plugin"
- Select plugin "PDF Viewer"
- Add pdf file and configure viewer
- Save
##Known Problems
To check if there are known issues or planed features, please visit github.com/jonathanheilmann/typo3-ext-pdfjs/issues
You are welcome to report issues and suggest enhancements/features, too.
##ChangeLog
###0.0.1
- Initial release of extension