{"id":18146492,"url":"https://github.com/ibra-kdbra/paginis","last_synced_at":"2025-07-26T09:33:56.589Z","repository":{"id":259773074,"uuid":"871764249","full_name":"ibra-kdbra/Paginis","owner":"ibra-kdbra","description":"A PDF flipbook that can be useful for viewing a PDF file as a book with a realistic experience.","archived":false,"fork":false,"pushed_at":"2025-02-18T13:36:05.000Z","size":2180,"stargazers_count":17,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T16:53:33.826Z","etag":null,"topics":["brilliant-solutions","css","jquery","playlist","quotes","threejs","webgl"],"latest_commit_sha":null,"homepage":"https://paginis.vercel.app","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibra-kdbra.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-12T21:41:15.000Z","updated_at":"2025-04-19T05:33:18.000Z","dependencies_parsed_at":"2025-02-18T14:38:56.227Z","dependency_job_id":null,"html_url":"https://github.com/ibra-kdbra/Paginis","commit_stats":null,"previous_names":["ibra-kdbra/paginis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibra-kdbra/Paginis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibra-kdbra%2FPaginis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibra-kdbra%2FPaginis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibra-kdbra%2FPaginis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibra-kdbra%2FPaginis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibra-kdbra","download_url":"https://codeload.github.com/ibra-kdbra/Paginis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibra-kdbra%2FPaginis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267145664,"owners_count":24042651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["brilliant-solutions","css","jquery","playlist","quotes","threejs","webgl"],"created_at":"2024-11-01T21:07:56.253Z","updated_at":"2025-07-26T09:33:56.566Z","avatar_url":"https://github.com/ibra-kdbra.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Paginis\nA 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.\n\n![Sample](/assets/caputred.png)\n\n## Tech Stack\n[![Tech Stack](https://skillicons.dev/icons?i=threejs,js,jquery,css,html,tailwindcss,svg)](https://skillicons.dev)\n\n\n## Issues\n\n### Flipbook pages are not visible/defective in PDF\nCheck the pdf if using the link Make sure that cross-origin resource sharing is enabled \n\n## File Structure\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand!\u003c/summary\u003e\nThis 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..\n\n```git \n└── 📁pdf-flipbook\n    └── 📁assets\n    └── 📁lib\n        └── 📁css\n            └── 📁page\n                └── button.css\n                └── input-panel-buttons.css\n                └── layout.css\n                └── panel.css\n                └── quotes.css\n            └── min.css\n            └── style.css\n            └── themify-icons.min.css\n        └── 📁fonts\n\n        └── 📁images\n            └── 📁pdfjs\n            └── 📁textures\n                └── white.jpg\n            └── loading.gif\n        └── 📁js\n            └── 📁libs\n                └── compatibility.js\n                └── jquery.min.js\n                └── mockup.min.js\n                └── pdf.min.js\n                └── pdf.worker.min.js\n                └── three.min.jsgit \n            └── 📁quotes\n                └── db.js\n                └── main.js\n                └── ui.js\n            └── dflip.min.js\n            └── load.js\n            └── media.js\n            └── ui.js\n        └── 📁sound\n    └── .gitignore\n    └── index.html\n    └── LICENSE\n    └── README.md\n```\n\n## File Template\nAnd ensure the following files are included in the html.\n\nCSS:\n```css\n\u003c!-- Flipbook StyleSheet --\u003e\n\u003clink href=\"http://www.yoursite.com/dflip/css/dflip.css\" rel=\"stylesheet\" type=\"text/css\"\u003e\n\n\u003c!-- Icons Stylesheet --\u003e\n\u003clink href=\"http://www.yoursite.com/dflip/css/themify-icons.css\" rel=\"stylesheet\" type=\"text/css\"\u003e     \n```\nJavaScript:\n\nNote: Include them just before \u003c/body\u003e tag. Don't use them in head.\n\n```javascript\n\u003c!-- jQuery 1.9.1 or above --\u003e\n\u003cscript src=\"http://www.yoursite.com/dflip/js/libs/jquery.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\n\u003c!-- Flipbook main Js file --\u003e\n\u003cscript src=\"http://www.yoursite.com/dflip/js/dflip.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e     \n```\nBasic HTML Template\n```html\n    \u003chtml\u003e\n    \u003chead\u003e\n    \u003cmeta charset=\"utf-8\"\u003e\n    \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n    \u003ctitle\u003eBasic HTML Template\u003c/title\u003e\n\n    \u003c!-- Flipbook StyleSheet --\u003e\n    \u003clink href=\"http://www.yoursite.com/dflip/css/dflip.css\" rel=\"stylesheet\" type=\"text/css\"\u003e\n\n    \u003c!-- Icons Stylesheet --\u003e\n    \u003clink href=\"http://www.yoursite.com/dflip/css/themify-icons.css\" rel=\"stylesheet\" type=\"text/css\"\u003e\n\n    \u003c/head\u003e\n    \u003cbody\u003e\n    \u003cdiv class=\"_df_thumb\" id=\"df_manual_thumb\" source=\"location of pdf.pdf\" thumb=\"location of thumbnail.jpg\"\u003e PDF Example\u003c/div \u003e\n    \u003c!-- Refer to other examples on how to create different types of flipbook --\u003e\n\n    \u003c!-- jQuery 1.9.1 or above --\u003e\n    \u003cscript src=\"http://www.yoursite.com/dflip/js/libs/jquery.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\n    \u003c!-- Flipbook main Js file --\u003e\n    \u003cscript src=\"http://www.yoursite.com/dflip/js/dflip.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\n    \u003c/body\u003e\n    \u003c/html\u003e\n```\nCreate Flipbook through Button lightbox.\n```html\n\u003cdiv class=\"_df_button\"\n    source=\"http://www.yoursite.com/books/dflip manual.pdf\"\n    id=\"df_manual_button\"\u003e\n    Button\n\u003c/div\u003e\n```\n\u003c/details\u003e\n\n### 🔗 Libraries \u0026 Tools\n\n- **[PDF.js](https://mozilla.github.io/pdf.js/)**  \n  _A powerful open-source library for rendering PDF files directly in the browser._\n\n- **[Three.js](https://threejs.org/)**  \n  _A flexible JavaScript 3D library for creating immersive WebGL experiences._\n\n- **[DFlip](https://github.com/dearhive/dearflip-js-flipbook)**  \n  _A smooth and customizable flipbook plugin, perfect for converting PDFs into interactive books._\n\n- **[JQuery_DFlip](https://www.icootoo.com/pdf/documentation.html)**  \n  _An extension of DFlip with support for jQuery, adding easy-to-use flipbook effects to your documents._ \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibra-kdbra%2Fpaginis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibra-kdbra%2Fpaginis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibra-kdbra%2Fpaginis/lists"}