Skip to content

Commit

Permalink
Updated redistributable files - resolves #99, fix #120, fix #154, closes
Browse files Browse the repository at this point in the history
 #168, closed #166, closed #165, closed #158, closed #157, closed #156, closes #146, fixes #138, fix #128, closed #127, closed #125, resolved #124, closes #123, fixes #122, closed #118, closes #114, fix #113, closed #109, closed #102, closed #98, closes #95, closed #78, fix #63, closed #58, closed #56, closed #33
  • Loading branch information
diegocr committed Feb 6, 2014
1 parent cd86650 commit e6150e8
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 117 deletions.
144 changes: 53 additions & 91 deletions dist/jspdf.min.js

Large diffs are not rendered by default.

86 changes: 63 additions & 23 deletions dist/jspdf.source.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/** @preserve jsPDF 1.0.0-trunk ( 2014-02-04T21:51 commit ID 64bfd23630cbbfd4554b846b208a056cfde891fe )
Copyright (c) 2010-2014 James Hall, james@parall.ax, https://github.com/MrRio/jsPDF
Copyright (c) 2012 Willow Systems Corporation, willow-systems.com
MIT license.
*/

/*
/** @preserve
* jsPDF - PDF Document generation from JavaScript
* Version 1.0.0-trunk Built on 2014-02-06T18:42
* Commit cd86650e8b76f3f82ce825ba4d63515c96e642aa
*
* Copyright (c) 2010-2014 James Hall, https://github.com/MrRio/jsPDF
* 2010 Aaron Spike, https://github.com/acspike
* 2012 Willow Systems Corporation, willow-systems.com
* 2012 Pablo Hess, https://github.com/pablohess
* 2012 Florian Jenett, https://github.com/fjenett
* 2013 Warren Weckesser, https://github.com/warrenweckesser
* 2013 Youssef Beddad, https://github.com/lifof
* 2013 Lee Driscoll, https://github.com/lsdriscoll
* 2013 Stefan Slonevskiy, https://github.com/stefslon
* 2013 Jeremy Morel, https://github.com/jmorel
* 2013 Christoph Hartmann, https://github.com/chris-rock
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
* 2014 Diego Casorran, https://github.com/diegocr
* 2014 James Makes, https://github.com/dollaruw
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
Expand All @@ -23,10 +36,12 @@ MIT license.
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* ====================================================================
*
* Contributor(s):
* siefkenj, ahwolf, rickygu, Midnith, saintclair, eaparango,
* kim3er, mfo, alnorth,
*/


/**
Creates new jsPDF document object instance
@class
Expand Down Expand Up @@ -1957,11 +1972,14 @@ Examples:
return jsPDF;
}(this));
/** @preserve
jsPDF addImage plugin (JPEG only at this time)
Copyright (c) 2012 https://github.com/siefkenj/
*/

/**
* jsPDF addImage plugin (JPEG only at this time)
* Copyright (c) 2012 Jason Siefken, https://github.com/siefkenj/
* 2013 Chris Dowling, https://github.com/gingerchris
* 2013 Trinh Ho, https://github.com/ineedfat
* 2013 Edwin Alejandro Perez, https://github.com/eaparango
* 2013 Norah Smith, https://github.com/burnburnrocket
* 2014 Diego Casorran, https://github.com/diegocr
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
Expand All @@ -1980,7 +1998,6 @@ Copyright (c) 2012 https://github.com/siefkenj/
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* ====================================================================
*/

;(function(jsPDFAPI) {
Expand Down Expand Up @@ -2252,8 +2269,10 @@ jsPDFAPI.autoPrint = function() {
* jsPDF Cell plugin
* Copyright (c) 2013 Youssef Beddad, youssef.beddad@gmail.com
* 2013 Eduardo Menezes de Morais, eduardo.morais@usp.br
* 2013 Lee Driscoll, https://github.com/lsdriscoll
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
* 2014 James Hall, james@parall.ax
*
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
Expand Down Expand Up @@ -2641,12 +2660,31 @@ jsPDFAPI.autoPrint = function() {
};

})(jsPDF.API);
// Generated by CoffeeScript 1.3.3
/*
@preserve
jsPDF fromHTML plugin. BETA stage. API subject to change. Needs browser, jQuery
Copyright (c) 2012 2012 Willow Systems Corporation, willow-systems.com
*/
/** @preserve
* jsPDF fromHTML plugin. BETA stage. API subject to change. Needs browser, jQuery
* Copyright (c) 2012 2012 Willow Systems Corporation, willow-systems.com
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, publish,
* distribute, sublicense, and/or sell copies of the Software, and to
* permit persons to whom the Software is furnished to do so, subject to
* the following conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
* LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
* ====================================================================
*/

(function(jsPDFAPI) {
var DrillForContent, FontNameDB, FontStyleMap, FontWeightMap, GetCSS, PurgeWhiteSpace, Renderer, ResolveFont, ResolveUnitedNumber, UnitedNumberMap, elementHandledElsewhere, getImageFromUrl, images, loadImgs, process, tableToJson;
Expand Down Expand Up @@ -4068,8 +4106,10 @@ API.events.push([
* jsPDF Cell plugin
* Copyright (c) 2013 Youssef Beddad, youssef.beddad@gmail.com
* 2013 Eduardo Menezes de Morais, eduardo.morais@usp.br
* 2013 Lee Driscoll, https://github.com/lsdriscoll
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
* 2014 James Hall, james@parall.ax
*
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
Expand Down
4 changes: 2 additions & 2 deletions jspdf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @preserve
* jsPDF - PDF Document generation from JavaScript
* 1.0.0-trunk Built on ${buildDate}
* Version 1.0.0-trunk Built on ${buildDate}
* Commit ${commitID}
*
* Copyright (c) 2010-2014 James Hall, https://github.com/MrRio/jsPDF
Expand All @@ -12,7 +12,7 @@
* 2013 Youssef Beddad, https://github.com/lifof
* 2013 Lee Driscoll, https://github.com/lsdriscoll
* 2013 Stefan Slonevskiy, https://github.com/stefslon
* 2013 Jérémy Morel, https://github.com/jmorel
* 2013 Jeremy Morel, https://github.com/jmorel
* 2013 Christoph Hartmann, https://github.com/chris-rock
* 2014 Juan Pablo Gaviria, https://github.com/juanpgaviria
* 2014 Diego Casorran, https://github.com/diegocr
Expand Down
2 changes: 1 addition & 1 deletion wscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def getCommitIDstring():
# let's not bother emulating it. Not important
return ""
else:
return "commit ID " + subprocess.check_output(
return subprocess.check_output(
[
'git'
, 'rev-parse'
Expand Down

0 comments on commit e6150e8

Please sign in to comment.