What's new in PDF Generator SDK for JavaScript 1.16.153

Aug 7, 2018
  • now supports line breaks n inside text when adding to box

New in PDF Generator SDK for JavaScript 1.12.125 (Nov 12, 2014)

  • German Umlauts support fixed
  • improved checks against control characters in input text
  • minor fixes

New in PDF Generator SDK for JavaScript 1.11.110 (Nov 12, 2014)

  • pdf generation in client side javascript fixes issues with adobe reader XI on some documents
  • minor bug-fixes

New in PDF Generator SDK for JavaScript 1.11.109 (Nov 12, 2014)

  • support for some Android PDF viewers improved: was incorrectly wrapping text lines which caused incorrect placement while viewed on some Android devices
  • minor fixes

New in PDF Generator SDK for JavaScript 1.11.107 (Nov 12, 2014)

  • support for striked text style added: use .fontSetStyle(bold, italic, underline, striked) to set striked font style
  • striked style support added into HTML tags:use .. to use striked text style inline
  • minor bug-fixes

New in PDF Generator SDK for JavaScript 1.10.105 (Nov 12, 2014)

  • text output issue fixed

New in PDF Generator SDK for JavaScript 1.10.100 (Nov 12, 2014)

  • JPG images support improved: now PDF files are much smaller in size when JPG images are used
  • minor bug-fixes

New in PDF Generator SDK for JavaScript 1.06.97 (May 19, 2014)

  • generate pdf from javascript client side with images, font and style settings
  • Courier font support on some Android device fixed
  • HTML entities support improved (was crashing if you were using HTML entities inside text)
  • minor bug-fixes and improvements

New in PDF Generator SDK for JavaScript 1.04.84.a (Jul 1, 2013)

  • minor documentation and source code samples updates
  • minor bug-fixes and improvements
  • samples updated to correct the information about Internet Explorer: IE8+ works via flash based Downloadify plugin only due to the limitation of datauri support in IE to inline images and css styles but not PDF files

New in PDF Generator SDK for JavaScript 1.04.84 (Feb 27, 2013)

  • minor documentation and source code samples updates
  • minor bug-fixes and improvements

New in PDF Generator SDK for JavaScript 1.04.80 (Nov 9, 2012)

  • minor issues with javascript pdf generation
  • Firefox compatibility fixed for pdf generation with images
  • source code samples samples updated to use JQuery (linked from google) and its window.onload() event to call PDF generation on window on load event to make sure all elements (especially images) are ready for pdf report generation

New in PDF Generator SDK for JavaScript 1.04.79 (Sep 24, 2012)

  • improved pdf generation from client side javascript in IE8 and IE9 browsers
  • IE8 compatibility fixed in samples
  • samples now detects IE8 or lower and informs about limitations caused by IE8 and lower

New in PDF Generator SDK for JavaScript 1.03.76 (Sep 24, 2012)

  • Added function imagePlaceSetSize(x, y, angle, newWidth, newHeight) allowing to specify the width and height when adding an image.

New in PDF Generator SDK for JavaScript 1.02.73 (Jul 11, 2012)

  • Text was invisible in Adobe Reader for Android.
  • Fixed processing of ", &, < and > special entities.