A simple, elegant PDF flipbook viewer that renders a single PDF file with page-turning animations.
- Renders PDF documents with realistic page-turning effects
- Responsive design that works on both desktop and mobile devices
- Single and double-page viewing modes
- Touch and mouse swipe gestures for page turning
- Keyboard navigation support
- Fullscreen mode
- Page slider for quick navigation
Check out the sample document to see the flipbook viewer in action
- Clone or download this repository
- Replace
document.pdfin the assets folder with your own pdf file (keep the same filename) - Make sure not to use CMYK colour (output for a book may use this) for the pdf file as the colours will look "off"
- Serve the directory using a web server
- Open index.html in a browser
This project uses:
This project is licensed under the MIT License - see the LICENSE file for details