├── MPDF57 ├── patterns │ ├── dictionary.txt │ ├── NOTES.txt │ ├── it.php │ └── fi.php ├── CHANGELOG.txt ├── CREDITS.txt ├── FONT INFO.txt ├── classes │ └── svg.php ├── examples │ ├── bg.jpg │ ├── tiger │ ├── alpha.gif │ ├── alpha.png │ ├── goto.gif │ ├── img1.png │ ├── img2.png │ ├── img3.png │ ├── img4.png │ ├── img5.png │ ├── test.pdf │ ├── tiger.bmp │ ├── tiger.gif │ ├── tiger.jpg │ ├── tiger.png │ ├── tiger.wmf │ ├── alpha3.png │ ├── bayeux1.jpg │ ├── bgrock.jpg │ ├── loading.gif │ ├── sunset.jpg │ ├── sunsetv.jpg │ ├── tiger2.png │ ├── tiger2.wmf │ ├── bgbarcode.png │ ├── borders2FF.jpg │ ├── borders2IE.jpg │ ├── borders3FF.jpg │ ├── borders3IE.jpg │ ├── borders4FF.jpg │ ├── borders4IE.jpg │ ├── bordersFF.jpg │ ├── bordersIE.jpg │ ├── clematis.jpg │ ├── firefox-48.png │ ├── klematis.jpg │ ├── quran282.jpg │ ├── tiger8trns.gif │ ├── tiger8trns.png │ ├── tigercmyk.jpg │ ├── windmill.jpg │ ├── bordersMPDF2.jpg │ ├── sample_basic.pdf │ ├── tiger24trns.png │ ├── flowers-pattern.jpg │ ├── tiger300px72dpi.jpg │ ├── tiger300px96dpi.jpg │ ├── tiger300px96dpi.png │ ├── tiger300px300dpi.jpg │ ├── tiger300px300dpi.png │ ├── sample_logoheader2.pdf │ ├── sample_orientation2.pdf │ ├── sample_orientation3.pdf │ ├── example40_MPDFI_thumbnails.php │ ├── tiger.php │ ├── example41_MPDFI_template.php │ ├── example42_MPDFI_templatedoc.php │ ├── example39_PDFA_compliance.php │ ├── index.php │ ├── example49_changelog.php │ ├── example38_dot_tab.php │ ├── show_code.php │ ├── example36_annotations_and_Attached_files.php │ ├── example02_CSS_styles.php │ ├── example19_page_sizes.php │ ├── example52_lineheight.htm │ ├── example15_headers_method_1.php │ ├── example16_headers_method_2.php │ ├── example35_watermarks.php │ ├── formsubmit.php │ └── mpdfstyleA4.css ├── ttfonts │ ├── Garuda.ttf │ ├── Norasi.ttf │ ├── XB Zar.ttf │ ├── ocrb10.ttf │ ├── XB Riyaz.ttf │ ├── DejaVuSans.ttf │ ├── DejaVuSerif.ttf │ ├── Garuda-Bold.ttf │ ├── Norasi-Bold.ttf │ ├── XB RiyazBd.ttf │ ├── XB RiyazIt.ttf │ ├── XB Zar Bd.ttf │ ├── XB Zar BdIt.ttf │ ├── XB Zar It.ttf │ ├── XB RiyazBdIt.ttf │ ├── ind_bn_1_001.ttf │ ├── ind_gu_1_001.ttf │ ├── ind_hi_1_001.ttf │ ├── ind_kn_1_001.ttf │ ├── ind_ml_1_001.ttf │ ├── ind_or_1_001.ttf │ ├── ind_pa_1_001.ttf │ ├── ind_ta_1_001.ttf │ ├── ind_te_1_001.ttf │ ├── DejaVuSans-Bold.ttf │ ├── DejaVuSansMono.ttf │ ├── DejaVuSerif-Bold.ttf │ ├── Garuda-Oblique.ttf │ ├── Norasi-Oblique.ttf │ ├── DejaVuSans-Oblique.ttf │ ├── DejaVuSerif-Italic.ttf │ ├── Garuda-BoldOblique.ttf │ ├── Norasi-BoldOblique.ttf │ ├── DejaVuSansCondensed.ttf │ ├── DejaVuSansMono-Bold.ttf │ ├── DejaVuSerifCondensed.ttf │ ├── DejaVuSans-BoldOblique.ttf │ ├── DejaVuSansMono-Oblique.ttf │ ├── DejaVuSerif-BoldItalic.ttf │ ├── DejaVuSansCondensed-Bold.ttf │ ├── DejaVuSansMono-BoldOblique.ttf │ ├── DejaVuSerifCondensed-Bold.ttf │ ├── DejaVuSansCondensed-Oblique.ttf │ ├── DejaVuSerifCondensed-Italic.ttf │ ├── DejaVuSansCondensed-BoldOblique.ttf │ ├── DejaVuSerifCondensed-BoldItalic.ttf │ └── ocrbinfo.txt ├── includes │ ├── no_image.jpg │ ├── out.php │ └── functions.php ├── iccprofiles │ ├── sRGB_IEC61966-2-1.icc │ └── SWOP2006_Coated5v2.icc ├── graph_cache │ └── dummy.txt ├── ttfontdata │ ├── dummy.txt │ ├── dejavusanscondensed.cw.dat │ ├── dejavusanscondensedB.cw.dat │ ├── dejavuserifcondensed.cw.dat │ ├── dejavuserifcondensedB.cw.dat │ ├── dejavuserifcondensedBI.cw.dat │ ├── dejavusanscondensed.mtx.php │ ├── dejavuserifcondensed.mtx.php │ ├── dejavusanscondensedB.mtx.php │ ├── dejavuserifcondensedB.mtx.php │ └── dejavuserifcondensedBI.mtx.php ├── font │ ├── ccourier.php │ ├── ccourierb.php │ ├── ccourierbi.php │ ├── ccourieri.php │ ├── czapfdingbats.php │ └── csymbol.php ├── mpdf.css ├── utils │ ├── index.php │ └── font_collections.php ├── progbar.css └── mpdfi │ ├── pdf_context.php │ └── filters │ └── FilterASCII85.php ├── apt.jpg ├── sid.jpg ├── img ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── 4.jpg ├── bg.png ├── left.png ├── bullet.png ├── clear.gif ├── loading.gif ├── right.png └── bullet_active.png ├── books ├── nh.jpg ├── rp.jpg └── nhdrawing.jpeg ├── favicon.ico ├── library.jpg ├── adminlogin.php ├── background.jpg ├── cssmain ├── vit.jpg ├── vp.PNG ├── book.jpg ├── live.PNG ├── vsit.PNG ├── College.jpg ├── mainorg.jpg ├── background.jpg ├── receipt.css ├── admin.css ├── goals.css ├── guest.css ├── user.css ├── onlinetest.css ├── registration.css ├── viewbook.css ├── table.css ├── acontactus.css ├── contactus.css └── gcontactus.css ├── images ├── add.jpg ├── mu.png ├── save.png ├── user.png ├── admin.png ├── books.jpg ├── ebook.jpg ├── goals.jpg ├── guest.png ├── signin.jpg ├── signup.jpg ├── sorry.jpg ├── Cancelled.jpg ├── aboutus.jpg ├── addbook.png ├── bookcover.jpg ├── confirm.png ├── history.jpg ├── misvisval.jpg ├── sitelogo.PNG ├── success.png ├── thankyou.jpg ├── userinfo.png ├── adminissue.jpg ├── adminreturn.jpg ├── onlinetest.jpg ├── librarysymbol.gif └── librarysymbol.jpg ├── index.html ├── alogout.php ├── logout.php ├── delete.php ├── aconfirm.php ├── deletebook.php ├── acancel.php ├── areturn.php ├── receiptpdf.php ├── cancel.php ├── take.php ├── thank.html ├── css └── sliderman.css ├── receipt.php ├── success.php ├── intro.html ├── postcancel.php ├── sorry.php ├── postalready.php ├── ebooksem2.html ├── ebooksem1.html ├── userlogin.php ├── user.php ├── profile.php ├── abooks.php ├── astatus.php ├── contactus.html ├── books.php ├── mission.html ├── library.sql ├── issue.php ├── acontactus.php ├── areturnfine.php └── ucontactus.php /MPDF57/patterns/dictionary.txt: -------------------------------------------------------------------------------- 1 | dis/es/tab/lish/men/tar/i/an/ism 2 | -------------------------------------------------------------------------------- /apt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/apt.jpg -------------------------------------------------------------------------------- /sid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/sid.jpg -------------------------------------------------------------------------------- /img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/1.jpg -------------------------------------------------------------------------------- /img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/2.jpg -------------------------------------------------------------------------------- /img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/3.jpg -------------------------------------------------------------------------------- /img/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/4.jpg -------------------------------------------------------------------------------- /img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/bg.png -------------------------------------------------------------------------------- /books/nh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/books/nh.jpg -------------------------------------------------------------------------------- /books/rp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/books/rp.jpg -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/favicon.ico -------------------------------------------------------------------------------- /img/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/left.png -------------------------------------------------------------------------------- /library.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/library.jpg -------------------------------------------------------------------------------- /adminlogin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/adminlogin.php -------------------------------------------------------------------------------- /background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/background.jpg -------------------------------------------------------------------------------- /cssmain/vit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/cssmain/vit.jpg -------------------------------------------------------------------------------- /cssmain/vp.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/cssmain/vp.PNG -------------------------------------------------------------------------------- /images/add.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/add.jpg -------------------------------------------------------------------------------- /images/mu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/mu.png -------------------------------------------------------------------------------- /images/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/save.png -------------------------------------------------------------------------------- /images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/user.png -------------------------------------------------------------------------------- /img/bullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/bullet.png -------------------------------------------------------------------------------- /img/clear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/clear.gif -------------------------------------------------------------------------------- /img/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/loading.gif -------------------------------------------------------------------------------- /img/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/right.png -------------------------------------------------------------------------------- /cssmain/book.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/cssmain/book.jpg -------------------------------------------------------------------------------- /cssmain/live.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/cssmain/live.PNG -------------------------------------------------------------------------------- /cssmain/vsit.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/cssmain/vsit.PNG -------------------------------------------------------------------------------- /images/admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/admin.png -------------------------------------------------------------------------------- /images/books.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/books.jpg -------------------------------------------------------------------------------- /images/ebook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/ebook.jpg -------------------------------------------------------------------------------- /images/goals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/goals.jpg -------------------------------------------------------------------------------- /images/guest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/guest.png -------------------------------------------------------------------------------- /images/signin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/signin.jpg -------------------------------------------------------------------------------- /images/signup.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/signup.jpg -------------------------------------------------------------------------------- /images/sorry.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/sorry.jpg -------------------------------------------------------------------------------- /MPDF57/CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/CHANGELOG.txt -------------------------------------------------------------------------------- /MPDF57/CREDITS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/CREDITS.txt -------------------------------------------------------------------------------- /MPDF57/FONT INFO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/FONT INFO.txt -------------------------------------------------------------------------------- /books/nhdrawing.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/books/nhdrawing.jpeg -------------------------------------------------------------------------------- /cssmain/College.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/cssmain/College.jpg -------------------------------------------------------------------------------- /cssmain/mainorg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/cssmain/mainorg.jpg -------------------------------------------------------------------------------- /images/Cancelled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/Cancelled.jpg -------------------------------------------------------------------------------- /images/aboutus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/aboutus.jpg -------------------------------------------------------------------------------- /images/addbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/addbook.png -------------------------------------------------------------------------------- /images/bookcover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/bookcover.jpg -------------------------------------------------------------------------------- /images/confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/confirm.png -------------------------------------------------------------------------------- /images/history.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/history.jpg -------------------------------------------------------------------------------- /images/misvisval.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/misvisval.jpg -------------------------------------------------------------------------------- /images/sitelogo.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/sitelogo.PNG -------------------------------------------------------------------------------- /images/success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/success.png -------------------------------------------------------------------------------- /images/thankyou.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/thankyou.jpg -------------------------------------------------------------------------------- /images/userinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/userinfo.png -------------------------------------------------------------------------------- /MPDF57/classes/svg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/classes/svg.php -------------------------------------------------------------------------------- /MPDF57/examples/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/bg.jpg -------------------------------------------------------------------------------- /MPDF57/examples/tiger: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger -------------------------------------------------------------------------------- /cssmain/background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/cssmain/background.jpg -------------------------------------------------------------------------------- /images/adminissue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/adminissue.jpg -------------------------------------------------------------------------------- /images/adminreturn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/adminreturn.jpg -------------------------------------------------------------------------------- /images/onlinetest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/onlinetest.jpg -------------------------------------------------------------------------------- /img/bullet_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/img/bullet_active.png -------------------------------------------------------------------------------- /MPDF57/examples/alpha.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/alpha.gif -------------------------------------------------------------------------------- /MPDF57/examples/alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/alpha.png -------------------------------------------------------------------------------- /MPDF57/examples/goto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/goto.gif -------------------------------------------------------------------------------- /MPDF57/examples/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/img1.png -------------------------------------------------------------------------------- /MPDF57/examples/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/img2.png -------------------------------------------------------------------------------- /MPDF57/examples/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/img3.png -------------------------------------------------------------------------------- /MPDF57/examples/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/img4.png -------------------------------------------------------------------------------- /MPDF57/examples/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/img5.png -------------------------------------------------------------------------------- /MPDF57/examples/test.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/test.pdf -------------------------------------------------------------------------------- /MPDF57/examples/tiger.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger.bmp -------------------------------------------------------------------------------- /MPDF57/examples/tiger.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger.gif -------------------------------------------------------------------------------- /MPDF57/examples/tiger.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger.jpg -------------------------------------------------------------------------------- /MPDF57/examples/tiger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger.png -------------------------------------------------------------------------------- /MPDF57/examples/tiger.wmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger.wmf -------------------------------------------------------------------------------- /MPDF57/ttfonts/Garuda.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/Garuda.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/Norasi.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/Norasi.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/XB Zar.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/XB Zar.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ocrb10.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ocrb10.ttf -------------------------------------------------------------------------------- /images/librarysymbol.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/librarysymbol.gif -------------------------------------------------------------------------------- /images/librarysymbol.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/images/librarysymbol.jpg -------------------------------------------------------------------------------- /MPDF57/examples/alpha3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/alpha3.png -------------------------------------------------------------------------------- /MPDF57/examples/bayeux1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/bayeux1.jpg -------------------------------------------------------------------------------- /MPDF57/examples/bgrock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/bgrock.jpg -------------------------------------------------------------------------------- /MPDF57/examples/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/loading.gif -------------------------------------------------------------------------------- /MPDF57/examples/sunset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/sunset.jpg -------------------------------------------------------------------------------- /MPDF57/examples/sunsetv.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/sunsetv.jpg -------------------------------------------------------------------------------- /MPDF57/examples/tiger2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger2.png -------------------------------------------------------------------------------- /MPDF57/examples/tiger2.wmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger2.wmf -------------------------------------------------------------------------------- /MPDF57/ttfonts/XB Riyaz.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/XB Riyaz.ttf -------------------------------------------------------------------------------- /MPDF57/examples/bgbarcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/bgbarcode.png -------------------------------------------------------------------------------- /MPDF57/examples/borders2FF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/borders2FF.jpg -------------------------------------------------------------------------------- /MPDF57/examples/borders2IE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/borders2IE.jpg -------------------------------------------------------------------------------- /MPDF57/examples/borders3FF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/borders3FF.jpg -------------------------------------------------------------------------------- /MPDF57/examples/borders3IE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/borders3IE.jpg -------------------------------------------------------------------------------- /MPDF57/examples/borders4FF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/borders4FF.jpg -------------------------------------------------------------------------------- /MPDF57/examples/borders4IE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/borders4IE.jpg -------------------------------------------------------------------------------- /MPDF57/examples/bordersFF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/bordersFF.jpg -------------------------------------------------------------------------------- /MPDF57/examples/bordersIE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/bordersIE.jpg -------------------------------------------------------------------------------- /MPDF57/examples/clematis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/clematis.jpg -------------------------------------------------------------------------------- /MPDF57/examples/firefox-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/firefox-48.png -------------------------------------------------------------------------------- /MPDF57/examples/klematis.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/klematis.jpg -------------------------------------------------------------------------------- /MPDF57/examples/quran282.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/quran282.jpg -------------------------------------------------------------------------------- /MPDF57/examples/tiger8trns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger8trns.gif -------------------------------------------------------------------------------- /MPDF57/examples/tiger8trns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger8trns.png -------------------------------------------------------------------------------- /MPDF57/examples/tigercmyk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tigercmyk.jpg -------------------------------------------------------------------------------- /MPDF57/examples/windmill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/windmill.jpg -------------------------------------------------------------------------------- /MPDF57/includes/no_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/includes/no_image.jpg -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSans.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSerif.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSerif.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/Garuda-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/Garuda-Bold.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/Norasi-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/Norasi-Bold.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/XB RiyazBd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/XB RiyazBd.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/XB RiyazIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/XB RiyazIt.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/XB Zar Bd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/XB Zar Bd.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/XB Zar BdIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/XB Zar BdIt.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/XB Zar It.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/XB Zar It.ttf -------------------------------------------------------------------------------- /MPDF57/examples/bordersMPDF2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/bordersMPDF2.jpg -------------------------------------------------------------------------------- /MPDF57/examples/sample_basic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/sample_basic.pdf -------------------------------------------------------------------------------- /MPDF57/examples/tiger24trns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger24trns.png -------------------------------------------------------------------------------- /MPDF57/ttfonts/XB RiyazBdIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/XB RiyazBdIt.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ind_bn_1_001.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ind_bn_1_001.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ind_gu_1_001.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ind_gu_1_001.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ind_hi_1_001.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ind_hi_1_001.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ind_kn_1_001.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ind_kn_1_001.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ind_ml_1_001.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ind_ml_1_001.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ind_or_1_001.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ind_or_1_001.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ind_pa_1_001.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ind_pa_1_001.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ind_ta_1_001.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ind_ta_1_001.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/ind_te_1_001.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/ind_te_1_001.ttf -------------------------------------------------------------------------------- /MPDF57/examples/flowers-pattern.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/flowers-pattern.jpg -------------------------------------------------------------------------------- /MPDF57/examples/tiger300px72dpi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger300px72dpi.jpg -------------------------------------------------------------------------------- /MPDF57/examples/tiger300px96dpi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger300px96dpi.jpg -------------------------------------------------------------------------------- /MPDF57/examples/tiger300px96dpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger300px96dpi.png -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSans-Bold.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSansMono.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSansMono.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSerif-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSerif-Bold.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/Garuda-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/Garuda-Oblique.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/Norasi-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/Norasi-Oblique.ttf -------------------------------------------------------------------------------- /MPDF57/examples/tiger300px300dpi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger300px300dpi.jpg -------------------------------------------------------------------------------- /MPDF57/examples/tiger300px300dpi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/tiger300px300dpi.png -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSans-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSans-Oblique.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSerif-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSerif-Italic.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/Garuda-BoldOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/Garuda-BoldOblique.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/Norasi-BoldOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/Norasi-BoldOblique.ttf -------------------------------------------------------------------------------- /MPDF57/examples/sample_logoheader2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/sample_logoheader2.pdf -------------------------------------------------------------------------------- /MPDF57/examples/sample_orientation2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/sample_orientation2.pdf -------------------------------------------------------------------------------- /MPDF57/examples/sample_orientation3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/examples/sample_orientation3.pdf -------------------------------------------------------------------------------- /MPDF57/iccprofiles/sRGB_IEC61966-2-1.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/iccprofiles/sRGB_IEC61966-2-1.icc -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSansCondensed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSansCondensed.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSansMono-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSansMono-Bold.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSerifCondensed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSerifCondensed.ttf -------------------------------------------------------------------------------- /MPDF57/graph_cache/dummy.txt: -------------------------------------------------------------------------------- 1 | This is just a placeholder file so that the folder is created on install. 2 | It can be deleted once installed. -------------------------------------------------------------------------------- /MPDF57/iccprofiles/SWOP2006_Coated5v2.icc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/iccprofiles/SWOP2006_Coated5v2.icc -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dummy.txt: -------------------------------------------------------------------------------- 1 | This is just a placeholder file so that the folder is created on install. 2 | It can be deleted once installed. -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSans-BoldOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSans-BoldOblique.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSansMono-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSansMono-Oblique.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSerif-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSerif-BoldItalic.ttf -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |

Hello World

5 |

I'm hosted with GitHub Pages.

6 | 7 | 8 | -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavusanscondensed.cw.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfontdata/dejavusanscondensed.cw.dat -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavusanscondensedB.cw.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfontdata/dejavusanscondensedB.cw.dat -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavuserifcondensed.cw.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfontdata/dejavuserifcondensed.cw.dat -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSansCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSansCondensed-Bold.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSansMono-BoldOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSansMono-BoldOblique.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSerifCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSerifCondensed-Bold.ttf -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavuserifcondensedB.cw.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfontdata/dejavuserifcondensedB.cw.dat -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavuserifcondensedBI.cw.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfontdata/dejavuserifcondensedBI.cw.dat -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSansCondensed-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSansCondensed-Oblique.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSerifCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSerifCondensed-Italic.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSansCondensed-BoldOblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSansCondensed-BoldOblique.ttf -------------------------------------------------------------------------------- /MPDF57/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/akshaytambe/StudiousMe/HEAD/MPDF57/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /alogout.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- 1 | 8 | -------------------------------------------------------------------------------- /MPDF57/font/ccourier.php: -------------------------------------------------------------------------------- 1 | 629,'Descent'=>-157,'CapHeight'=>562,'FontBBox'=>'[-23 -250 715 805]'); 6 | $up=-100; 7 | $ut=50; 8 | 9 | ?> 10 | -------------------------------------------------------------------------------- /MPDF57/font/ccourierb.php: -------------------------------------------------------------------------------- 1 | 629,'Descent'=>-157,'CapHeight'=>562,'FontBBox'=>'[-113 -250 749 801]'); 5 | $up=-100; 6 | $ut=50; 7 | 8 | 9 | ?> 10 | -------------------------------------------------------------------------------- /MPDF57/font/ccourierbi.php: -------------------------------------------------------------------------------- 1 | 629,'Descent'=>-157,'CapHeight'=>562,'FontBBox'=>'[-57 -250 869 801]'); 5 | $up=-100; 6 | $ut=50; 7 | 8 | 9 | ?> 10 | -------------------------------------------------------------------------------- /MPDF57/font/ccourieri.php: -------------------------------------------------------------------------------- 1 | 629,'Descent'=>-157,'CapHeight'=>562,'FontBBox'=>'[-27 -250 849 805]'); 5 | $up=-100; 6 | $ut=50; 7 | 8 | 9 | ?> 10 | -------------------------------------------------------------------------------- /MPDF57/patterns/NOTES.txt: -------------------------------------------------------------------------------- 1 | Alternative sources of Hyphenation programs or TEX files: 2 | 3 | OpenOffice: http://wiki.services.openoffice.org/wiki/Dictionaries 4 | 5 | Hyphenator4PHP- alternative PHP hyphenator scripts: http://apps.sourceforge.net/trac/hyphenator4php/ -------------------------------------------------------------------------------- /MPDF57/examples/example40_MPDFI_thumbnails.php: -------------------------------------------------------------------------------- 1 | SetImportUse(); 7 | 8 | $mpdf->Thumbnail('sample_orientation2.pdf', 4, 5); // number per row // spacing in mm 9 | 10 | $mpdf->WriteHTML('
Now with rotated pages
'); 11 | 12 | $mpdf->Thumbnail('sample_orientation3.pdf', 4); // number per row // spacing in mm 13 | 14 | 15 | $mpdf->Output(); 16 | 17 | exit; 18 | 19 | 20 | ?> -------------------------------------------------------------------------------- /delete.php: -------------------------------------------------------------------------------- 1 | 7 | alert('user has been deleted!')"; 16 | header("location:user.php"); 17 | } 18 | ?> -------------------------------------------------------------------------------- /aconfirm.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 22 | -------------------------------------------------------------------------------- /deletebook.php: -------------------------------------------------------------------------------- 1 | 7 | 8 | alert('book has been deleted!')"; 17 | header("location:abooks.php"); 18 | } 19 | ?> -------------------------------------------------------------------------------- /acancel.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | alert('book has been returned!')"; 18 | header("location:astatus.php"); 19 | } 20 | ?> -------------------------------------------------------------------------------- /areturn.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | alert('book has been returned!')"; 18 | header("location:areturnfine.php"); 19 | } 20 | ?> -------------------------------------------------------------------------------- /receiptpdf.php: -------------------------------------------------------------------------------- 1 | 8 | 11 | 12 | WriteHTML($template); 23 | 24 | $mpdf->Output('issuereceipt.pdf', 'D'); 25 | ?> -------------------------------------------------------------------------------- /MPDF57/mpdf.css: -------------------------------------------------------------------------------- 1 | /* 2 | This is a secondary default stylesheet for mPDF 3 | It will only parse element-level CSS here 4 | Remove the comment marks below and edit as required 5 | */ 6 | 7 | 8 | 9 | /* 10 | These values used to be the default prior to mPDF 4.2 11 | Altered to make appearance closer to that of browsers 12 | Uncomment these lines to return to behaviour prior to v4.2 13 | */ 14 | 15 | 16 | /* 17 | img { margin: 0.83em 0; vertical-align: bottom; } 18 | table { margin: 0.5em; } 19 | textarea { vertical-align: top; } 20 | */ 21 | -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavusanscondensed.mtx.php: -------------------------------------------------------------------------------- 1 | 928, 6 | 'Descent' => -236, 7 | 'CapHeight' => 928, 8 | 'Flags' => 4, 9 | 'FontBBox' => '[-918 -415 1513 1167]', 10 | 'ItalicAngle' => 0, 11 | 'StemV' => 87, 12 | 'MissingWidth' => 540, 13 | ); 14 | $up=-63; 15 | $ut=44; 16 | $ttffile='C:/wamp/www/Library/MPDF57/ttfonts/DejaVuSansCondensed.ttf'; 17 | $TTCfontID='0'; 18 | $originalsize=555944; 19 | $sip=false; 20 | $smp=false; 21 | $BMPselected=true; 22 | $fontkey='dejavusanscondensed'; 23 | $panose=' 0 0 2 b 6 6 3 8 4 2 2 4'; 24 | $haskerninfo=false; 25 | $unAGlyphs=false; 26 | ?> -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavuserifcondensed.mtx.php: -------------------------------------------------------------------------------- 1 | 928, 6 | 'Descent' => -236, 7 | 'CapHeight' => 928, 8 | 'Flags' => 4, 9 | 'FontBBox' => '[-693 -347 1512 1242]', 10 | 'ItalicAngle' => 0, 11 | 'StemV' => 87, 12 | 'MissingWidth' => 540, 13 | ); 14 | $up=-63; 15 | $ut=44; 16 | $ttffile='C:/wamp/www/Library/MPDF57/ttfonts/DejaVuSerifCondensed.ttf'; 17 | $TTCfontID='0'; 18 | $originalsize=296976; 19 | $sip=false; 20 | $smp=false; 21 | $BMPselected=true; 22 | $fontkey='dejavuserifcondensed'; 23 | $panose=' 0 0 2 6 6 6 5 6 5 2 2 4'; 24 | $haskerninfo=false; 25 | $unAGlyphs=false; 26 | ?> -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavusanscondensedB.mtx.php: -------------------------------------------------------------------------------- 1 | 928, 6 | 'Descent' => -236, 7 | 'CapHeight' => 928, 8 | 'Flags' => 262148, 9 | 'FontBBox' => '[-962 -415 1778 1174]', 10 | 'ItalicAngle' => 0, 11 | 'StemV' => 165, 12 | 'MissingWidth' => 540, 13 | ); 14 | $up=-63; 15 | $ut=44; 16 | $ttffile='C:/wamp/www/Library/MPDF57/ttfonts/DejaVuSansCondensed-Bold.ttf'; 17 | $TTCfontID='0'; 18 | $originalsize=545712; 19 | $sip=false; 20 | $smp=false; 21 | $BMPselected=true; 22 | $fontkey='dejavusanscondensedB'; 23 | $panose=' 0 0 2 b 8 6 3 6 4 2 2 4'; 24 | $haskerninfo=false; 25 | $unAGlyphs=false; 26 | ?> -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavuserifcondensedB.mtx.php: -------------------------------------------------------------------------------- 1 | 939, 6 | 'Descent' => -236, 7 | 'CapHeight' => 939, 8 | 'Flags' => 262148, 9 | 'FontBBox' => '[-752 -389 1617 1235]', 10 | 'ItalicAngle' => 0, 11 | 'StemV' => 165, 12 | 'MissingWidth' => 540, 13 | ); 14 | $up=-63; 15 | $ut=44; 16 | $ttffile='C:/wamp/www/Library/MPDF57/ttfonts/DejaVuSerifCondensed-Bold.ttf'; 17 | $TTCfontID='0'; 18 | $originalsize=283140; 19 | $sip=false; 20 | $smp=false; 21 | $BMPselected=true; 22 | $fontkey='dejavuserifcondensedB'; 23 | $panose=' 0 0 2 6 8 6 5 6 5 2 2 4'; 24 | $haskerninfo=false; 25 | $unAGlyphs=false; 26 | ?> -------------------------------------------------------------------------------- /MPDF57/examples/tiger.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /MPDF57/ttfontdata/dejavuserifcondensedBI.mtx.php: -------------------------------------------------------------------------------- 1 | 939, 6 | 'Descent' => -236, 7 | 'CapHeight' => 939, 8 | 'Flags' => 262212, 9 | 'FontBBox' => '[-815 -389 1579 1235]', 10 | 'ItalicAngle' => -11, 11 | 'StemV' => 165, 12 | 'MissingWidth' => 540, 13 | ); 14 | $up=-63; 15 | $ut=44; 16 | $ttffile='C:/wamp/www/Library/MPDF57/ttfonts/DejaVuSerifCondensed-BoldItalic.ttf'; 17 | $TTCfontID='0'; 18 | $originalsize=294584; 19 | $sip=false; 20 | $smp=false; 21 | $BMPselected=true; 22 | $fontkey='dejavuserifcondensedBI'; 23 | $panose=' 0 0 2 6 8 6 5 3 5 b 2 4'; 24 | $haskerninfo=false; 25 | $unAGlyphs=false; 26 | ?> -------------------------------------------------------------------------------- /MPDF57/examples/example41_MPDFI_template.php: -------------------------------------------------------------------------------- 1 | SetImportUse(); 7 | 8 | $mpdf->SetDisplayMode('fullpage'); 9 | 10 | $mpdf->SetCompression(false); 11 | 12 | // Add First page 13 | $pagecount = $mpdf->SetSourceFile('sample_basic.pdf'); 14 | 15 | $crop_x = 50; 16 | $crop_y = 50; 17 | $crop_w = 100; 18 | $crop_h = 100; 19 | 20 | $tplIdx = $mpdf->ImportPage(2, $crop_x, $crop_y, $crop_w, $crop_h); 21 | 22 | $x = 50; 23 | $y = 50; 24 | $w = 100; 25 | $h = 100; 26 | 27 | $mpdf->UseTemplate($tplIdx, $x, $y, $w, $h); 28 | 29 | $mpdf->Rect($x, $y, $w, $h); 30 | 31 | $mpdf->Output('newpdf.pdf', 'I'); 32 | 33 | exit; 34 | 35 | 36 | ?> -------------------------------------------------------------------------------- /MPDF57/utils/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 |

mPDF Font Utility scripts for Version 5.0

8 |

9 | Dump all characters from a font (font_dump.php) 10 |

11 |

12 | Show a list of all font names available (font_names.php) 13 |

14 |

15 | Show fonts in Collections .ttc (font_collections.php) 16 |

17 |

18 | Show coverage of characters from all fonts (font_coverage.php) 19 |

20 | 21 |

Edit the scripts to change the font folder if you wish - this is set by default to /ttfonts/

22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /cancel.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | -------------------------------------------------------------------------------- /cssmain/receipt.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-size: 1366px 768px; 3 | background-repeat: repeat; 4 | 5 | } 6 | hr { 7 | color: #000000; 8 | background-color:#000000; 9 | height:3px; 10 | width: 100%; 11 | border:none; 12 | } 13 | 14 | h1 { 15 | font-family: Gill Sans, Verdana; 16 | font-size: 60px; 17 | color: #2266FF; 18 | } 19 | p{ 20 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 21 | color: #FFFFFF; 22 | } 23 | 24 | #footer { 25 | color:black; 26 | clear:both; 27 | text-align:center; 28 | padding:5px; 29 | margin-top: 30px; 30 | } 31 | 32 | #wrapper { 33 | background-size: 1366px 768px; 34 | background-repeat: repeat; 35 | width:1313px; 36 | margin:0; 37 | padding:10px; 38 | height:auto; 39 | 40 | } 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /take.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | =2){ 21 | header("Location:sorry.php"); 22 | } 23 | else{ 24 | $query=mysql_query("INSERT INTO `library`.`issue` (`id`, `rollno`, `bid`, `date`, `fine`) VALUES (NULL, '$usernm', '$id', '$date', '0')"); 25 | if($query) 26 | { 27 | header("Location:receipt.php"); 28 | echo ""; 29 | } 30 | } 31 | 32 | ?> 33 | 34 | -------------------------------------------------------------------------------- /MPDF57/examples/example42_MPDFI_templatedoc.php: -------------------------------------------------------------------------------- 1 | SetImportUse(); 7 | 8 | $mpdf->SetDocTemplate('sample_logoheader2.pdf',1); // 1|0 to continue after end of document or not - used on matching page numbers 9 | 10 | //=================================================== 11 | $mpdf->AddPage(); 12 | $mpdf->WriteHTML('Hallo World'); 13 | $mpdf->AddPage(); 14 | $mpdf->WriteHTML('Hallo World'); 15 | $mpdf->AddPage(); 16 | $mpdf->WriteHTML('Hallo World'); 17 | //=================================================== 18 | 19 | $mpdf->RestartDocTemplate(); 20 | 21 | //=================================================== 22 | $mpdf->AddPage(); 23 | $mpdf->WriteHTML('Hallo World'); 24 | $mpdf->AddPage(); 25 | $mpdf->WriteHTML('Hallo World'); 26 | $mpdf->AddPage(); 27 | $mpdf->WriteHTML('Hallo World'); 28 | //=================================================== 29 | 30 | 31 | $mpdf->Output(); 32 | 33 | exit; 34 | 35 | ?> -------------------------------------------------------------------------------- /MPDF57/examples/example39_PDFA_compliance.php: -------------------------------------------------------------------------------- 1 | mPDF 7 |

PDFA Compliance

8 |

PDF/A1-b is a file format for the long-term archiving of electronic documents. This is an example of a PDF/A1-b compliant files.

9 | '; 10 | //============================================================== 11 | //============================================================== 12 | //============================================================== 13 | include("../mpdf.php"); 14 | 15 | $mpdf=new mPDF(); 16 | 17 | $mpdf->PDFA = true; 18 | $mpdf->PDFAauto = true; 19 | $mpdf->WriteHTML($html); 20 | 21 | $mpdf->Output(); 22 | 23 | exit; 24 | //============================================================== 25 | //============================================================== 26 | //============================================================== 27 | //============================================================== 28 | //============================================================== 29 | 30 | 31 | ?> -------------------------------------------------------------------------------- /MPDF57/examples/index.php: -------------------------------------------------------------------------------- 1 |

mPDF Example Files

'; 14 | 15 | foreach($files AS $n=>$f) { 16 | echo '

'.$n.') '.$f[0].'   PDF   PHP

'; 17 | } 18 | 19 | echo ''; 20 | exit; 21 | 22 | 23 | // For PHP4 compatability 24 | if (!function_exists('scandir')) { 25 | function scandir($dir = './', $sort = 0) { 26 | $dir_open = @ opendir($dir); 27 | if (! $dir_open) 28 | return false; 29 | while (($dir_content = readdir($dir_open)) !== false) 30 | $files[] = $dir_content; 31 | if ($sort == 1) 32 | rsort($files, SORT_STRING); 33 | else 34 | sort($files, SORT_STRING); 35 | return $files; 36 | } 37 | } 38 | 39 | 40 | ?> -------------------------------------------------------------------------------- /MPDF57/examples/example49_changelog.php: -------------------------------------------------------------------------------- 1 | tabSpaces = 6; 12 | 13 | $mpdf->allow_charset_conversion=true; 14 | $mpdf->charset_in='windows-1252'; 15 | 16 | 17 | //============================================================== 18 | 19 | $html = ' 20 |

mPDF

21 |

ChangeLog

22 |
23 | '; 24 | $lines = file('../CHANGELOG.txt'); 25 | 26 | $html .= '
';
27 | foreach($lines AS $line) {
28 | 	$html .= htmlspecialchars($line);
29 | }
30 | $html .= '
'; 31 | $html .= '
'; 32 | 33 | //============================================================== 34 | 35 | $mpdf->WriteHTML($html); 36 | 37 | $mpdf->Output(); 38 | exit; 39 | 40 | 41 | ?> -------------------------------------------------------------------------------- /MPDF57/progbar.css: -------------------------------------------------------------------------------- 1 | body { 2 | margin : 0 auto; 3 | width:100%; 4 | font-family: "Verdana"; 5 | color: #40454b; 6 | font-size: 12px; 7 | text-align:center; 8 | } 9 | .main { 10 | width:540px; 11 | margin: 0 auto; 12 | text-align:left; 13 | } 14 | .heading { 15 | font-size:14px; 16 | font-weight:bold; 17 | color:#CC0000; 18 | padding:5px; 19 | margin-left:10px; 20 | border-bottom:solid; 21 | border-bottom-width:1px; 22 | border-bottom-color:#333333; 23 | /* Use this to suppress the horizontal line under the heading */ 24 | /* border-bottom: 0px solid #000000; */ 25 | } 26 | table { 27 | font-family: "Verdana"; 28 | color: #40454b; 29 | font-size: 12px; 30 | } 31 | .demo { 32 | margin : 0 auto; 33 | width:100%; 34 | margin:20px; 35 | /* Use this to suppress all the bars and text */ 36 | /* display: none; */ 37 | } 38 | td { 39 | vertical-align: top; 40 | padding: 0 0.5em 0 0; 41 | } 42 | .code { 43 | font-family: "Courier New", Courier, monospace; 44 | font-size: 10px; 45 | } 46 | .code2 { 47 | font-family: "Courier New", Courier, monospace; 48 | font-size: 11px; font-weight: bold; color: red; 49 | } 50 | .barheading { 51 | color:#006600; 52 | font-weight:bold; 53 | } 54 | .progressBar { 55 | border: 1px solid #000000; 56 | background-color: #EEEEEE; 57 | width: 200px; 58 | font-size: 6px; 59 | } 60 | .innerBar { 61 | background-color:#00CC00; 62 | width: 0%; 63 | } 64 | #box3 { 65 | font-weight: bold; 66 | } 67 | -------------------------------------------------------------------------------- /MPDF57/examples/example38_dot_tab.php: -------------------------------------------------------------------------------- 1 | 6 | dottab.menu { 7 | outdent: 4em; 8 | } 9 | p.menu { 10 | text-align: left; 11 | padding-right: 4em; 12 | } 13 | 14 | 15 |

Menu

16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | '; 29 | 30 | 31 | include("../mpdf.php"); 32 | 33 | $mpdf=new mPDF(); 34 | 35 | $mpdf->WriteHTML($html); 36 | 37 | $mpdf->Output(); 38 | 39 | exit; 40 | 41 | 42 | 43 | ?> -------------------------------------------------------------------------------- /thank.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Studious Me 6 | 38 | 39 | 40 | 44 |
45 | 46 |

Registration Successful...!!!

47 | 48 |
Thank You
49 | 50 |

Proceed For Login

51 |
52 | 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /MPDF57/examples/show_code.php: -------------------------------------------------------------------------------- 1 | debug=true; 10 | $mpdf->tabSpaces = 6; 11 | 12 | $mpdf->allow_charset_conversion=true; 13 | $mpdf->charset_in='windows-1252'; 14 | 15 | //============================================================== 16 | preg_match('/example[0]{0,1}(\d+)_(.*?)\.php/',$filename,$m); 17 | $num = intval($m[1]); 18 | $title = ucfirst(preg_replace('/_/',' ',$m[2])); 19 | 20 | if (!$num || !$title) { die("Invalid file"); } 21 | if (preg_match('/\//', $filename) || !preg_match('/\.php$/',$filename)) { die("Hacking attempt"); } 22 | 23 | $html = ' 24 |

mPDF

25 |

Example '.$num.'. '.$title.'

26 |
27 | '; 28 | $lines = file($filename); 29 | 30 | $html .= '
';
31 | foreach($lines AS $line) {
32 | 	$html .= htmlspecialchars($line);
33 | }
34 | $html .= '
'; 35 | $html .= '
'; 36 | 37 | $mpdf->WriteHTML($html,2); // The 2 is important to prevent 38 | 39 | 40 | 44 |
45 | 46 |

Welcome to 24x7 Online Library

47 |

Log in as

48 | 49 | 50 | UserImage 51 | 52 | 53 | 54 | AdminImage 55 | 56 | 57 | 58 | GuestImage 59 | 60 | 61 |

USER ADMIN GUEST

62 | 63 | Create an account 64 |
65 | 68 | 69 | 70 | 71 | -------------------------------------------------------------------------------- /MPDF57/mpdfi/pdf_context.php: -------------------------------------------------------------------------------- 1 | file = $f; 33 | $this->reset(); 34 | } 35 | 36 | // Optionally move the file 37 | // pointer to a new location 38 | // and reset the buffered data 39 | 40 | function reset($pos = null, $l = 100) { 41 | if (!is_null ($pos)) { 42 | fseek ($this->file, $pos); 43 | } 44 | 45 | $this->buffer = $l > 0 ? fread($this->file, $l) : ''; 46 | $this->offset = 0; 47 | $this->length = strlen($this->buffer); 48 | $this->stack = array(); 49 | } 50 | 51 | // Make sure that there is at least one 52 | // character beyond the current offset in 53 | // the buffer to prevent the tokenizer 54 | // from attempting to access data that does 55 | // not exist 56 | 57 | function ensure_content() { 58 | if ($this->offset >= $this->length - 1) { 59 | return $this->increase_length(); 60 | } else { 61 | return true; 62 | } 63 | } 64 | 65 | // Forcefully read more data into the buffer 66 | 67 | function increase_length($l=100) { 68 | if (feof($this->file)) { 69 | return false; 70 | } else { 71 | $this->buffer .= fread($this->file, $l); 72 | $this->length = strlen($this->buffer); 73 | return true; 74 | } 75 | } 76 | 77 | } 78 | ?> -------------------------------------------------------------------------------- /postcancel.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Studious Me 13 | 14 | 15 | 16 | 17 |
18 | 21 | 63 |
64 |
65 | University 66 | 67 |
68 | 71 |
72 | 73 | -------------------------------------------------------------------------------- /MPDF57/examples/example36_annotations_and_Attached_files.php: -------------------------------------------------------------------------------- 1 | mPDF 7 |

Annotations

8 |
Heading 5
9 |
Heading 6
10 |

P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

13 | 14 | '; 15 | //============================================================== 16 | //============================================================== 17 | //============================================================== 18 | include("../mpdf.php"); 19 | 20 | $mpdf=new mPDF('c'); 21 | 22 | $mpdf->title2annots = true; 23 | 24 | $mpdf->WriteHTML($html); 25 | 26 | $mpdf->Output(); 27 | 28 | exit; 29 | //============================================================== 30 | //============================================================== 31 | //============================================================== 32 | //============================================================== 33 | //============================================================== 34 | 35 | 36 | ?> -------------------------------------------------------------------------------- /MPDF57/utils/font_collections.php: -------------------------------------------------------------------------------- 1 | Font collection files found in '.$ttfdir.' directory'; 43 | foreach($ff AS $f) { 44 | $ret = array(); 45 | if (strtolower(substr($f,-4,4))=='.ttc' || strtolower(substr($f,-4,4))=='.ttcf') { // Mac ttcf 46 | $ttf->getTTCFonts($ttfdir.$f); 47 | $nf = $ttf->numTTCFonts; 48 | echo '

Font collection file ('.$f.') contains the following fonts:

'; 49 | for ($i=1; $i<=$nf; $i++) { 50 | $ret = $ttf->extractCoreInfo($ttfdir.$f, $i); 51 | $tfname = $ret[0]; 52 | $bold = $ret[1]; 53 | $italic = $ret[2]; 54 | $fname = strtolower($tfname ); 55 | $fname = preg_replace('/[ ()]/','',$fname ); 56 | $style = ''; 57 | if ($bold) { $style .= 'Bold'; } 58 | if ($italic) { $style .= 'Italic'; } 59 | if (!$style) { $style = 'Regular'; } 60 | 61 | 62 | echo '
['.$i.'] '.$tfname.' ('.$fname.') '.$style.'
'; 63 | 64 | } 65 | echo '
'; 66 | } 67 | } 68 | 69 | 70 | exit; 71 | 72 | ?> -------------------------------------------------------------------------------- /MPDF57/examples/example02_CSS_styles.php: -------------------------------------------------------------------------------- 1 | mPDF 7 |

Basic Example Using CSS Styles

8 | 9 |

Heading 3

10 |

Heading 4

11 |
Heading 5
12 |

Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

13 |

Heading using Small-Caps - supported from mPDF version 5

14 |

Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.

15 | '; 16 | 17 | 18 | //============================================================== 19 | //============================================================== 20 | //============================================================== 21 | 22 | include("../mpdf.php"); 23 | 24 | $mpdf=new mPDF('c'); 25 | 26 | $mpdf->SetDisplayMode('fullpage'); 27 | 28 | // LOAD a stylesheet 29 | $stylesheet = file_get_contents('mpdfstyleA4.css'); 30 | $mpdf->WriteHTML($stylesheet,1); // The parameter 1 tells that this is css/style only and no body/html/text 31 | 32 | $mpdf->WriteHTML($html); 33 | 34 | $mpdf->Output(); 35 | 36 | exit; 37 | //============================================================== 38 | //============================================================== 39 | //============================================================== 40 | 41 | ?> -------------------------------------------------------------------------------- /sorry.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Studious Me 13 | 14 | 15 | 16 | 17 |
18 | 21 | 63 |
64 |
65 | University 66 |















67 |

YOU HAVE ALREADY
ISSUED 2 BOOKS

68 |
69 | 72 |
73 | 74 | -------------------------------------------------------------------------------- /postalready.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Studious Me 13 | 14 | 15 | 16 | 17 |
18 | 21 | 63 |
64 |
65 | University 66 |















67 |

YOU HAVE ALREADY
COLLECTED BOOK FROM LIBRARY

68 |
69 | 72 |
73 | 74 | -------------------------------------------------------------------------------- /ebooksem2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Studious Me 6 | 7 | 8 | 9 | 10 | 11 |
12 | 43 |
44 | 45 | 46 |
47 |

University E-BOOKS

49 |
50 | 51 |
52 |

First Year (FE) Question Papers - Semester 1:

53 |

ENGINEERING DRAWING


54 |

STRUCTURED PROGRAMMING APPROACH


55 |

APPLIED MATHEMATICS 2


56 |

APPLIED PHYSICS 2


57 |

APPLIED CHEMISTRY 2


58 |

COMMUNICATION SKILLS


59 |
60 | 63 |
64 | 65 | -------------------------------------------------------------------------------- /ebooksem1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Studious Me 6 | 7 | 8 | 9 | 10 | 11 |
12 | 43 |
44 | 45 | 46 |
47 |

University E-BOOKS

49 |
50 | 51 |
52 |

First Year (FE) Question Papers - Semester 1:

53 |

ENGINEERING MECHANICS


54 |

BASIC ELECTRICAL & ELECTRONICS ENGG


55 |

APPLIED MATHEMATICS 1


56 |

APPLIED PHYSICS 1


57 |

APPLIED CHEMISTRY 1


58 |

ENVIRONMENTAL STUDIES


59 |
60 | 63 |
64 | 65 | -------------------------------------------------------------------------------- /MPDF57/examples/example19_page_sizes.php: -------------------------------------------------------------------------------- 1 | 7 |
 {PAGENO} 
8 | 9 | 10 |
 {PAGENO} 
11 |
12 | 13 | 14 | '; 15 | 16 | //============================================================== 17 | $html = ' 18 |

mPDF Page Sizes

19 |

Changing page (sheet) sizes within the document

20 | '; 21 | //============================================================== 22 | //============================================================== 23 | include("../mpdf.php"); 24 | 25 | $mpdf=new mPDF('c','A4'); 26 | 27 | $mpdf->WriteHTML($hhtml); 28 | 29 | $mpdf->WriteHTML($html); 30 | $mpdf->WriteHTML('

This should print on an A4 (portrait) sheet

'); 31 | 32 | $mpdf->WriteHTML(''); 33 | $mpdf->WriteHTML($html); 34 | $mpdf->WriteHTML('

This page appears just after the ToC and should print on an A4 (landscape) sheet

'); 35 | 36 | $mpdf->WriteHTML(''); 37 | $mpdf->WriteHTML($html); 38 | $mpdf->WriteHTML('

This should print on an A5 (landscape) sheet

'); 39 | 40 | $mpdf->WriteHTML(''); 41 | $mpdf->WriteHTML($html); 42 | $mpdf->WriteHTML('

This should print on an Letter sheet

'); 43 | 44 | $mpdf->WriteHTML(''); 45 | $mpdf->WriteHTML($html); 46 | $mpdf->WriteHTML('

This should print on a sheet 150mm x 150mm

'); 47 | 48 | $mpdf->WriteHTML(''); 49 | $mpdf->WriteHTML($html); 50 | $mpdf->WriteHTML('

This should print on a sheet 11.69in x 8.27in = A4 landscape

'); 51 | 52 | 53 | $mpdf->Output(); 54 | exit; 55 | //============================================================== 56 | //============================================================== 57 | 58 | 59 | ?> -------------------------------------------------------------------------------- /MPDF57/includes/out.php: -------------------------------------------------------------------------------- 1 | Error('Some data has already been output to browser, can\'t send PDF file'); 26 | header('Content-Transfer-Encoding: binary'); 27 | header('Cache-Control: public, must-revalidate, max-age=0'); 28 | header('Pragma: public'); 29 | header('Expires: Sat, 26 Jul 1997 05:00:00 GMT'); 30 | header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT'); 31 | header('Content-Type: application/force-download'); 32 | header('Content-Type: application/octet-stream', false); 33 | header('Content-Type: application/download', false); 34 | header('Content-Type: application/pdf', false); 35 | header('Content-disposition: attachment; filename="'.$name.'"'); 36 | } 37 | $filesize = filesize($path.$tempfilename); 38 | if (!isset($_SERVER['HTTP_ACCEPT_ENCODING']) OR empty($_SERVER['HTTP_ACCEPT_ENCODING'])) { 39 | // don't use length if server using compression 40 | header('Content-Length: '.$filesize); 41 | } 42 | $fd=fopen($path.$tempfilename,'rb'); 43 | fpassthru($fd); 44 | fclose($fd); 45 | unlink($path.$tempfilename); 46 | // ====================== DELETE OLD FILES - Housekeeping ========================================= 47 | // Clear any files in directory that are >24 hrs old 48 | $interval = 86400; 49 | if ($handle = opendir(dirname($path.'dummy'))) { 50 | while (false !== ($file = readdir($handle))) { 51 | if (((filemtime($path.$file)+$interval) < time()) && ($file != "..") && ($file != ".") && substr($file, -3)=='pdf') { 52 | unlink($path.$file); 53 | } 54 | } 55 | closedir($handle); 56 | } 57 | exit; 58 | } 59 | ?> -------------------------------------------------------------------------------- /cssmain/admin.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | hr { 8 | color: #000000; 9 | background-color:#000000; 10 | height:3px; 11 | width: 100%; 12 | border:none; 13 | } 14 | 15 | h1 { 16 | font-family: Gill Sans, Verdana; 17 | font-size: 60px; 18 | color: #2266FF; 19 | } 20 | p{ 21 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 22 | color: #FFFFFF; 23 | } 24 | 25 | #header 26 | { 27 | height:170px; 28 | padding:0px; 29 | position:relative; 30 | } 31 | 32 | #footer { 33 | color:black; 34 | clear:both; 35 | text-align:center; 36 | padding:5px; 37 | margin-top: 30px; 38 | } 39 | 40 | #wrapper { 41 | background-image: url("background.jpg"); 42 | background-size: 1366px 768px; 43 | background-repeat: repeat; 44 | width:1313px; 45 | margin:0; 46 | padding:10px; 47 | height:auto; 48 | 49 | } 50 | 51 | #dropdown 52 | { 53 | height:50px; 54 | width:600px; 55 | float:right; 56 | padding:0px; 57 | bottom:0; 58 | right:0; 59 | position:absolute; 60 | } 61 | 62 | 63 | a:link, a:visited { 64 | display: block; 65 | font-weight: bold; 66 | color: #000000; 67 | background-color:transparent; 68 | padding: 4px; 69 | text-decoration: none; 70 | color: white; 71 | } 72 | 73 | a:hover, a:active { 74 | background-color:transparent; 75 | } 76 | 77 | 78 | ul { 79 | 80 | list-style: none; 81 | padding: 0px; 82 | margin: 0px; 83 | 84 | } 85 | ul li { 86 | display:block; 87 | position: relative; 88 | float: left; 89 | border:0px solid black; 90 | width:148px; 91 | } 92 | li ul { 93 | display: none; 94 | } 95 | ul li a { 96 | display: block; 97 | background: Black; 98 | padding: 0px 0px 0px 0px; 99 | text-decoration: none; 100 | color: White; 101 | height:42px; 102 | 103 | } 104 | ul li a:hover 105 | { 106 | background: #2266FF; 107 | } 108 | li:hover ul 109 | { 110 | display: block; 111 | position: absolute; 112 | } 113 | li:hover li { 114 | float: none; 115 | } 116 | li:hover a { 117 | background: #333333; 118 | } 119 | li:hover li a:hover { 120 | background: #2266FF; 121 | } 122 | #drop-nav li ul li 123 | { 124 | border-top: 0px; 125 | 126 | } 127 | 128 | -------------------------------------------------------------------------------- /cssmain/goals.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | hr { 8 | color: #000000; 9 | background-color:#000000; 10 | height:3px; 11 | width: 100%; 12 | border:none; 13 | } 14 | 15 | h1 { 16 | font-family: Gill Sans, Verdana; 17 | font-size: 60px; 18 | color: #2266FF; 19 | } 20 | p{ 21 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 22 | color: #FFFFFF; 23 | } 24 | 25 | #header 26 | { 27 | height:170px; 28 | padding:0px; 29 | position:relative; 30 | } 31 | 32 | #footer { 33 | color:black; 34 | clear:both; 35 | text-align:center; 36 | padding:5px; 37 | margin-top: 30px; 38 | } 39 | 40 | #wrapper { 41 | background-image: url("background.jpg"); 42 | background-size: 1366px 768px; 43 | background-repeat: repeat; 44 | width:1313px; 45 | margin:0; 46 | padding:10px; 47 | height:auto; 48 | 49 | } 50 | 51 | #dropdown 52 | { 53 | height:50px; 54 | width:750px; 55 | float:right; 56 | padding:0px; 57 | bottom:0; 58 | right:0; 59 | position:absolute; 60 | } 61 | 62 | 63 | a:link, a:visited { 64 | display: block; 65 | font-weight: bold; 66 | color: #000000; 67 | background-color:transparent; 68 | padding: 4px; 69 | text-decoration: none; 70 | color: white; 71 | } 72 | 73 | a:hover, a:active { 74 | background-color:transparent; 75 | } 76 | 77 | 78 | ul { 79 | 80 | list-style: none; 81 | padding: 0px; 82 | margin: 0px; 83 | 84 | } 85 | ul li { 86 | display:block; 87 | position: relative; 88 | float: left; 89 | border:0px solid black; 90 | width:148px; 91 | } 92 | li ul { 93 | display: none; 94 | } 95 | ul li a { 96 | display: block; 97 | background: Black; 98 | padding: 0px 0px 0px 0px; 99 | text-decoration: none; 100 | color: White; 101 | height:42px; 102 | 103 | } 104 | ul li a:hover 105 | { 106 | background: #2266FF; 107 | } 108 | li:hover ul 109 | { 110 | display: block; 111 | position: absolute; 112 | } 113 | li:hover li { 114 | float: none; 115 | } 116 | li:hover a { 117 | background: #333333; 118 | } 119 | li:hover li a:hover { 120 | background: #2266FF; 121 | } 122 | #drop-nav li ul li 123 | { 124 | border-top: 0px; 125 | 126 | } 127 | 128 | -------------------------------------------------------------------------------- /cssmain/guest.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | hr { 8 | color: #000000; 9 | background-color:#000000; 10 | height:3px; 11 | width: 100%; 12 | border:none; 13 | } 14 | 15 | h1 { 16 | font-family: Gill Sans, Verdana; 17 | font-size: 60px; 18 | color: #2266FF; 19 | } 20 | p{ 21 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 22 | color: #FFFFFF; 23 | } 24 | 25 | #header 26 | { 27 | height:170px; 28 | padding:0px; 29 | position:relative; 30 | } 31 | 32 | #footer { 33 | color:black; 34 | clear:both; 35 | text-align:center; 36 | padding:5px; 37 | margin-top: 30px; 38 | } 39 | 40 | #wrapper { 41 | background-image: url("background.jpg"); 42 | background-size: 1366px 768px; 43 | background-repeat: repeat; 44 | width:1313px; 45 | margin:0; 46 | padding:10px; 47 | height:auto; 48 | 49 | } 50 | 51 | #dropdown 52 | { 53 | height:50px; 54 | width:450px; 55 | float:right; 56 | padding:0px; 57 | bottom:0; 58 | right:0; 59 | position:absolute; 60 | } 61 | 62 | 63 | a:link, a:visited { 64 | display: block; 65 | font-weight: bold; 66 | color: #000000; 67 | background-color:transparent; 68 | padding: 4px; 69 | text-decoration: none; 70 | color: white; 71 | } 72 | 73 | a:hover, a:active { 74 | background-color:transparent; 75 | } 76 | 77 | 78 | ul { 79 | 80 | list-style: none; 81 | padding: 0px; 82 | margin: 0px; 83 | 84 | } 85 | ul li { 86 | display:block; 87 | position: relative; 88 | float: left; 89 | border:0px solid black; 90 | width:148px; 91 | } 92 | li ul { 93 | display: none; 94 | } 95 | ul li a { 96 | display: block; 97 | background: Black; 98 | padding: 0px 0px 0px 0px; 99 | text-decoration: none; 100 | color: White; 101 | height:42px; 102 | 103 | } 104 | ul li a:hover 105 | { 106 | background: #2266FF; 107 | } 108 | li:hover ul 109 | { 110 | display: block; 111 | position: absolute; 112 | } 113 | li:hover li { 114 | float: none; 115 | } 116 | li:hover a { 117 | background: #333333; 118 | } 119 | li:hover li a:hover { 120 | background: #2266FF; 121 | } 122 | #drop-nav li ul li 123 | { 124 | border-top: 0px; 125 | 126 | } 127 | 128 | -------------------------------------------------------------------------------- /cssmain/user.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | hr { 8 | color: #000000; 9 | background-color:#000000; 10 | height:3px; 11 | width: 100%; 12 | border:none; 13 | } 14 | 15 | h1 { 16 | font-family: Gill Sans, Verdana; 17 | font-size: 60px; 18 | color: #2266FF; 19 | } 20 | p{ 21 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 22 | color: #FFFFFF; 23 | } 24 | 25 | #header 26 | { 27 | height:170px; 28 | padding:0px; 29 | position:relative; 30 | } 31 | 32 | #footer { 33 | color:black; 34 | clear:both; 35 | text-align:center; 36 | padding:5px; 37 | margin-top: 30px; 38 | } 39 | 40 | #wrapper { 41 | background-image: url("background.jpg"); 42 | background-size: 1366px 768px; 43 | background-repeat: repeat; 44 | width:1313px; 45 | margin:0; 46 | padding:10px; 47 | height:auto; 48 | 49 | } 50 | 51 | #dropdown 52 | { 53 | height:50px; 54 | width:750px; 55 | float:right; 56 | padding:0px; 57 | bottom:0; 58 | right:0; 59 | position:absolute; 60 | } 61 | 62 | 63 | a:link, a:visited { 64 | display: block; 65 | font-weight: bold; 66 | color: #000000; 67 | background-color:transparent; 68 | padding: 4px; 69 | text-decoration: none; 70 | color: white; 71 | } 72 | 73 | a:hover, a:active { 74 | background-color:transparent; 75 | } 76 | 77 | 78 | ul { 79 | 80 | list-style: none; 81 | padding: 0px; 82 | margin: 0px; 83 | 84 | } 85 | ul li { 86 | display:block; 87 | position: relative; 88 | float: left; 89 | border:0px solid black; 90 | width:148px; 91 | } 92 | li ul { 93 | display: none; 94 | } 95 | ul li a { 96 | display: block; 97 | background: Black; 98 | padding: 0px 0px 0px 0px; 99 | text-decoration: none; 100 | color: White; 101 | height:42px; 102 | 103 | } 104 | ul li a:hover 105 | { 106 | background: #2266FF; 107 | } 108 | li:hover ul 109 | { 110 | display: block; 111 | position: absolute; 112 | } 113 | li:hover li { 114 | float: none; 115 | } 116 | li:hover a { 117 | background: #333333; 118 | } 119 | li:hover li a:hover { 120 | background: #2266FF; 121 | } 122 | #drop-nav li ul li 123 | { 124 | border-top: 0px; 125 | 126 | } 127 | 128 | -------------------------------------------------------------------------------- /cssmain/onlinetest.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | hr { 8 | color: #000000; 9 | background-color:#000000; 10 | height:3px; 11 | width: 100%; 12 | border:none; 13 | } 14 | 15 | h1 { 16 | font-family: Gill Sans, Verdana; 17 | font-size: 60px; 18 | color: #2266FF; 19 | } 20 | p{ 21 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 22 | color: #FFFFFF; 23 | } 24 | 25 | #header 26 | { 27 | height:170px; 28 | padding:0px; 29 | position:relative; 30 | } 31 | 32 | #footer { 33 | color:black; 34 | clear:both; 35 | text-align:center; 36 | padding:5px; 37 | margin-top: 30px; 38 | } 39 | 40 | #wrapper { 41 | background-image: url("background.jpg"); 42 | background-size: 1366px 768px; 43 | background-repeat: repeat; 44 | width:1313px; 45 | margin:0; 46 | padding:10px; 47 | height:auto; 48 | 49 | } 50 | 51 | #dropdown 52 | { 53 | height:50px; 54 | width:750px; 55 | float:right; 56 | padding:0px; 57 | bottom:0; 58 | right:0; 59 | position:absolute; 60 | } 61 | 62 | 63 | a:link, a:visited { 64 | display: block; 65 | font-weight: bold; 66 | color: #000000; 67 | background-color:transparent; 68 | padding: 4px; 69 | text-decoration: none; 70 | color: white; 71 | } 72 | 73 | a:hover, a:active { 74 | background-color:transparent; 75 | } 76 | 77 | 78 | ul { 79 | 80 | list-style: none; 81 | padding: 0px; 82 | margin: 0px; 83 | 84 | } 85 | ul li { 86 | display:block; 87 | position: relative; 88 | float: left; 89 | border:0px solid black; 90 | width:148px; 91 | } 92 | li ul { 93 | display: none; 94 | } 95 | ul li a { 96 | display: block; 97 | background: Black; 98 | padding: 0px 0px 0px 0px; 99 | text-decoration: none; 100 | color: White; 101 | height:42px; 102 | 103 | } 104 | ul li a:hover 105 | { 106 | background: #2266FF; 107 | } 108 | li:hover ul 109 | { 110 | display: block; 111 | position: absolute; 112 | } 113 | li:hover li { 114 | float: none; 115 | } 116 | li:hover a { 117 | background: #333333; 118 | } 119 | li:hover li a:hover { 120 | background: #2266FF; 121 | } 122 | #drop-nav li ul li 123 | { 124 | border-top: 0px; 125 | 126 | } 127 | 128 | -------------------------------------------------------------------------------- /cssmain/registration.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | hr { 8 | color: #000000; 9 | background-color:#000000; 10 | height:3px; 11 | width: 100%; 12 | border:none; 13 | } 14 | 15 | h1 { 16 | font-family: Gill Sans, Verdana; 17 | font-size: 60px; 18 | color: #2266FF; 19 | } 20 | p{ 21 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 22 | color: #FFFFFF; 23 | } 24 | 25 | #header 26 | { 27 | height:170px; 28 | padding:0px; 29 | position:relative; 30 | } 31 | 32 | #footer { 33 | color:black; 34 | clear:both; 35 | text-align:center; 36 | padding:5px; 37 | margin-top: 30px; 38 | } 39 | 40 | #wrapper { 41 | background-image: url("background.jpg"); 42 | background-size: 1366px 768px; 43 | background-repeat: repeat; 44 | width:1313px; 45 | margin:0; 46 | padding:10px; 47 | height:auto; 48 | 49 | } 50 | 51 | #dropdown 52 | { 53 | height:50px; 54 | width:450px; 55 | float:right; 56 | padding:0px; 57 | bottom:0; 58 | right:0; 59 | position:absolute; 60 | } 61 | 62 | 63 | a:link, a:visited { 64 | display: block; 65 | font-weight: bold; 66 | color: #000000; 67 | background-color:transparent; 68 | padding: 4px; 69 | text-decoration: none; 70 | color: white; 71 | } 72 | 73 | a:hover, a:active { 74 | background-color:transparent; 75 | } 76 | 77 | 78 | ul { 79 | 80 | list-style: none; 81 | padding: 0px; 82 | margin: 0px; 83 | 84 | } 85 | ul li { 86 | display:block; 87 | position: relative; 88 | float: left; 89 | border:0px solid black; 90 | width:148px; 91 | } 92 | li ul { 93 | display: none; 94 | } 95 | ul li a { 96 | display: block; 97 | background: Black; 98 | padding: 0px 0px 0px 0px; 99 | text-decoration: none; 100 | color: White; 101 | height:42px; 102 | 103 | } 104 | ul li a:hover 105 | { 106 | background: #2266FF; 107 | } 108 | li:hover ul 109 | { 110 | display: block; 111 | position: absolute; 112 | } 113 | li:hover li { 114 | float: none; 115 | } 116 | li:hover a { 117 | background: #333333; 118 | } 119 | li:hover li a:hover { 120 | background: #2266FF; 121 | } 122 | #drop-nav li ul li 123 | { 124 | border-top: 0px; 125 | 126 | } 127 | 128 | -------------------------------------------------------------------------------- /userlogin.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | Studious Me 9 | 40 | 41 | 42 | 46 |
47 | 48 |

USER LOGIN

49 |

Sign in to continue to Library

50 |
51 | USERNAME :
52 | PASSWORD : 53 |

54 | 55 |
56 |
57 | 60 | 61 | 62 | 63 | 64 | 65 | alert('Email or password is incorrect!')"; 93 | }} 94 | -------------------------------------------------------------------------------- /MPDF57/examples/example52_lineheight.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 |

Line-height & vertical alignment

14 |
In these examples, top and bottom padding are set to 0, so the block height = line height.
15 |
The inline text (set to a larger font-size) inherits the line-height as a factor of the largest font-size i.e. the line height will expand to reflect the largest font on the line.
16 | Line-height: "normal" (set in mPDF by default as 1.33).
17 |

Normal text 16pt font-size  and normal again

18 | 19 |
Line-height: 2.0 When using relative line-heights, the text is aligned vertically so that the centre-line of the line goes throught the middle of the largest font.
20 |

Normal text 16pt font-size  and normal again

21 | 22 |
Line-heights set as a percentages are computed on the base font-size, and are then inherited and treated the same as absolute lengths. This is also true for "em" values. The line-height of this line is set as 200% of the paragraph font-size (10pt).
23 | When using absolute line-heights, the text is aligned vertically so that the centre-line of the line goes throught the middle of the base font.
24 | This means that as far as possible, multiple lines will remain equally spaced
25 | Line-height: 200%
26 |

Normal text 16pt font-size  and normal again

27 | 28 |
If the line includes a font-size greater than 1.6 times the computed line-height, then the text baseline is dropped so that the text will approximately fit within the line-height. 29 |
Line-height: 2em
30 |

Normal text 18pt font-size  and normal again

31 | 32 |
If the line includes a font-size greater than 2 times the computed line-height, then the line-height is increased to accommodate the larger fontsize.
33 | Line-height: 2em
34 |

Normal text 24pt font-size  and normal again

35 | 36 | -------------------------------------------------------------------------------- /MPDF57/font/czapfdingbats.php: -------------------------------------------------------------------------------- 1 | 0,chr(1)=>0,chr(2)=>0,chr(3)=>0,chr(4)=>0,chr(5)=>0,chr(6)=>0,chr(7)=>0,chr(8)=>0,chr(9)=>0,chr(10)=>0,chr(11)=>0,chr(12)=>0,chr(13)=>0,chr(14)=>0,chr(15)=>0,chr(16)=>0,chr(17)=>0,chr(18)=>0,chr(19)=>0,chr(20)=>0,chr(21)=>0, 4 | chr(22)=>0,chr(23)=>0,chr(24)=>0,chr(25)=>0,chr(26)=>0,chr(27)=>0,chr(28)=>0,chr(29)=>0,chr(30)=>0,chr(31)=>0,' '=>278,'!'=>974,'"'=>961,'#'=>974,'$'=>980,'%'=>719,'&'=>789,'\''=>790,'('=>791,')'=>690,'*'=>960,'+'=>939, 5 | ','=>549,'-'=>855,'.'=>911,'/'=>933,'0'=>911,'1'=>945,'2'=>974,'3'=>755,'4'=>846,'5'=>762,'6'=>761,'7'=>571,'8'=>677,'9'=>763,':'=>760,';'=>759,'<'=>754,'='=>494,'>'=>552,'?'=>537,'@'=>577,'A'=>692, 6 | 'B'=>786,'C'=>788,'D'=>788,'E'=>790,'F'=>793,'G'=>794,'H'=>816,'I'=>823,'J'=>789,'K'=>841,'L'=>823,'M'=>833,'N'=>816,'O'=>831,'P'=>923,'Q'=>744,'R'=>723,'S'=>749,'T'=>790,'U'=>792,'V'=>695,'W'=>776, 7 | 'X'=>768,'Y'=>792,'Z'=>759,'['=>707,'\\'=>708,']'=>682,'^'=>701,'_'=>826,'`'=>815,'a'=>789,'b'=>789,'c'=>707,'d'=>687,'e'=>696,'f'=>689,'g'=>786,'h'=>787,'i'=>713,'j'=>791,'k'=>785,'l'=>791,'m'=>873, 8 | 'n'=>761,'o'=>762,'p'=>762,'q'=>759,'r'=>759,'s'=>892,'t'=>892,'u'=>788,'v'=>784,'w'=>438,'x'=>138,'y'=>277,'z'=>415,'{'=>392,'|'=>392,'}'=>668,'~'=>668,chr(127)=>0,chr(128)=>390,chr(129)=>390,chr(130)=>317,chr(131)=>317, 9 | chr(132)=>276,chr(133)=>276,chr(134)=>509,chr(135)=>509,chr(136)=>410,chr(137)=>410,chr(138)=>234,chr(139)=>234,chr(140)=>334,chr(141)=>334,chr(142)=>0,chr(143)=>0,chr(144)=>0,chr(145)=>0,chr(146)=>0,chr(147)=>0,chr(148)=>0,chr(149)=>0,chr(150)=>0,chr(151)=>0,chr(152)=>0,chr(153)=>0, 10 | chr(154)=>0,chr(155)=>0,chr(156)=>0,chr(157)=>0,chr(158)=>0,chr(159)=>0,chr(160)=>0,chr(161)=>732,chr(162)=>544,chr(163)=>544,chr(164)=>910,chr(165)=>667,chr(166)=>760,chr(167)=>760,chr(168)=>776,chr(169)=>595,chr(170)=>694,chr(171)=>626,chr(172)=>788,chr(173)=>788,chr(174)=>788,chr(175)=>788, 11 | chr(176)=>788,chr(177)=>788,chr(178)=>788,chr(179)=>788,chr(180)=>788,chr(181)=>788,chr(182)=>788,chr(183)=>788,chr(184)=>788,chr(185)=>788,chr(186)=>788,chr(187)=>788,chr(188)=>788,chr(189)=>788,chr(190)=>788,chr(191)=>788,chr(192)=>788,chr(193)=>788,chr(194)=>788,chr(195)=>788,chr(196)=>788,chr(197)=>788, 12 | chr(198)=>788,chr(199)=>788,chr(200)=>788,chr(201)=>788,chr(202)=>788,chr(203)=>788,chr(204)=>788,chr(205)=>788,chr(206)=>788,chr(207)=>788,chr(208)=>788,chr(209)=>788,chr(210)=>788,chr(211)=>788,chr(212)=>894,chr(213)=>838,chr(214)=>1016,chr(215)=>458,chr(216)=>748,chr(217)=>924,chr(218)=>748,chr(219)=>918, 13 | chr(220)=>927,chr(221)=>928,chr(222)=>928,chr(223)=>834,chr(224)=>873,chr(225)=>828,chr(226)=>924,chr(227)=>924,chr(228)=>917,chr(229)=>930,chr(230)=>931,chr(231)=>463,chr(232)=>883,chr(233)=>836,chr(234)=>836,chr(235)=>867,chr(236)=>867,chr(237)=>696,chr(238)=>696,chr(239)=>874,chr(240)=>0,chr(241)=>874, 14 | chr(242)=>760,chr(243)=>946,chr(244)=>771,chr(245)=>865,chr(246)=>771,chr(247)=>888,chr(248)=>967,chr(249)=>888,chr(250)=>831,chr(251)=>873,chr(252)=>927,chr(253)=>970,chr(254)=>918,chr(255)=>0); 15 | 16 | $desc=array('FontBBox'=>'[-1 -143 981 820]'); 17 | $up=-100; 18 | $ut=50; 19 | 20 | 21 | ?> -------------------------------------------------------------------------------- /MPDF57/examples/example15_headers_method_1.php: -------------------------------------------------------------------------------- 1 | mirrorMargins = 1; // Use different Odd/Even headers and footers and mirror margins 8 | 9 | $mpdf->defaultheaderfontsize = 10; /* in pts */ 10 | $mpdf->defaultheaderfontstyle = B; /* blank, B, I, or BI */ 11 | $mpdf->defaultheaderline = 1; /* 1 to include line below header/above footer */ 12 | 13 | $mpdf->defaultfooterfontsize = 12; /* in pts */ 14 | $mpdf->defaultfooterfontstyle = B; /* blank, B, I, or BI */ 15 | $mpdf->defaultfooterline = 1; /* 1 to include line below header/above footer */ 16 | 17 | 18 | $mpdf->SetHeader('{DATE j-m-Y}|{PAGENO}/{nb}|My document'); 19 | $mpdf->SetFooter('{PAGENO}'); /* defines footer for Odd and Even Pages - placed at Outer margin */ 20 | 21 | $mpdf->SetFooter(array( 22 | 'L' => array( 23 | 'content' => 'Text to go on the left', 24 | 'font-family' => 'sans-serif', 25 | 'font-style' => 'B', /* blank, B, I, or BI */ 26 | 'font-size' => '10', /* in pts */ 27 | ), 28 | 'C' => array( 29 | 'content' => '- {PAGENO} -', 30 | 'font-family' => 'serif', 31 | 'font-style' => 'BI', 32 | 'font-size' => '18', /* gives default */ 33 | ), 34 | 'R' => array( 35 | 'content' => 'Printed @ {DATE j-m-Y H:m}', 36 | 'font-family' => 'monospace', 37 | 'font-style' => '', 38 | 'font-size' => '10', 39 | ), 40 | 'line' => 1, /* 1 to include line below header/above footer */ 41 | ), 'E' /* defines footer for Even Pages */ 42 | ); 43 | 44 | 45 | $html = ' 46 |

mPDF

47 |

Headers & Footers Method 1

48 |

Odd / Right page

49 |

Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

50 | 51 |

Even / Left page

52 |

Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

53 | '; 54 | 55 | $mpdf->WriteHTML($html); 56 | 57 | $mpdf->Output(); 58 | exit; 59 | 60 | ?> -------------------------------------------------------------------------------- /MPDF57/font/csymbol.php: -------------------------------------------------------------------------------- 1 | 250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250, 4 | chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>713,'#'=>500,'$'=>549,'%'=>833,'&'=>778,'\''=>439,'('=>333,')'=>333,'*'=>500,'+'=>549, 5 | ','=>250,'-'=>549,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>278,';'=>278,'<'=>549,'='=>549,'>'=>549,'?'=>444,'@'=>549,'A'=>722, 6 | 'B'=>667,'C'=>722,'D'=>612,'E'=>611,'F'=>763,'G'=>603,'H'=>722,'I'=>333,'J'=>631,'K'=>722,'L'=>686,'M'=>889,'N'=>722,'O'=>722,'P'=>768,'Q'=>741,'R'=>556,'S'=>592,'T'=>611,'U'=>690,'V'=>439,'W'=>768, 7 | 'X'=>645,'Y'=>795,'Z'=>611,'['=>333,'\\'=>863,']'=>333,'^'=>658,'_'=>500,'`'=>500,'a'=>631,'b'=>549,'c'=>549,'d'=>494,'e'=>439,'f'=>521,'g'=>411,'h'=>603,'i'=>329,'j'=>603,'k'=>549,'l'=>549,'m'=>576, 8 | 'n'=>521,'o'=>549,'p'=>549,'q'=>521,'r'=>549,'s'=>603,'t'=>439,'u'=>576,'v'=>713,'w'=>686,'x'=>493,'y'=>686,'z'=>494,'{'=>480,'|'=>200,'}'=>480,'~'=>549,chr(127)=>0,chr(128)=>0,chr(129)=>0,chr(130)=>0,chr(131)=>0, 9 | chr(132)=>0,chr(133)=>0,chr(134)=>0,chr(135)=>0,chr(136)=>0,chr(137)=>0,chr(138)=>0,chr(139)=>0,chr(140)=>0,chr(141)=>0,chr(142)=>0,chr(143)=>0,chr(144)=>0,chr(145)=>0,chr(146)=>0,chr(147)=>0,chr(148)=>0,chr(149)=>0,chr(150)=>0,chr(151)=>0,chr(152)=>0,chr(153)=>0, 10 | chr(154)=>0,chr(155)=>0,chr(156)=>0,chr(157)=>0,chr(158)=>0,chr(159)=>0,chr(160)=>750,chr(161)=>620,chr(162)=>247,chr(163)=>549,chr(164)=>167,chr(165)=>713,chr(166)=>500,chr(167)=>753,chr(168)=>753,chr(169)=>753,chr(170)=>753,chr(171)=>1042,chr(172)=>987,chr(173)=>603,chr(174)=>987,chr(175)=>603, 11 | chr(176)=>400,chr(177)=>549,chr(178)=>411,chr(179)=>549,chr(180)=>549,chr(181)=>713,chr(182)=>494,chr(183)=>460,chr(184)=>549,chr(185)=>549,chr(186)=>549,chr(187)=>549,chr(188)=>1000,chr(189)=>603,chr(190)=>1000,chr(191)=>658,chr(192)=>823,chr(193)=>686,chr(194)=>795,chr(195)=>987,chr(196)=>768,chr(197)=>768, 12 | chr(198)=>823,chr(199)=>768,chr(200)=>768,chr(201)=>713,chr(202)=>713,chr(203)=>713,chr(204)=>713,chr(205)=>713,chr(206)=>713,chr(207)=>713,chr(208)=>768,chr(209)=>713,chr(210)=>790,chr(211)=>790,chr(212)=>890,chr(213)=>823,chr(214)=>549,chr(215)=>250,chr(216)=>713,chr(217)=>603,chr(218)=>603,chr(219)=>1042, 13 | chr(220)=>987,chr(221)=>603,chr(222)=>987,chr(223)=>603,chr(224)=>494,chr(225)=>329,chr(226)=>790,chr(227)=>790,chr(228)=>786,chr(229)=>713,chr(230)=>384,chr(231)=>384,chr(232)=>384,chr(233)=>384,chr(234)=>384,chr(235)=>384,chr(236)=>494,chr(237)=>494,chr(238)=>494,chr(239)=>494,chr(240)=>0,chr(241)=>329, 14 | chr(242)=>274,chr(243)=>686,chr(244)=>686,chr(245)=>686,chr(246)=>384,chr(247)=>384,chr(248)=>384,chr(249)=>384,chr(250)=>384,chr(251)=>384,chr(252)=>494,chr(253)=>494,chr(254)=>494,chr(255)=>0); 15 | 16 | $desc=array('FontBBox'=>'[-180 -293 1090 1010]'); 17 | $up=-100; 18 | $ut=50; 19 | 20 | 21 | ?> -------------------------------------------------------------------------------- /user.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Studious Me 15 | 16 | 17 | 18 | 19 | 20 |
21 | 58 |
59 | 60 |
61 |

University MEMBER DATABASE

63 |
64 | 65 | <
66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 |
User IDUser NameRoll noUser PasswordGenderDelete User
Delete
99 |
100 | 101 | 102 | -------------------------------------------------------------------------------- /MPDF57/examples/example16_headers_method_2.php: -------------------------------------------------------------------------------- 1 | mirrorMargins = 1; // Use different Odd/Even headers and footers and mirror margins 8 | 9 | $header = ' 10 | 11 | 12 | 13 | 14 |
Left header p {PAGENO}Right header
15 | '; 16 | $headerE = ' 17 | 18 | 19 | 20 | 21 |
Outer headerInner header p {PAGENO}
22 | '; 23 | 24 | $footer = ''; 25 | $footerE = ''; 26 | 27 | 28 | $mpdf->SetHTMLHeader($header); 29 | $mpdf->SetHTMLHeader($headerE,'E'); 30 | $mpdf->SetHTMLFooter($footer); 31 | $mpdf->SetHTMLFooter($footerE,'E'); 32 | 33 | 34 | $html = ' 35 |

mPDF

36 |

Headers & Footers Method 2

37 |

Odd / Right page

38 |

Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

39 | 40 |

Even / Left page

41 |

Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

42 | '; 43 | 44 | $mpdf->WriteHTML($html); 45 | 46 | $mpdf->Output(); 47 | exit; 48 | 49 | ?> -------------------------------------------------------------------------------- /cssmain/viewbook.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | 8 | h1 { 9 | font-family: Gill Sans, Verdana; 10 | font-size: 60px; 11 | color: #2266FF; 12 | } 13 | 14 | #top 15 | { 16 | height:130px; 17 | border:0px; 18 | padding:10px; 19 | font-family:Gill Sans, Verdana; 20 | background-color:#2266ff 21 | } 22 | 23 | #left 24 | { 25 | height:560px; 26 | width:250px; 27 | float:left; 28 | border:0px; 29 | padding:5px; 30 | background-color:#2266ff; 31 | } 32 | 33 | #content 34 | { 35 | height:500px; 36 | width:72.75%; 37 | float:right; 38 | } 39 | 40 | hr { 41 | color: #000000; 42 | background-color:#000000; 43 | height:3px; 44 | width: 100%; 45 | border:none; 46 | } 47 | 48 | h1 { 49 | font-family: Gill Sans, Verdana; 50 | font-size: 60px; 51 | color: #2266FF; 52 | } 53 | p{ 54 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 55 | color: #FFFFFF; 56 | } 57 | 58 | #header 59 | { 60 | height:170px; 61 | padding:0px; 62 | position:relative; 63 | } 64 | 65 | #footer { 66 | color:black; 67 | clear:both; 68 | text-align:center; 69 | padding:5px; 70 | margin-top: 30px; 71 | } 72 | 73 | #wrapper { 74 | background-image: url("background.jpg"); 75 | background-size: 1366px 768px; 76 | background-repeat: repeat; 77 | width:1313px; 78 | margin:0; 79 | padding:10px; 80 | height:auto; 81 | 82 | } 83 | 84 | #dropdown 85 | { 86 | height:50px; 87 | width:750px; 88 | float:right; 89 | padding:0px; 90 | bottom:0; 91 | right:0; 92 | position:absolute; 93 | } 94 | 95 | 96 | a:link, a:visited { 97 | display: block; 98 | font-weight: bold; 99 | color: #000000; 100 | background-color:transparent; 101 | padding: 4px; 102 | text-decoration: none; 103 | color: white; 104 | } 105 | 106 | a:hover, a:active { 107 | background-color:transparent; 108 | } 109 | 110 | 111 | ul { 112 | 113 | list-style: none; 114 | padding: 0px; 115 | margin: 0px; 116 | 117 | } 118 | ul li { 119 | display:block; 120 | position: relative; 121 | float: left; 122 | border:0px solid black; 123 | width:148px; 124 | } 125 | li ul { 126 | display: none; 127 | } 128 | ul li a { 129 | display: block; 130 | background: Black; 131 | padding: 0px 0px 0px 0px; 132 | text-decoration: none; 133 | color: White; 134 | height:42px; 135 | 136 | } 137 | ul li a:hover 138 | { 139 | background: #2266FF; 140 | } 141 | li:hover ul 142 | { 143 | display: block; 144 | position: absolute; 145 | } 146 | li:hover li { 147 | float: none; 148 | } 149 | li:hover a { 150 | background: #333333; 151 | } 152 | li:hover li a:hover { 153 | background: #2266FF; 154 | } 155 | #drop-nav li ul li 156 | { 157 | border-top: 0px; 158 | 159 | } 160 | 161 | -------------------------------------------------------------------------------- /profile.php: -------------------------------------------------------------------------------- 1 | 8 | 11 | 12 | 13 | 14 | Mission, Vision, Values 15 | 16 | 17 | 18 | 19 |
20 | 62 | 63 |
64 | 65 |
66 |

University USER INFO

68 |
69 | 70 | <
71 | 72 |

73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 93 | 94 | 95 | 96 | 97 | 98 | 99 |
User IDUser NameUser PasswordGender
100 |
101 | 102 | 103 | -------------------------------------------------------------------------------- /MPDF57/mpdfi/filters/FilterASCII85.php: -------------------------------------------------------------------------------- 1 | ORD_u) { 56 | $this->error('Illegal character in ASCII85Decode.'); 57 | } 58 | 59 | $chn[$state++] = $ch - ORD_exclmark; 60 | 61 | if ($state == 5) { 62 | $state = 0; 63 | $r = 0; 64 | for ($j = 0; $j < 5; ++$j) 65 | $r = $r * 85 + $chn[$j]; 66 | $out .= chr($r >> 24); 67 | $out .= chr($r >> 16); 68 | $out .= chr($r >> 8); 69 | $out .= chr($r); 70 | } 71 | } 72 | $r = 0; 73 | 74 | if ($state == 1) 75 | $this->error('Illegal length in ASCII85Decode.'); 76 | if ($state == 2) { 77 | $r = $chn[0] * 85 * 85 * 85 * 85 + ($chn[1]+1) * 85 * 85 * 85; 78 | $out .= chr($r >> 24); 79 | } 80 | else if ($state == 3) { 81 | $r = $chn[0] * 85 * 85 * 85 * 85 + $chn[1] * 85 * 85 * 85 + ($chn[2]+1) * 85 * 85; 82 | $out .= chr($r >> 24); 83 | $out .= chr($r >> 16); 84 | } 85 | else if ($state == 4) { 86 | $r = $chn[0] * 85 * 85 * 85 * 85 + $chn[1] * 85 * 85 * 85 + $chn[2] * 85 * 85 + ($chn[3]+1) * 85 ; 87 | $out .= chr($r >> 24); 88 | $out .= chr($r >> 16); 89 | $out .= chr($r >> 8); 90 | } 91 | 92 | return $out; 93 | } 94 | 95 | function encode($in) { 96 | $this->error("ASCII85 encoding not implemented."); 97 | } 98 | } -------------------------------------------------------------------------------- /abooks.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | Studious Me 14 | 15 | 16 | 17 | 18 | 19 |
20 | 56 |
57 | 58 |
59 |

University BOOK DATABASE

61 |
62 |
63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 87 |
88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 |
BOOK IDBOOK IMAGEBOOK NAMEAUTHORPUBLICATIONDELETE BOOK
Delete
96 |
97 |
98 | 99 | 102 |
103 | 104 | -------------------------------------------------------------------------------- /cssmain/table.css: -------------------------------------------------------------------------------- 1 | .CSSTableGenerator { 2 | margin:0px;padding:0px; 3 | width:100%; box-shadow: 10px 10px 5px #888888; 4 | border:1px solid #000000; 5 | 6 | -moz-border-radius-bottomleft:0px; 7 | -webkit-border-bottom-left-radius:0px; 8 | border-bottom-left-radius:0px; 9 | 10 | -moz-border-radius-bottomright:0px; 11 | -webkit-border-bottom-right-radius:0px; 12 | border-bottom-right-radius:0px; 13 | 14 | -moz-border-radius-topright:0px; 15 | -webkit-border-top-right-radius:0px; 16 | border-top-right-radius:0px; 17 | 18 | -moz-border-radius-topleft:0px; 19 | -webkit-border-top-left-radius:0px; 20 | border-top-left-radius:0px; 21 | }.CSSTableGenerator table{ 22 | width:100%; 23 | height:100%; 24 | margin:0px;padding:0px; 25 | }.CSSTableGenerator tr:last-child td:last-child { 26 | -moz-border-radius-bottomright:0px; 27 | -webkit-border-bottom-right-radius:0px; 28 | border-bottom-right-radius:0px; 29 | } 30 | .CSSTableGenerator table tr:first-child td:first-child { 31 | -moz-border-radius-topleft:0px; 32 | -webkit-border-top-left-radius:0px; 33 | border-top-left-radius:0px; 34 | } 35 | .CSSTableGenerator table tr:first-child td:last-child { 36 | -moz-border-radius-topright:0px; 37 | -webkit-border-top-right-radius:0px; 38 | border-top-right-radius:0px; 39 | }.CSSTableGenerator tr:last-child td:first-child{ 40 | -moz-border-radius-bottomleft:0px; 41 | -webkit-border-bottom-left-radius:0px; 42 | border-bottom-left-radius:0px; 43 | }.CSSTableGenerator tr:hover td{ 44 | background-color:#ffffff; 45 | } 46 | .CSSTableGenerator td{ 47 | vertical-align:middle; 48 | 49 | background-color:#e5e5e5; 50 | border:1px solid #000000; 51 | border-width:0px 1px 1px 0px; 52 | text-align:left; 53 | padding:7px; 54 | font-size:10px; 55 | font-family:Arial; 56 | font-weight:normal; 57 | color:#000000; 58 | }.CSSTableGenerator tr:last-child td{ 59 | border-width:0px 1px 0px 0px; 60 | }.CSSTableGenerator tr td:last-child{ 61 | border-width:0px 0px 1px 0px; 62 | }.CSSTableGenerator tr:last-child td:last-child{ 63 | border-width:0px 0px 0px 0px; 64 | } 65 | .CSSTableGenerator tr:first-child td{ 66 | background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) ); background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000"); background: -o-linear-gradient(top,#4c4c4c,000000); 67 | background-color:#4c4c4c; 68 | border:0px solid #000000; 69 | text-align:center; 70 | border-width:0px 0px 1px 1px; 71 | font-size:14px; 72 | font-family:Arial; 73 | font-weight:bold; 74 | color:#ffffff; 75 | } 76 | .CSSTableGenerator tr:first-child:hover td{ 77 | background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%); background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) ); background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000"); background: -o-linear-gradient(top,#4c4c4c,000000); 78 | background-color:#4c4c4c; 79 | } 80 | .CSSTableGenerator tr:first-child td:first-child{ 81 | border-width:0px 0px 1px 0px; 82 | } 83 | .CSSTableGenerator tr:first-child td:last-child{ 84 | border-width:0px 0px 1px 1px; 85 | } -------------------------------------------------------------------------------- /astatus.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Studious Me 15 | 16 | 17 | 18 | 19 | 20 |
21 | 58 |
59 | 60 |
61 |

University
BOOKS TO BE ISSUED

63 |
64 | 65 | <
66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 |
ROLL NO.BIDBOOK NAMEISSUE DATEISSUEDCANCEL ISSUE
Confirm
Cancel
104 |
105 | 106 | 107 | -------------------------------------------------------------------------------- /cssmain/acontactus.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | hr { 8 | color: #000000; 9 | background-color:#000000; 10 | height:3px; 11 | width: 100%; 12 | border:none; 13 | } 14 | 15 | p { 16 | white-space: nowrap; 17 | } 18 | 19 | h1 { 20 | font-family: Gill Sans, Verdana; 21 | font-size: 60px; 22 | color: #2266FF; 23 | } 24 | p{ 25 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 26 | color: #FFFFFF; 27 | } 28 | 29 | #header 30 | { 31 | height:170px; 32 | padding:0px; 33 | position:relative; 34 | } 35 | 36 | #footer { 37 | color:black; 38 | clear:both; 39 | text-align:center; 40 | padding:5px; 41 | margin-top: 30px; 42 | } 43 | 44 | #wrapper { 45 | background-image: url("background.jpg"); 46 | background-size: 1366px 768px; 47 | background-repeat: repeat; 48 | width:1313px; 49 | margin:0; 50 | padding:10px; 51 | height:auto; 52 | 53 | } 54 | 55 | #dropdown 56 | { 57 | height:50px; 58 | width:600px; 59 | float:right; 60 | padding:0px; 61 | bottom:0; 62 | right:0; 63 | position:absolute; 64 | } 65 | 66 | #content 67 | { 68 | width:93.80%; 69 | height:501px; 70 | border:0px solid black; 71 | background-image:url('book.jpg'); 72 | background-position:100% 0%; 73 | background-repeat:no-repeat; 74 | float:bottom; 75 | } 76 | #contentleft 77 | { 78 | width:46.57%; 79 | height:501px; 80 | border:1px solid black; 81 | float:left; 82 | } 83 | #contentright 84 | { 85 | width:46.57%; 86 | height:501px; 87 | border:1px solid black; 88 | float:right; 89 | } 90 | 91 | #right 92 | { 93 | height:501px; 94 | width:80px; 95 | float:right; 96 | border:0px solid black; 97 | } 98 | #left 99 | { 100 | height:500px; 101 | width:80px; 102 | float:left; 103 | border:0px solid black; 104 | } 105 | 106 | 107 | a:link, a:visited { 108 | display: block; 109 | font-weight: bold; 110 | color: #000000; 111 | background-color:transparent; 112 | padding: 4px; 113 | text-decoration: none; 114 | color: white; 115 | } 116 | 117 | a:hover, a:active { 118 | background-color:transparent; 119 | } 120 | 121 | 122 | ul { 123 | 124 | list-style: none; 125 | padding: 0px; 126 | margin: 0px; 127 | 128 | } 129 | ul li { 130 | display:block; 131 | position: relative; 132 | float: left; 133 | border:0px solid black; 134 | width:148px; 135 | } 136 | li ul { 137 | display: none; 138 | } 139 | ul li a { 140 | display: block; 141 | background: Black; 142 | padding: 0px 0px 0px 0px; 143 | text-decoration: none; 144 | color: White; 145 | height:42px; 146 | 147 | } 148 | ul li a:hover 149 | { 150 | background: #2266FF; 151 | } 152 | li:hover ul 153 | { 154 | display: block; 155 | position: absolute; 156 | } 157 | li:hover li { 158 | float: none; 159 | } 160 | li:hover a { 161 | background: #333333; 162 | } 163 | li:hover li a:hover { 164 | background: #2266FF; 165 | } 166 | #drop-nav li ul li 167 | { 168 | border-top: 0px; 169 | 170 | } 171 | 172 | -------------------------------------------------------------------------------- /cssmain/contactus.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | hr { 8 | color: #000000; 9 | background-color:#000000; 10 | height:3px; 11 | width: 100%; 12 | border:none; 13 | } 14 | 15 | p { 16 | white-space: nowrap; 17 | } 18 | 19 | h1 { 20 | font-family: Gill Sans, Verdana; 21 | font-size: 60px; 22 | color: #2266FF; 23 | } 24 | p{ 25 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 26 | color: #FFFFFF; 27 | } 28 | 29 | #header 30 | { 31 | height:170px; 32 | padding:0px; 33 | position:relative; 34 | } 35 | 36 | #footer { 37 | color:black; 38 | clear:both; 39 | text-align:center; 40 | padding:5px; 41 | margin-top: 30px; 42 | } 43 | 44 | #wrapper { 45 | background-image: url("background.jpg"); 46 | background-size: 1366px 768px; 47 | background-repeat: repeat; 48 | width:1313px; 49 | margin:0; 50 | padding:10px; 51 | height:auto; 52 | 53 | } 54 | 55 | #dropdown 56 | { 57 | height:50px; 58 | width:750px; 59 | float:right; 60 | padding:0px; 61 | bottom:0; 62 | right:0; 63 | position:absolute; 64 | } 65 | 66 | #content 67 | { 68 | width:93.80%; 69 | height:501px; 70 | border:0px solid black; 71 | background-image:url('book.jpg'); 72 | background-position:100% 0%; 73 | background-repeat:no-repeat; 74 | float:bottom; 75 | } 76 | #contentleft 77 | { 78 | width:46.57%; 79 | height:501px; 80 | border:1px solid black; 81 | float:left; 82 | } 83 | #contentright 84 | { 85 | width:46.57%; 86 | height:501px; 87 | border:1px solid black; 88 | float:right; 89 | } 90 | 91 | #right 92 | { 93 | height:501px; 94 | width:80px; 95 | float:right; 96 | border:0px solid black; 97 | } 98 | #left 99 | { 100 | height:500px; 101 | width:80px; 102 | float:left; 103 | border:0px solid black; 104 | } 105 | 106 | 107 | a:link, a:visited { 108 | display: block; 109 | font-weight: bold; 110 | color: #000000; 111 | background-color:transparent; 112 | padding: 4px; 113 | text-decoration: none; 114 | color: white; 115 | } 116 | 117 | a:hover, a:active { 118 | background-color:transparent; 119 | } 120 | 121 | 122 | ul { 123 | 124 | list-style: none; 125 | padding: 0px; 126 | margin: 0px; 127 | 128 | } 129 | ul li { 130 | display:block; 131 | position: relative; 132 | float: left; 133 | border:0px solid black; 134 | width:148px; 135 | } 136 | li ul { 137 | display: none; 138 | } 139 | ul li a { 140 | display: block; 141 | background: Black; 142 | padding: 0px 0px 0px 0px; 143 | text-decoration: none; 144 | color: White; 145 | height:42px; 146 | 147 | } 148 | ul li a:hover 149 | { 150 | background: #2266FF; 151 | } 152 | li:hover ul 153 | { 154 | display: block; 155 | position: absolute; 156 | } 157 | li:hover li { 158 | float: none; 159 | } 160 | li:hover a { 161 | background: #333333; 162 | } 163 | li:hover li a:hover { 164 | background: #2266FF; 165 | } 166 | #drop-nav li ul li 167 | { 168 | border-top: 0px; 169 | 170 | } 171 | 172 | -------------------------------------------------------------------------------- /cssmain/gcontactus.css: -------------------------------------------------------------------------------- 1 | body { 2 | background-image: url("background.jpg"); 3 | background-size: 1366px 768px; 4 | background-repeat: repeat; 5 | 6 | } 7 | hr { 8 | color: #000000; 9 | background-color:#000000; 10 | height:3px; 11 | width: 100%; 12 | border:none; 13 | } 14 | 15 | p { 16 | white-space: nowrap; 17 | } 18 | 19 | h1 { 20 | font-family: Gill Sans, Verdana; 21 | font-size: 60px; 22 | color: #2266FF; 23 | } 24 | p{ 25 | font-family: 'Open Sans', Arial, Helvetica, sans-serif; 26 | color: #FFFFFF; 27 | } 28 | 29 | #header 30 | { 31 | height:170px; 32 | padding:0px; 33 | position:relative; 34 | } 35 | 36 | #footer { 37 | color:black; 38 | clear:both; 39 | text-align:center; 40 | padding:5px; 41 | margin-top: 30px; 42 | } 43 | 44 | #wrapper { 45 | background-image: url("background.jpg"); 46 | background-size: 1366px 768px; 47 | background-repeat: repeat; 48 | width:1313px; 49 | margin:0; 50 | padding:10px; 51 | height:auto; 52 | 53 | } 54 | 55 | #dropdown 56 | { 57 | height:50px; 58 | width:450px; 59 | float:right; 60 | padding:0px; 61 | bottom:0; 62 | right:0; 63 | position:absolute; 64 | } 65 | 66 | #content 67 | { 68 | width:93.80%; 69 | height:501px; 70 | border:0px solid black; 71 | background-image:url('book.jpg'); 72 | background-position:100% 0%; 73 | background-repeat:no-repeat; 74 | float:bottom; 75 | } 76 | #contentleft 77 | { 78 | width:46.57%; 79 | height:501px; 80 | border:1px solid black; 81 | float:left; 82 | } 83 | #contentright 84 | { 85 | width:46.57%; 86 | height:501px; 87 | border:1px solid black; 88 | float:right; 89 | } 90 | 91 | #right 92 | { 93 | height:501px; 94 | width:80px; 95 | float:right; 96 | border:0px solid black; 97 | } 98 | #left 99 | { 100 | height:500px; 101 | width:80px; 102 | float:left; 103 | border:0px solid black; 104 | } 105 | 106 | 107 | a:link, a:visited { 108 | display: block; 109 | font-weight: bold; 110 | color: #000000; 111 | background-color:transparent; 112 | padding: 4px; 113 | text-decoration: none; 114 | color: white; 115 | } 116 | 117 | a:hover, a:active { 118 | background-color:transparent; 119 | } 120 | 121 | 122 | ul { 123 | 124 | list-style: none; 125 | padding: 0px; 126 | margin: 0px; 127 | 128 | } 129 | ul li { 130 | display:block; 131 | position: relative; 132 | float: left; 133 | border:0px solid black; 134 | width:148px; 135 | } 136 | li ul { 137 | display: none; 138 | } 139 | ul li a { 140 | display: block; 141 | background: Black; 142 | padding: 0px 0px 0px 0px; 143 | text-decoration: none; 144 | color: White; 145 | height:42px; 146 | 147 | } 148 | ul li a:hover 149 | { 150 | background: #2266FF; 151 | } 152 | li:hover ul 153 | { 154 | display: block; 155 | position: absolute; 156 | } 157 | li:hover li { 158 | float: none; 159 | } 160 | li:hover a { 161 | background: #333333; 162 | } 163 | li:hover li a:hover { 164 | background: #2266FF; 165 | } 166 | #drop-nav li ul li 167 | { 168 | border-top: 0px; 169 | 170 | } 171 | 172 | -------------------------------------------------------------------------------- /contactus.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Studious Me 6 | 7 | 8 | 9 | 10 | 11 |
12 | 43 |
44 | 45 | Online Test 46 | 47 |
48 |
49 | 50 | 52 | 53 |
54 | 55 |
56 |

sid 57 | -> Contact Me !:

58 | -> Facebook: Siddhant Thakur
59 | -> Twitter: chotaathakur
60 | -> Email ID: sidtab2@gmail.com
61 | -> Contact: (+91) 9769901516






62 | -> Name: Siddhant Thakur
63 | -> Currently studying in Third Year Computer Engineering
at Vidyalankar Institute of Technology, Affiliated with
Mumbai University.
64 | -> Co-designed Front-end and Back-end of this website.
65 | -> Interests : Playing Football, Or any sport for that matter.
Also play chess, piano, e-sports for fun.
66 | -> Thank You for Visiting !!!

67 | 68 |

69 |
70 | 71 |
72 |

apt 73 | -> Contact Me !:

74 | -> Facebook: Akshay Tambe
75 | -> Twitter: akshaytambe24
76 | -> Email ID: aptambe24@gmail.com
77 | -> Contact: (+91) 9969042406






78 | -> Name: Akshay Prakash Tambe
79 | -> Currently studying in Third Year Computer Engineering
at Vidyalankar Institute of Technology, Affiliated with
Mumbai University.
80 | -> Co-designed Front-end and Back-end of this website.
81 | -> Interests : Getting to Know About New Gadgets Around
82 | -> Thank You for Visiting !!!

83 | 84 |

85 |
86 |
87 | 88 | 89 | 92 |
93 | 94 | -------------------------------------------------------------------------------- /books.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | Studious Me 14 | 15 | 16 | 17 | 18 | 19 |
20 | 23 | 65 |
66 | 67 |
68 |

University BOOKS INFO

70 |
71 | 72 |
73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 97 |
98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 |
BOOK IDBOOK IMAGEBOOK NAMEAUTHORPUBLICATIONACTION
Issue
106 |
107 | 110 |
111 | 112 | -------------------------------------------------------------------------------- /MPDF57/ttfonts/ocrbinfo.txt: -------------------------------------------------------------------------------- 1 | Mostly-free OCR B 2 | 3 | This font is used in UPC bar code symbols, including the ISBN symbols on 4 | most published books. 5 | 6 | A freely distributable version seems to be sorely needed. Until now, it's 7 | been very difficult to find the font in computer-usable format except by 8 | paying a high fee to a commercial font vendor. Even many serious commercial 9 | publishers have so much trouble getting it right that they just go ahead and 10 | use Helvetica instead, or even (shudder) Arial. Since the OCR B font is 11 | required by an international standard, it seems like it ought to be free. 12 | So here it is. The font in this package is not a "ripped", pirated, or 13 | shadily reverse engineered version; every effort has been made to ensure 14 | that it genuinely derives from free sources and all the creators involved 15 | have actually intended it for free public use. 16 | 17 | Converted by Matthew Skala from Metafont format to Postscript and TrueType 18 | formats, July 28, 2006, using mftrace 1.2.4 by Paul Vojta, which is 19 | available from 20 | http://www.xs4all.nl/~hanwen/mftrace/ 21 | and Autotrace 0.31.1 available from 22 | http://autotrace.sourceforge.net/ 23 | 24 | The Metafont files (not included - see notes below) were coded by Norbert 25 | Schwarz in the 1980s, based on German standards documents. He has attached 26 | a notice, notably not actually claiming any copyright - see the file 27 | "ocrbinfo" - saying that the fonts are "given to free non commercial use", 28 | but commenting that he is only free to grant rights to his own work on the 29 | digitization, because he did not design the original letter forms. He 30 | suggests that there may be other copyright claims attached to the letter 31 | forms themselves, which Schwarz credits as being originally designed by 32 | "Adam Frutiger" [sic], almost certainly a mistake for Adrian Frutiger. My 33 | (Matthew Skala's) understanding of copyright law, at least in the USA and 34 | Canada, is that in fact typefaces per se cannot be subject to copyright 35 | claims, so the software embodiment is the only thing subject to copyright 36 | and Schwarz's release makes it available for whatever "non commercial use" 37 | means. 38 | 39 | To avoid muddying the waters further, any copyright claims by Matthew Skala 40 | on these files are hereby released to the public domain. I'd like for these 41 | fonts to be freely usable even in marginally commercial applications, such 42 | as to generate UPC labels for books that will be sold for profit, but it may 43 | not be within my power to grant that myself because I didn't write the 44 | Metafont files although I did do considerable, and probably copyrightable, 45 | work on the translation to Postscript and TrueType. It was *not* a purely 46 | automated process; try using the tools I used and see how far you get 47 | without human editing! I'd also like for these fonts (the fonts themselves 48 | as opposed to documents made with them) not to be sold, not even indirectly 49 | by those Web sites that advertise "free downloads" but make it difficult to 50 | actually download fonts without paying a fee. 51 | 52 | NOTE: This ZIP archive is a stripped-down version containing just the 53 | essential files for using the main OCR B font on most systems. If you want 54 | the much larger complete package, which contains Metafont sources and several 55 | variant fonts (reverse-video, outline, and slanted), look for a ZIP archive 56 | called ocrb-complete.zip wherever you found this one. 57 | 58 | Matthew Skala 59 | mskala@ansuz.sooke.bc.ca 60 | http://ansuz.sooke.bc.ca/ 61 | -------------------------------------------------------------------------------- /MPDF57/examples/example35_watermarks.php: -------------------------------------------------------------------------------- 1 | mPDF 5 |

Watermarks

6 |

P: Nulla felis erat, imperdiet eu, ullamcorper non, nonummy quis, elit. Suspendisse potenti. Ut a eros at ligula vehicula pretium. Maecenas feugiat pede vel risus. Nulla et lectus. Fusce eleifend neque sit amet erat. Integer consectetuer nulla non orci. Morbi feugiat pulvinar dolor. Cras odio. Donec mattis, nisi id euismod auctor, neque metus pellentesque risus, at eleifend lacus sapien et risus. Phasellus metus. Phasellus feugiat, lectus ac aliquam molestie, leo lacus tincidunt turpis, vel aliquam quam odio et sapien. Mauris ante pede, auctor ac, suscipit quis, malesuada sed, nulla. Integer sit amet odio sit amet lectus luctus euismod. Donec et nulla. Sed quis orci.

7 | 8 |
9 | 10 |
DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
11 |
DIV: Proin aliquet lorem id felis. Curabitur vel libero at mauris nonummy tincidunt. Donec imperdiet. Vestibulum sem sem, lacinia vel, molestie et, laoreet eget, urna. Curabitur viverra faucibus pede. Morbi lobortis. Donec dapibus. Donec tempus. Ut arcu enim, rhoncus ac, venenatis eu, porttitor mollis, dui. Sed vitae risus. In elementum sem placerat dui. Nam tristique eros in nisl. Nulla cursus sapien non quam porta porttitor. Quisque dictum ipsum ornare tortor. Fusce ornare tempus enim.
12 | 13 |
Blockquote: Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus. Maecenas arcu justo, malesuada eu, dapibus ac, adipiscing vitae, turpis. Fusce mollis. Aliquam egestas. In purus dolor, facilisis at, fermentum nec, molestie et, metus.
14 | 15 |
Address: Vestibulum feugiat, orci at imperdiet tincidunt, mauris erat facilisis urna, sagittis ultricies dui nisl et lectus. Sed lacinia, lectus vitae dictum sodales, elit ipsum ultrices orci, non euismod arcu diam non metus.
16 | 17 | '; 18 | 19 | 20 | //============================================================== 21 | //============================================================== 22 | //============================================================== 23 | 24 | include("../mpdf.php"); 25 | 26 | $mpdf=new mPDF('c'); 27 | 28 | $mpdf->SetDisplayMode('fullpage'); 29 | 30 | $mpdf->SetWatermarkText('DRAFT'); 31 | $mpdf->watermark_font = 'DejaVuSansCondensed'; 32 | $mpdf->showWatermarkText = true; 33 | 34 | 35 | $mpdf->WriteHTML($html); 36 | $mpdf->AddPage(); 37 | 38 | $mpdf->SetWatermarkImage('tiger.wmf', 1, '', array(160,10)); 39 | $mpdf->showWatermarkImage = true; 40 | 41 | $mpdf->WriteHTML('

Using a Watermark as a Header

'); 42 | $mpdf->WriteHTML($html); 43 | $mpdf->AddPage(); 44 | 45 | $mpdf->SetWatermarkImage('tiger.wmf', 0.15, 'F'); 46 | 47 | $mpdf->WriteHTML('

Using a Watermark Image as Background

'); 48 | $mpdf->WriteHTML($html); 49 | 50 | 51 | $mpdf->Output(); 52 | exit; 53 | 54 | //============================================================== 55 | //============================================================== 56 | //============================================================== 57 | 58 | 59 | ?> -------------------------------------------------------------------------------- /mission.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Mission, Vision, Values 4 | 5 | 6 | 40 | 41 |
42 | 73 | 74 |
75 |
76 |

Mission, Vision & Values

77 |
78 | 79 |
80 |
81 |
82 |
Mission
83 |
    84 |
  1. To continue to endorse the Vidyalankar tradition of providing the best of services to the student community
  2. 85 |
  3. To build on our position of leadership with ethics by providing world-class education to our students
  4. 86 |
  5. To train technologists capable of thinking, and working strategically and operationally, across the regional and national boundaries
  6. 87 |
  7. To achieve this vision by providing a stimulating work environment that supports personal growth, individual contribution and team work.
  8. 88 |
89 |
90 | 91 |
Vision

92 |
To provide the best of education to the student community through innovative and effective learning methodologies, constant improvement, cultivation of practical skills and unflinching commitment to academic quality.
93 |
94 |
Core values

95 |
A set of core values from the guiding force at Vidyalankar. As an institution and as individuals we value:
96 |
    97 |
  1. Honesty
  2. 98 |
  3. Excellence
  4. 99 |
  5. Commitment
  6. 100 |
  7. Integrity
  8. 101 |

102 | 103 |
104 | 105 |
106 | 107 | 108 | 109 |
110 |

goals

111 |
112 |
113 |
114 | 117 |
118 | 119 | -------------------------------------------------------------------------------- /MPDF57/examples/formsubmit.php: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | 8 | 9 | 10 |

Submitted data from PDF Form

11 |

(See formsubmit.php in the Examples folder for details)

12 | '; 13 | 14 | 15 | if (count($_POST)) { 16 | // To display HTML output from PDF form 17 | echo '

HTML format data sent as POST

'; 18 | foreach($_POST AS $name=>$val) { 19 | $t = mb_convert_encoding(PDFDocEncodingToWin1252($val), 'UTF-8', 'Windows-1252' ); // If from core fonts doc 20 | echo '

PDFDocEnc: '.$name.' => '.htmlspecialchars($t).'

'; 21 | } 22 | } 23 | else if (count($_GET)) { 24 | // To display HTML output from PDF form 25 | echo '

HTML format data sent as GET

'; 26 | foreach($_GET AS $name=>$val) { 27 | $t = mb_convert_encoding(PDFDocEncodingToWin1252($val), 'UTF-8', 'Windows-1252' ); // If from core fonts doc 28 | echo '

PDFDocEnc: '.$name.' => '.htmlspecialchars($t).'

'; 29 | } 30 | } 31 | 32 | else { 33 | $postdata = file_get_contents("php://input"); 34 | 35 | if ($postdata) { 36 | echo '

XFDF format data detected

'; 37 | // To parse XFDF 38 | if (preg_match_all('/\s*((.*?)<\/value\s*>)\s*<\/field\s*>/s', $postdata, $m)) { 39 | for($i=0; $i(.*?)<\/value\s*>/s', $m[2][$i], $v); 42 | if (count($v[0])>1) { 43 | $values = array(); 44 | foreach($v[1] AS $val) { $values[] = $val; } 45 | //foreach($v[1] AS $val) { $values[] = htmlspecialchars_decode($val); } 46 | echo '

Field: '.$m[1][$i].' => [array of values] ('.implode(', ',$values).')

'; 47 | } 48 | else { 49 | //echo '

Field: '.$m[1][$i].' => '.htmlspecialchars_decode($m[3][$i]).'

'; 50 | echo '

Field: '.$m[1][$i].' => '.$m[3][$i].'

'; 51 | } 52 | } 53 | } 54 | if (preg_match_all('/\s*\s*<\/field\s*>/s', $postdata, $m)) { 55 | for($i=0; $iField: '.$m[1][$i].' => [blank]

'; 57 | } 58 | } 59 | if (preg_match_all('//s', $postdata, $m)) { 60 | for($i=0; $iField: '.$m[1][$i].' => [no value]

'; 62 | } 63 | } 64 | 65 | 66 | // To display whole XFDF 67 | //$postdata = preg_replace("/[\n\r]/", "", $postdata); 68 | //$postdata = preg_replace('/>\s*\n<", $postdata); 69 | //echo nl2br(htmlspecialchars($postdata)); 70 | } 71 | else { echo "No form data detected"; } 72 | } 73 | 74 | 75 | 76 | echo ''; 77 | 78 | exit; 79 | 80 | function PDFDocEncodingToWin1252($txt) { 81 | $Win1252ToPDFDocEncoding = array( 82 | chr(0200) => chr(0240), chr(0214) => chr(0226), chr(0212) => chr(0227), chr(0237) => chr(0230), 83 | chr(0225) => chr(0200), chr(0210) => chr(0032), chr(0206) => chr(0201), chr(0207) => chr(0202), 84 | chr(0205) => chr(0203), chr(0227) => chr(0204), chr(0226) => chr(0205), chr(0203) => chr(0206), 85 | chr(0213) => chr(0210), chr(0233) => chr(0211), chr(0211) => chr(0213), chr(0204) => chr(0214), 86 | chr(0223) => chr(0215), chr(0224) => chr(0216), chr(0221) => chr(0217), chr(0222) => chr(0220), 87 | chr(0202) => chr(0221), chr(0232) => chr(0235), chr(0230) => chr(0037), chr(0231) => chr(0222), 88 | chr(0216) => chr(0231) 89 | ); 90 | return strtr($txt, array_flip($Win1252ToPDFDocEncoding) ); 91 | } 92 | 93 | 94 | ?> -------------------------------------------------------------------------------- /MPDF57/examples/mpdfstyleA4.css: -------------------------------------------------------------------------------- 1 | body { font-family: DejaVuSansCondensed, sans-serif; font-size: 11pt; } 2 | p { text-align: justify; margin-bottom: 4pt; margin-top:0pt; } 3 | 4 | hr { width: 70%; height: 1px; 5 | text-align: center; color: #999999; 6 | margin-top: 8pt; margin-bottom: 8pt; } 7 | 8 | a { color: #000066; font-style: normal; text-decoration: underline; 9 | font-weight: normal; } 10 | 11 | ul { text-indent: 5mm; margin-bottom: 9pt; } 12 | ol { text-indent: 5mm; margin-bottom: 9pt; } 13 | 14 | pre { font-family: DejaVuSansMono, monospaced; font-size: 9pt; margin-top: 5pt; margin-bottom: 5pt; } 15 | 16 | h1 { font-weight: normal; font-size: 26pt; color: #000066; 17 | font-family: DejaVuSansCondensed, sans-serif; margin-top: 18pt; margin-bottom: 6pt; 18 | border-top: 0.075cm solid #000000; border-bottom: 0.075cm solid #000000; 19 | text-align: ; page-break-after:avoid; } 20 | h2 { font-weight: bold; font-size: 12pt; color: #000066; 21 | font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: 6pt; 22 | border-top: 0.07cm solid #000000; border-bottom: 0.07cm solid #000000; 23 | text-align: ; text-transform: uppercase; page-break-after:avoid; } 24 | h3 { font-weight: normal; font-size: 26pt; color: #000000; 25 | font-family: DejaVuSansCondensed, sans-serif; margin-top: 0pt; margin-bottom: 6pt; 26 | border-top: 0; border-bottom: 0; 27 | text-align: ; page-break-after:avoid; } 28 | h4 { font-weight: ; font-size: 13pt; color: #9f2b1e; 29 | font-family: DejaVuSansCondensed, sans-serif; margin-top: 10pt; margin-bottom: 7pt; 30 | font-variant: small-caps; 31 | text-align: ; margin-collapse:collapse; page-break-after:avoid; } 32 | h5 { font-weight: bold; font-style:italic; ; font-size: 11pt; color: #000044; 33 | font-family: DejaVuSansCondensed, sans-serif; margin-top: 8pt; margin-bottom: 4pt; 34 | text-align: ; page-break-after:avoid; } 35 | h6 { font-weight: bold; font-size: 9.5pt; color: #333333; 36 | font-family: DejaVuSansCondensed, sans-serif; margin-top: 6pt; margin-bottom: ; 37 | text-align: ; page-break-after:avoid; } 38 | 39 | 40 | .breadcrumb { 41 | text-align: right; font-size: 8pt; font-family: DejaVuSerifCondensed, serif; color: #666666; 42 | font-weight: bold; font-style: normal; margin-bottom: 6pt; } 43 | 44 | .infobox { margin-top:10pt; background-color:#DDDDBB; text-align:center; border:1px solid #880000; } 45 | 46 | .big { font-size: 1.5em; } 47 | .red { color: #880000; } 48 | .slanted { font-style: italic; } 49 | 50 | /* For Table of Contents */ 51 | div.mpdf_toc { 52 | font-family: sans-serif; 53 | font-size: 11pt; 54 | } 55 | a.mpdf_toc_a { 56 | text-decoration: none; 57 | color: black; 58 | } 59 | div.mpdf_toc_level_0 { /* Whole line level 0 */ 60 | line-height: 1.5; 61 | margin-left: 0; 62 | padding-right: 2em; /* should match e.g 0 is default */ 63 | } 64 | span.mpdf_toc_t_level_0 { /* Title level 0 - may be inside */ 65 | font-weight: bold; 66 | } 67 | span.mpdf_toc_p_level_0 { /* Page no. level 0 - may be inside */ 68 | } 69 | div.mpdf_toc_level_1 { /* Whole line level 1 */ 70 | margin-left: 2em; 71 | text-indent: -2em; 72 | padding-right: 2em; /* should match 2em is default */ 73 | } 74 | span.mpdf_toc_t_level_1 { /* Title level 1 */ 75 | font-style: italic; 76 | font-weight: bold; 77 | } 78 | span.mpdf_toc_p_level_1 { /* Page no. level 1 - may be inside */ 79 | } 80 | div.mpdf_toc_level_2 { /* Whole line level 2 */ 81 | margin-left: 4em; 82 | text-indent: -2em; 83 | padding-right: 2em; /* should match 2em is default */ 84 | } 85 | span.mpdf_toc_t_level_2 { /* Title level 2 */ 86 | } 87 | span.mpdf_toc_p_level_2 { /* Page no. level 2 - may be inside */ 88 | } 89 | 90 | -------------------------------------------------------------------------------- /library.sql: -------------------------------------------------------------------------------- 1 | -- phpMyAdmin SQL Dump 2 | -- version 4.0.4 3 | -- http://www.phpmyadmin.net 4 | -- 5 | -- Host: localhost 6 | -- Generation Time: Oct 05, 2014 at 06:38 AM 7 | -- Server version: 5.6.12-log 8 | -- PHP Version: 5.4.12 9 | 10 | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 11 | SET time_zone = "+00:00"; 12 | 13 | 14 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 15 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 16 | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 17 | /*!40101 SET NAMES utf8 */; 18 | 19 | -- 20 | -- Database: `library` 21 | -- 22 | CREATE DATABASE IF NOT EXISTS `library` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; 23 | USE `library`; 24 | 25 | -- -------------------------------------------------------- 26 | 27 | -- 28 | -- Table structure for table `admin` 29 | -- 30 | 31 | CREATE TABLE IF NOT EXISTS `admin` ( 32 | `id` int(11) NOT NULL AUTO_INCREMENT, 33 | `email` varchar(100) NOT NULL, 34 | `pass` varchar(10) NOT NULL, 35 | PRIMARY KEY (`id`) 36 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; 37 | 38 | -- 39 | -- Dumping data for table `admin` 40 | -- 41 | 42 | INSERT INTO `admin` (`id`, `email`, `pass`) VALUES 43 | (1, 'aptambe24@gmail.com', '121'); 44 | 45 | -- -------------------------------------------------------- 46 | 47 | -- 48 | -- Table structure for table `book` 49 | -- 50 | 51 | CREATE TABLE IF NOT EXISTS `book` ( 52 | `bid` int(11) NOT NULL AUTO_INCREMENT, 53 | `bname` varchar(200) NOT NULL, 54 | `author` varchar(200) NOT NULL, 55 | `pub` varchar(200) NOT NULL, 56 | `bran` varchar(100) NOT NULL, 57 | `no` int(11) NOT NULL, 58 | `bimage` varchar(200) NOT NULL, 59 | PRIMARY KEY (`bid`) 60 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; 61 | 62 | -- 63 | -- Dumping data for table `book` 64 | -- 65 | 66 | INSERT INTO `book` (`bid`, `bname`, `author`, `pub`, `bran`, `no`, `bimage`) VALUES 67 | (1, ' Engineering Drawing', 'NH Dubey', 'Nandu Prakashan', 'CMPN', 49, 'books/nhdrawing.jpeg'), 68 | (2, 'engineering mechanics', 'NH DUBEY', 'Nandu Publication', 'CMPN', 48, 'books/nh.jpg'), 69 | (3, 'ECCF', 'Akhil', 'Akhil', 'EXTC', 0, 'books/rp.jpg'); 70 | 71 | -- -------------------------------------------------------- 72 | 73 | -- 74 | -- Table structure for table `issue` 75 | -- 76 | 77 | CREATE TABLE IF NOT EXISTS `issue` ( 78 | `id` int(11) NOT NULL AUTO_INCREMENT, 79 | `rollno` varchar(50) NOT NULL, 80 | `bid` varchar(50) NOT NULL, 81 | `date` date NOT NULL, 82 | `fine` varchar(50) NOT NULL, 83 | `status` varchar(10) NOT NULL, 84 | PRIMARY KEY (`id`) 85 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ; 86 | 87 | -- 88 | -- Dumping data for table `issue` 89 | -- 90 | 91 | INSERT INTO `issue` (`id`, `rollno`, `bid`, `date`, `fine`, `status`) VALUES 92 | (7, '12102A0033', '1', '2014-10-05', '0', 'YES'); 93 | 94 | -- -------------------------------------------------------- 95 | 96 | -- 97 | -- Table structure for table `user` 98 | -- 99 | 100 | CREATE TABLE IF NOT EXISTS `user` ( 101 | `id` int(11) NOT NULL AUTO_INCREMENT, 102 | `name` varchar(100) NOT NULL, 103 | `rno` varchar(10) NOT NULL, 104 | `pass` varchar(20) NOT NULL, 105 | `gender` varchar(10) NOT NULL, 106 | PRIMARY KEY (`id`), 107 | UNIQUE KEY `rno` (`rno`) 108 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ; 109 | 110 | -- 111 | -- Dumping data for table `user` 112 | -- 113 | 114 | INSERT INTO `user` (`id`, `name`, `rno`, `pass`, `gender`) VALUES 115 | (14, 'Akshay tambe', '12102A0012', '121', 'male'), 116 | (15, 'vaibhav', '12102A0033', '456', 'male'); 117 | 118 | /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; 119 | /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; 120 | /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; 121 | -------------------------------------------------------------------------------- /issue.php: -------------------------------------------------------------------------------- 1 | 8 | 11 | 12 | 13 | 14 | 15 | Studious Me 16 | 17 | 18 | 19 | 20 |
21 | 63 |
64 | 65 |
66 |

University MY ISSUED BOOKS

68 |
69 | 70 |
71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 |
Book ImageBook NameAuthorPublicationDate of issueFineCancel
Cancel
108 | 109 | SAVE 110 | 111 |
112 |
113 | 116 |
117 | 118 | -------------------------------------------------------------------------------- /acontactus.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | Studious Me 14 | 15 | 16 | 17 | 18 | 19 |
20 | 56 |
57 | 58 | Online Test 59 | 60 |
61 |
62 | 63 | 65 | 66 |
67 | 68 |
69 |

sid 70 | -> Contact Me !:

71 | -> Facebook: Siddhant Thakur
72 | -> Twitter: chotaathakur
73 | -> Email ID: sidtab2@gmail.com
74 | -> Contact: (+91) 9769901516






75 | -> Name: Siddhant Thakur
76 | -> Currently studying in Third Year Computer Engineering
at Vidyalankar Institute of Technology, Affiliated with
Mumbai University.
77 | -> Co-designed Front-end and Back-end of this website.
78 | -> Interests : Playing Football, Or any sport for that matter.
Also play chess, piano, e-sports for fun.
79 | -> Thank You for Visiting !!!

80 | 81 |

82 |
83 | 84 |
85 |

apt 86 | -> Contact Me !:

87 | -> Facebook: Akshay Tambe
88 | -> Twitter: akshaytambe24
89 | -> Email ID: aptambe24@gmail.com
90 | -> Contact: (+91) 9969042406






91 | -> Name: Akshay Prakash Tambe
92 | -> Currently studying in Third Year Computer Engineering
at Vidyalankar Institute of Technology, Affiliated with
Mumbai University.
93 | -> Co-designed Front-end and Back-end of this website.
94 | -> Interests : Getting to Know About New Gadgets Around
95 | -> Thank You for Visiting !!!

96 | 97 |

98 |
99 |
100 | 101 | 102 | 105 |
106 | 107 | -------------------------------------------------------------------------------- /areturnfine.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | Studious Me 13 | 14 | 15 | 16 | 17 |
18 | 54 |
55 | 56 |
57 |

University
RETURN BOOK

59 |
60 | 61 | <
62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 7) 87 | { 88 | $now= strtotime("+7 day", strtotime($date)); 89 | $returndate= date("Y-m-d", $now); 90 | $fndate=(abs(strtotime($today) - strtotime($date))/(60*60*24)); 91 | $days=$fndate-7; 92 | $fine=$days*5; 93 | } 94 | else 95 | { 96 | $now= strtotime("+7 day", strtotime($date)); 97 | $returndate= date("Y-m-d", $now); 98 | $fine=0; 99 | } 100 | $query2=mysql_query("SELECT * FROM `book` WHERE `bid` = $bookid "); 101 | while(($row=mysql_fetch_array($query2))) 102 | { 103 | $book_name = $row[1]; 104 | 105 | 106 | 107 | ?> 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 |
ROLL NO.BIDBOOK NAMEISSUE DATERETURN DATEFINE (IN RS.)RETURN BOOK
Return
119 |
120 | 121 | -------------------------------------------------------------------------------- /ucontactus.php: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | Studious Me 14 | 15 | 16 | 17 | 18 | 19 |
20 | 62 |
63 | 64 | Online Test 65 | 66 |
67 |
68 | 69 | 71 | 72 |
73 | 74 |
75 |

sid 76 | -> Contact Me !:

77 | -> Facebook: Siddhant Thakur
78 | -> Twitter: chotaathakur
79 | -> Email ID: sidtab2@gmail.com
80 | -> Contact: (+91) 9769901516






81 | -> Name: Siddhant Thakur
82 | -> Currently studying in Third Year Computer Engineering
at Vidyalankar Institute of Technology, Affiliated with
Mumbai University.
83 | -> Co-designed Front-end and Back-end of this website.
84 | -> Interests : Playing Football, Or any sport for that matter.
Also play chess, piano, e-sports for fun.
85 | -> Thank You for Visiting !!!

86 | 87 |

88 |
89 | 90 |
91 |

apt 92 | -> Contact Me !:

93 | -> Facebook: Akshay Tambe
94 | -> Twitter: akshaytambe24
95 | -> Email ID: aptambe24@gmail.com
96 | -> Contact: (+91) 9969042406






97 | -> Name: Akshay Prakash Tambe
98 | -> Currently studying in Third Year Computer Engineering
at Vidyalankar Institute of Technology, Affiliated with
Mumbai University.
99 | -> Co-designed Front-end and Back-end of this website.
100 | -> Interests : Getting to Know About New Gadgets Around
101 | -> Thank You for Visiting !!!

102 | 103 |

104 |
105 |
106 | 107 | 108 | 111 |
112 | 113 | -------------------------------------------------------------------------------- /MPDF57/includes/functions.php: -------------------------------------------------------------------------------- 1 | = count($array)) { array_push($array, $value); } 9 | else if ($offset == 0) { array_unshift($array, $value); } 10 | else { 11 | $temp = array_slice($array, 0, $offset); 12 | array_push($temp, $value); 13 | $array = array_slice($array, $offset); 14 | $array = array_merge($temp, $array); 15 | } 16 | } 17 | else { $array = array($value); } 18 | return count($array); 19 | } 20 | 21 | function urlencode_part($url) { // mPDF 5.6.02 22 | if (!preg_match('/^[a-z]+:\/\//i',$url)) { return $url; } 23 | $file=$url; 24 | $query=''; 25 | if (preg_match('/[?]/',$url)) { 26 | $bits = preg_split('/[?]/',$url,2); 27 | $file=$bits[0]; 28 | $query='?'.$bits[1]; 29 | } 30 | $file = str_replace(array(" ","!","$","&","'","(",")","*","+",",",";","="),array("%20","%21","%24","%26","%27","%28","%29","%2A","%2B","%2C","%3B","%3D"),$file); 31 | return $file.$query; 32 | } 33 | 34 | 35 | function _strspn($str1, $str2, $start=null, $length=null) { 36 | $numargs = func_num_args(); 37 | if ($numargs == 2) { 38 | return strspn($str1, $str2); 39 | } 40 | else if ($numargs == 3) { 41 | return strspn($str1, $str2, $start); 42 | } 43 | else { 44 | return strspn($str1, $str2, $start, $length); 45 | } 46 | } 47 | 48 | 49 | function _strcspn($str1, $str2, $start=null, $length=null) { 50 | $numargs = func_num_args(); 51 | if ($numargs == 2) { 52 | return strcspn($str1, $str2); 53 | } 54 | else if ($numargs == 3) { 55 | return strcspn($str1, $str2, $start); 56 | } 57 | else { 58 | return strcspn($str1, $str2, $start, $length); 59 | } 60 | } 61 | 62 | function _fgets (&$h, $force=false) { 63 | $startpos = ftell($h); 64 | $s = fgets($h, 1024); 65 | if ($force && preg_match("/^([^\r\n]*[\r\n]{1,2})(.)/",trim($s), $ns)) { 66 | $s = $ns[1]; 67 | fseek($h,$startpos+strlen($s)); 68 | } 69 | return $s; 70 | } 71 | 72 | 73 | // For PHP4 compatability 74 | if(!function_exists('str_ireplace')) { 75 | function str_ireplace($search,$replace,$subject) { 76 | $search = preg_quote($search, "/"); 77 | return preg_replace("/".$search."/i", $replace, $subject); 78 | } 79 | } 80 | if(!function_exists('htmlspecialchars_decode')) { 81 | function htmlspecialchars_decode ($str) { 82 | return strtr($str, array_flip(get_html_translation_table(HTML_SPECIALCHARS))); 83 | } 84 | } 85 | 86 | function PreparePreText($text,$ff='//FF//') { 87 | $text = htmlspecialchars($text); 88 | if ($ff) { $text = str_replace($ff,'
',$text); }
 89 | 	return ('
'.$text.'
'); 90 | } 91 | 92 | if(!function_exists('strcode2utf')){ 93 | function strcode2utf($str,$lo=true) { 94 | //converts all the &#nnn; and &#xhhh; in a string to Unicode 95 | if ($lo) { $lo = 1; } else { $lo = 0; } 96 | $str = preg_replace('/\&\#([0-9]+)\;/me', "code2utf('\\1',{$lo})",$str); 97 | $str = preg_replace('/\&\#x([0-9a-fA-F]+)\;/me', "codeHex2utf('\\1',{$lo})",$str); 98 | return $str; 99 | } 100 | } 101 | 102 | if(!function_exists('code2utf')){ 103 | function code2utf($num,$lo=true){ 104 | //Returns the utf string corresponding to the unicode value 105 | if ($num<128) { 106 | if ($lo) return chr($num); 107 | else return '&#'.$num.';'; 108 | } 109 | if ($num<2048) return chr(($num>>6)+192).chr(($num&63)+128); 110 | if ($num<65536) return chr(($num>>12)+224).chr((($num>>6)&63)+128).chr(($num&63)+128); 111 | if ($num<2097152) return chr(($num>>18)+240).chr((($num>>12)&63)+128).chr((($num>>6)&63)+128) .chr(($num&63)+128); 112 | return '?'; 113 | } 114 | } 115 | 116 | 117 | if(!function_exists('codeHex2utf')){ 118 | function codeHex2utf($hex,$lo=true){ 119 | $num = hexdec($hex); 120 | if (($num<128) && !$lo) return '&#x'.$hex.';'; 121 | return code2utf($num,$lo); 122 | } 123 | } 124 | 125 | 126 | ?> --------------------------------------------------------------------------------