2018.2

Table Of Contents
page646) that sets its background image to the image sprite and positions the image.
For an explanation and examples of this style rule, see
https://www.w3schools.com/css/css_image_sprites.asp.
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 2018.2.x
release notes.
l 2018.2.1 Patch Release Notes
l 2018.2 Release Notes
Previous releases:
l PlanetPress Connect 2018.1.x Release Notes
l PlanetPress Connect 1.8 Release Notes
l PlanetPress Connect 1.7.1 Release Notes
l PlanetPress Connect 1.6 Release Notes
l PlanetPress Connect 1.5 Release Notes
l PlanetPress Connect 1.4 Release Notes
Overview
This document provides an overview of the new features and enhancements in PlanetPress
Connect 2018.2 and PlanetPress Workflow 2018.2, as well as some important installation
information.
Installing PlanetPress Connect 2018.2 and PlanetPress Workflow 2018.2
Page 1242