GSoC 2017 Diaries with Sugar Labs - 5
Hello everyone... Over last two weeks I spent time on generating PDF of the Music Blocks User Guide. I tried two different approaches for this purpose. Using a JavaScript PDF generator to generate PDF from the client side. Using a PDF generator to generate PDF from the server side. - In my case PHP supporting PDF generator You can find my source code from here . In my approach, I looked into, Removing the navigation and blocks menus on the left side. Removing audio and video components. Adjusting texts and images fit the PDF pages. Anyways, I decided to do PDF generation via a PHP library as it would give more control over the process. I played with several open source PDF generators over last two weeks. Majorly with FPDF library and TCPDF library. FPDF Library http://www.fpdf.org/ TCPDF Library https://tcpdf.org/ I decided to work with TCPDF generator for my GSoC project because of its supporting functional...