Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibra-kdbra/Paginis

A PDF flipbook that can be useful for viewing a PDF file as a book with a realistic experience.
https://github.com/ibra-kdbra/Paginis

brilliant-solutions css jquery playlist quotes threejs webgl

Last synced: 5 days ago
JSON representation

A PDF flipbook that can be useful for viewing a PDF file as a book with a realistic experience.

Awesome Lists containing this project

README

        

# Paginis
A PDF flipbook website designed to make your life easier. It can take a PDF as input and generate a flipbook, whether it's a URL, local file, or a featured YouTube playlist to play while reading.

## Tech Stack
[![Tech Stack](https://skillicons.dev/icons?i=threejs,js,jquery,css,html,tailwindcss,svg)](https://skillicons.dev)

## Issues

### Flipbook pages are not visible/defective in PDF
Check the pdf if using the link Make sure that cross-origin resource sharing is enabled

## File Structure

Click to expand!
This flipbook plugin is jQuery-based. Basically, you can copy the files in folder to your working directory. You don't need to include the lib folder..

```sh
└── πŸ“pdf-flipbook
└── πŸ“lib
└── πŸ“css
└── min.css
└── style.css
└── themify-icons.min.css
└── πŸ“fonts
└── themify.eot
└── themify.svg
└── themify.ttf
└── themify.woff
└── πŸ“images
└── πŸ“pdfjs
└── πŸ“textures
└── white.jpg
└── loading.gif
└── viewer.svg
└── πŸ“js
└── πŸ“libs
└── πŸ“cmaps
└── compatibility.js
└── jquery.min.js
└── mockup.min.js
└── pdf.min.js
└── pdf.worker.min.js
└── three.min.js
└── dflip.min.js
└── load.js
└── quotes.js
└── πŸ“sound
└── turn.mp3
└── turn2.mp3
└── turn2a.mp3
└── turn3.mp3
└── .gitignore
└── index.html
└── README.md

```

## File Template
And ensure the following files are included in the html.

CSS:
```css


```
JavaScript:

Note: Include them just before

PDF Example