Convert Big Blue Button Lecture Files by NITK to PDF using jsPDF
A Chrome Extension/Script for you to download PDF Files of PPTs available on BigBlue Button. It's a workaround to access study material since it wasn't always provided by faculties and it's a strenuous procedure to download them separately.
-
Using Chrome Dev Console
- Add Console Importer Extension to Chrome
- Open Any Lecture on
https://lectures.iris.nitk.ac.in/playback/presentation/2.0/*
- Wait for the Page to Load
- Press
Ctrl + Shift + J
to Open Chrome Dev Console - Run the Following Commands to import
jsPDF
$i('https://cdnjs.cloudflare.com/ajax/libs/jspdf/1.3.2/jspdf.min.js')
- Paste the Code from script.js
-
Using Chrome Extension (Recommended)
- Download BBLec2PdfExt
- From Chrome Browser Open
chrome://extensions
- Turn on Developer Mode
- Select Load Unpacked Extension Option
- Select file Location of
BBLec2PdfExt
- Click On Extension Button to Download PDF.
- It works only on
lectures.iris.nitk.ac.in
P.S : Not Yet Published on WebStore, hence locally 😞
Feel Free to Open Issues
Made with ❤️ by dwaipyan05