Skip to content

Releases: parallax/jsPDF

v1.3.0 "The One Where SVG Works"

28 Sep 10:54
Compare
Choose a tag to compare

Big thanks to @Flamenco and SAP for this release.

You can test out the SVG functionality by running:

npm start

and then visiting:

http://localhost:8000/examples/canvg_context2d/bar_graph_with_text_and_lines.html

We've also done the following:

  • c0ae8a2 Started to replace committed deps with npm deps, this project existed before npm or git can you believe?
  • 8047853 Use rollupjs to bundle jsPDF, plugins and libs
  • 68baeff Fix a longstanding issue with generating the document multiple times
  • bd60b2f Fixed PNG compression
  • c3dc391 Started transpiling with babel
  • Loads of other little fixes

v1.2.61

01 Mar 16:20
Compare
Choose a tag to compare

Features include:

  • Quick fix in the debug file
  • Acroforms support! Make fillable PDFs.
  • Various fixes

v1.2.60

29 Feb 18:48
Compare
Choose a tag to compare

Tidy up. Fix some long standing issues with the previous release in the dist files.

v1.1.135

18 May 10:40
Compare
Choose a tag to compare
v1.1.135 Pre-release
Pre-release

This is a large update, and is in preparation for a larger refactor.

  • Refactor plugins into plugins/ folder.
  • Numerous fixes to HTML plugin, including context2d support!

v1.0.272

29 Sep 15:13
Compare
Choose a tag to compare

[2014-09-29][diegocr][43eb081] New dist files.
[2014-09-21][diegocr][d477072] Added setDisplayMode function to define zoom, layout, and page modes
[2014-09-20][diegocr][30dbe14] Clipping Lines to Inside a Rectangle - closes #328
[2014-09-20][diegocr][d7cb062] Added setPage() function - closes #108
[2014-09-20][diegocr][4c9c0ec] Automatically add new pages if .text() would overflow - closes #119
[2014-09-20][diegocr][7da6aac] Adding letter-spacing method - closes #143
[2014-09-20][diegocr][b6f019c] Added Image Rotation support - closes #338
[2014-09-20][diegocr][2b53fb4] Added per-page support for document width, height, format and orientation - #49
[2014-09-19][diegocr][3da4b59] New dist files.
[2014-09-19][diegocr][9f814ae] Added Line BReaks support to fromTHML
[2014-09-19][diegocr][672105c] fromHTML fixes kindly suggested by @mcurland
[2014-09-19][diegocr][2bb6a89] Fixed #355 - missing images on fromHTML()
[2014-09-18][diegocr][b675300] Fixed #348 - fromHtml method blows pdf graphics stack
[2014-09-18][diegocr][f3f6261] Fixed getTextDimension() for Firefox - closes #235
[2014-08-28][yscumc][6899fac] Fix for CreationDate timezone #345
[2014-08-28][James Hall][ef1626c] Use UTC time in CreationDate, fixes #345
[2014-08-11][diegocr][f35960b] MSIE cannot handle Data URIs on the live example... closes #334
[2014-07-28][diegocr][d88c833] addImage: Implemented generateAliasFromData - Related to #99 and #300
[2014-07-22][diegocr][8f9d6cd] New dist files.
[2014-07-22][Diego Casorran][ed1c917] Fixed #301
[2014-07-19][diegocr][1fde787] Workaround for dataurlnewwindow usage on Safari.
[2014-07-19][diegocr][140c979] Added bloburl output type.
[2014-07-19][diegocr][e33e44f] Slightly improved our SAFE function
[2014-07-17][diegocr][41fcc3a] New dist files.
[2014-07-16][Huy, Vuong Do Thanh][6f9361b] requirejs patch for anonymous define()
[2014-07-02][Antoine Duchateau][07908c3] fixed grayscale JPEG
[2014-06-29][Wolfgang Gassler][2c565a2] margin padding support for floated images
[2014-06-29][diegocr][8247a27] addImage: detect png format from img.src - related to #291
[2014-06-27][diegocr][0f3c2d0] addImage: Detect PNG format from raw data - related to #291

v1.0.178

27 Jun 15:36
Compare
Choose a tag to compare

[2014-06-27][diegocr][da257c2] New dist files.
[2014-06-27][Wolfgang Gassler][7ab98a3] image floating
[2014-06-05][Wolfgang Gassler][9c70e27] empty line between first lines on new page removed
[2014-06-05][Wolfgang Gassler][4e6bcb4] problem of lost lines solved
[2014-05-21][Wolfgang Gassler][45b5f8e] floating around image
[2014-06-25][Diego Casorran][0b51903] Tiny improvement over #278
[2014-06-25][diegocr][82893ba] Fixed #289 - a single define() call
[2014-06-19][Salem Talha][60dfed6] Small fix for svg rendering script
[2014-06-08][Turan Rustamli][d23ad56] Fixed default coordinates for fromHTML

v1.0.150

30 May 00:44
Compare
Choose a tag to compare

[2014-05-30][diegocr][75d18af] New dist files with updated Blob.js and FileSaver.js
[2014-05-25][diegocr][dcbc9fc] Fixed fromHTML bug when using strings...
[2014-05-25][diegocr][fac3703] Minor tweaks related to #267
[2014-05-25][Diego Casorran][fcb97f4] Update README.md
[2014-05-25][Wolfgang Gassler][029b96a] applied proposals of #267 by @diegocr
[2014-05-25][Wolfgang Gassler][fb3c7df] support of dataurl images
[2014-05-21][diegocr][157527d] Fixed #96
[2014-05-21][diegocr][84b6204] Reindent of jspdf.plugin.from_html.js
[2014-05-21][diegocr][7f06fdf] Minor fix related to #260
[2014-05-20][Wolfgang Gassler][ee4ba08] master merged
[2014-05-08][Wolfgang Gassler][1bbb8a5] header footer working
[2014-03-10][Ben Gribaudo][41802ea] Updating reference to live editor & examples

v1.0.138

18 May 18:49
Compare
Choose a tag to compare

[2014-05-18][diegocr][aed93c3] addHTML() can now split the canvas into multiple pages; Also, added rasterizeHTML support.
[2014-05-18][diegocr][99b632e] Check for define.amd
[2014-05-13][diegocr][e931375] Fixed #257
[2014-05-11][diegocr][4952bd2] New dist files with updated basic example
[2014-05-11][Daniel][57388f4] Squashed commit of the following:
[2014-05-07][chmanie][09b147a] change supportsArrayBuffer check to work with Safari
[2014-05-07][chmanie][59e3133] change supportsArrayBuffer check to work with Safari
[2014-04-29][Wolfgang Gassler][8813035] prcoessing css style justify added
[2014-04-29][Wolfgang Gassler][bd9fd98] processing of css style text-align center and right added

v1.0.119

29 Apr 04:11
Compare
Choose a tag to compare

[2014-04-29][diegocr][4c69493] Ensuring the PNG support dont break the library initialization under older browsers
[2014-04-28][diegocr][119a246] Removing senseless .toString(10) calls
[2014-04-28][diegocr][5dd397b] Added lineIndent option to the SplitText PlugIn
[2014-04-27][Matej Kenda][fde17a9] #239: fix for YUI compressor errors: short -> palShort, byte -> abyte

v1.0.116

26 Apr 23:54
Compare
Choose a tag to compare

Fixed issues with the .addImage() plugin.