# pdf-object **Repository Path**: mirrors_codejamninja/pdf-object ## Basic Information - **Project Name**: pdf-object - **Description**: An embeddable PDF viewer for Polymer - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pdf-object An embeddable PDF viewer for [Polymer](https://www.polymer-project.org/1.0/) Please ★ this repo if you found it useful ★ ★ ★ ![](assets/pdf-object.png) ## Demo View a live [Demo](https://jamrizzi.github.io/pdf-object/components/pdf-object/demo) ## Installation ```sh bower install --save pdf-object ``` ## Dependencies Requires [Polymer 1.0](https://www.polymer-project.org/1.0/) ## Usage Example: ```html ``` Example - with card enabled and elevation set to 5: ```html ``` Example - with data binding and custom height: ```html ``` Read the [Docs](http://jamrizzi.github.io/pdf-object/components/pdf-object) ## Support Submit an [issue](https://github.com/jamrizzi/readme/issues/new) ## Screenshots ![Screenshot 1](https://drive.google.com/uc?export=view&id=1rf0m2H9sP_yTO0mAlj-tobLyHLuWIiGNJQ) ## Buy Me Coffee A ridiculous amount of coffee was consumed in the process of building this project. [Add some fuel](https://jamrizzi.com/#!/buy-me-coffee) if you'd like to keep me going! ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## License [MIT License](https://github.com/jamrizzi/readme/blob/master/LICENSE) [Jam Risser](https://jamrizzi.com) © 2017 ## Credits * [Jam Risser](https://jamrizzi.com) - Author ## Changelog 1.0.0 (2016-03-29) * Initial release