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
<aid="forkme_banner" href="https://github.com/MrRio/jsPDF">View on GitHub</a>
210
-
211
-
<h1id="project_title">jsPDF</h1>
212
-
<h2id="project_tagline">Generating PDF files purely in Javascript</h2>
213
-
214
-
<sectionid="downloads">
215
-
<aclass="zip_download_link" href="https://github.com/MrRio/jsPDF/zipball/master">Download this project as a .zip file</a>
216
-
<aclass="tar_download_link" href="https://github.com/MrRio/jsPDF/tarball/master">Download this project as a tar.gz file</a>
217
-
</section>
218
-
</header>
219
-
</div>
220
-
221
-
<!-- MAIN CONTENT -->
222
-
<divid="main_content_wrap" class="outer">
223
-
<sectionid="main_content" class="inner">
224
-
<p>You can <ahref="http://twitter.com/MrRio">catch me on twitter</a>: <ahref="http://twitter.com/MrRio">@MrRio</a> or head over to <ahref="http://snapshotmedia.co.uk">my company's website</a> for consultancy. </p>
225
-
226
-
<h2>Creating your first document</h2>
227
-
228
-
<p>See examples/basic.html. Make sure you include BlobBuilder.js and FileSaver.js. </p>
<spanclass="nx">doc</span><spanclass="p">.</span><spanclass="nx">text</span><spanclass="p">(</span><spanclass="mi">20</span><spanclass="p">,</span><spanclass="mi">30</span><spanclass="p">,</span><spanclass="s1">'This is client-side Javascript, creating a PDF.'</span><spanclass="p">);</span>
<spanclass="nx">doc</span><spanclass="p">.</span><spanclass="nx">text</span><spanclass="p">(</span><spanclass="mi">20</span><spanclass="p">,</span><spanclass="mi">20</span><spanclass="p">,</span><spanclass="s1">'Do you like that?'</span><spanclass="p">);</span>
<p>Big thanks to Daniel Dotsenko from <ahref="http://willow-systems.com">Willow Systems Corporation</a> for making huge contributions to the codebase. </p>
252
-
253
-
<p>Thanks to Ajaxian.com for <ahref="http://ajaxian.com/archives/dynamically-generic-pdfs-with-javascript">featuring us back in 2009</a>.</p>
254
-
255
-
<p>Everyone else that's contributed patches or bug reports. You rock.</p>
256
-
257
-
<h2>License</h2>
258
-
259
-
<p>(MIT License)</p>
260
-
261
-
<p>Copyright (c) 2010-2012 James Hall, <ahref="https://github.com/MrRio/jsPDF">https://github.com/MrRio/jsPDF</a></p>
262
-
263
-
<p>Permission is hereby granted, free of charge, to any person obtaining
264
-
a copy of this software and associated documentation files (the
265
-
"Software"), to deal in the Software without restriction, including
266
-
without limitation the rights to use, copy, modify, merge, publish,
267
-
distribute, sublicense, and/or sell copies of the Software, and to
268
-
permit persons to whom the Software is furnished to do so, subject to
269
-
the following conditions:</p>
270
-
271
-
<p>The above copyright notice and this permission notice shall be
272
-
included in all copies or substantial portions of the Software.</p>
273
-
274
-
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
275
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
276
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
277
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
278
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
279
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
280
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
281
-
</section>
282
-
</div>
283
-
284
-
<!-- FOOTER -->
285
-
<divid="footer_wrap" class="outer">
286
-
<footerclass="inner">
287
-
<pclass="copyright">jsPDF maintained by <ahref="https://github.com/MrRio">MrRio</a></p>
288
-
<p>Published with <ahref="http://pages.github.com">GitHub Pages</a></p>
0 commit comments