This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Simple code made inside http://raw.githack.com/MrRio/jsPDF/master/ | |
* to generate clean pdf file for timebox monthly planning | |
* | |
* - Copy all the code | |
* - Go to jsPDF Live Demo http://raw.githack.com/MrRio/jsPDF/master/ page | |
* - Replace everything with copied code | |
* | |
* Adjust the variables if you need different day starting hour | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Simple code made inside http://raw.githack.com/MrRio/jsPDF/master/ | |
* to generate clean pdf file for timebox weekly planning | |
* | |
* - Copy all the code | |
* - Go to jsPDF Live Demo http://raw.githack.com/MrRio/jsPDF/master/ page | |
* - Replace everything with copied code | |
* | |
* Adjust the variables if you need different day starting hour | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Simple code made inside http://raw.githack.com/MrRio/jsPDF/master/ | |
* to generate clean pdf file for timebox daily planning | |
* | |
* - Copy all the code | |
* - Go to jsPDF Live Demo http://raw.githack.com/MrRio/jsPDF/master/ page | |
* - Replace everything with copied code | |
* | |
* Adjust the variables if you need different day starting hour | |
*/ |