-
Notifications
You must be signed in to change notification settings - Fork 4.7k
cell plugin & pdf compression with Deflate & javascript plugin #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Sample code : http://jsfiddle.net/youssef_beddad/MzuE2/ |
Thanks for this :) I'll review this evening. |
Sample combining DEFLATE and cell : http://jsfiddle.net/youssef_beddad/9e43G/ |
Hi Please don't merge this code cause i found some bugs in the cell plugin, when creating a table starting from the bottom or middle of the page it will do the same for the other portions in the next pages, the code is messy but i'll get it to work and add some docs in the upcoming commits as soon as possible. Thanks in advance |
Thanks, I'll leave this Pull Request open to remind me. Perhaps the API should be along the lines of: var pdf = new jsPDF(); |
Thanks that's a great idea i'll work on it. |
Sample for jsPDF plugin Javascript - auto print : http://jsfiddle.net/youssef_beddad/q7EZt/ |
Hello I think it's ok to merge now.Next addition will be the Table function. Thanks again |
Fixed residual bug
Fixed doc typo
Added support for separate table header names & indexes
… as submodules. Also replacing BlobBuilder.js with Blob.js
-Fixed some issues that broke cell fonctionnality. -Added Opera and Safari browser check when saving pdf. jspdf.js : -Fixed Blob creation params.
Added check for Safari and Opera. jspdf.plugin.cell.js & jspdf.plugin.javascript.js : No more JSLint complains.
Fixed and Reordered some portions of code to be more JSLint friendly.
- Fixed jsPDFAPI.getTextDimensions
Thanks, some really great fixes and changes in here. |
No more asking about Safari or Opera
No problem this is also thanks to @lsdriscoll ^^ |
cell plugin & pdf compression with Deflate & javascript plugin
Cells and tables across pages.
Activate compression in pdf.
Embeded PDF JavaScript plugin.