2019.2

Table Of Contents
l
Dynamically added images are loaded in a script. To retrieve one page from a PDF file
in a script, add the page parameter to the file path and set that as the source of the image.
Here is an example (assuming that the page number is stored in a variable pageNumber):
var imageStr = "";
var imagePath = "file:///C:/image-collection.pdf?page=" +
pageNumber;
imageStr += '<img src="' + imagePath + '">';
results.after(imageStr);
This chapter contains the current and previous versions of PlanetPress Connect 2019.2.x
release notes.
l "License Update Required for Upgrade to Connect 2019.x" below
Previous releases:
l "License Update Required for Upgrade to Connect 2019.1" on page1483
l "Overview" on page1510
l "Overview" on page1547
l "Overview" on page1580
l "Overview" on page1611
l "Overview" on page1644
l "Overview" on page1660
l "Overview" on page1673
License Update Required for Upgrade to
Connect 2019.x
From OLConnect 2019.1 onwards, only customers with a current OL Care subscription will be
able to update Connect.
Every Connect license will now contain an end date that represents the last day of OL Care
coverage for each customer. Upgrades and updates of Connect will be freely available up until
that end date, but will not be available thereafter, unless the OLCare period is extended.
This new licensing model requires anyone upgrading to 2019.2 from Connect versions pre-
Page 1454