You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Simply include the jsPDF library in your <spanclass="source"><head></span>, generate your PDF using the <i>many</i> built-in functions, then hook up a button to trigger the download. All the examples here use jQuery.</p>
84
88
85
-
<p>Simply include the jsPDF library in your <spanclass="source"><head></span>, generate your PDF using the <i>many</i> built-in functions, then hook up a button to trigger the download. All the examples here use jQuery.</p>
89
+
<h2>Credits</h2>
86
90
87
-
<h2>Credits</h2>
91
+
<p>Big thanks to Daniel Dotsenko from <ahref="http://willow-systems.com">Willow Systems Corporation</a> for making huge contributions to the codebase. </p>
88
92
89
-
<p>Big thanks to Daniel Dotsenko from <ahref="http://willow-systems.com">Willow Systems Corporation</a> for making huge contributions to the codebase. </p>
93
+
<p>Thanks to Ajaxian.com for <ahref="http://ajaxian.com/archives/dynamically-generic-pdfs-with-javascript">featuring us back in 2009</a>.</p>
90
94
91
-
<p>Thanks to Ajaxian.com for <ahref="http://ajaxian.com/archives/dynamically-generic-pdfs-with-javascript">featuring us back in 2009</a>.</p>
95
+
<p>Everyone else that's contributed patches or bug reports. You rock.</p>
92
96
93
-
<p>Everyone else that's contributed patches or bug reports. You rock.</p>
97
+
<h2>License</h2>
94
98
95
-
<h2>License</h2>
99
+
<p>(MIT License)</p>
96
100
97
-
<p>(MIT License)</p>
101
+
<p>Copyright (c) 2010-2012 James Hall, <ahref="https://github.com/MrRio/jsPDF">https://github.com/MrRio/jsPDF</a></p>
98
102
99
-
<p>Copyright (c) 2010-2012 James Hall, <ahref="https://github.com/MrRio/jsPDF">https://github.com/MrRio/jsPDF</a></p>
103
+
<p>Permission is hereby granted, free of charge, to any person obtaining
104
+
a copy of this software and associated documentation files (the
105
+
"Software"), to deal in the Software without restriction, including
106
+
without limitation the rights to use, copy, modify, merge, publish,
107
+
distribute, sublicense, and/or sell copies of the Software, and to
108
+
permit persons to whom the Software is furnished to do so, subject to
109
+
the following conditions:</p>
100
110
101
-
<p>Permission is hereby granted, free of charge, to any person obtaining
102
-
a copy of this software and associated documentation files (the
103
-
"Software"), to deal in the Software without restriction, including
104
-
without limitation the rights to use, copy, modify, merge, publish,
105
-
distribute, sublicense, and/or sell copies of the Software, and to
106
-
permit persons to whom the Software is furnished to do so, subject to
107
-
the following conditions:</p>
111
+
<p>The above copyright notice and this permission notice shall be
112
+
included in all copies or substantial portions of the Software.</p>
108
113
109
-
<p>The above copyright notice and this permission notice shall be
110
-
included in all copies or substantial portions of the Software.</p>
114
+
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
115
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
116
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
117
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
118
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
119
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
120
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
111
121
112
-
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
113
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
114
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
115
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
116
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
117
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
118
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
0 commit comments