INC-216404 · Issue 721512
Table alignment corrected for PDF
Resolved in Pega Version 8.6.5
The align="center" styling was not getting applied whenever the Rich Text Editor was in readonly mode. To resolve this, the CSS style has been updated to correct table center alignment for readonly Rich Text Editor documents and paragraphs in the pzbase-gadgets-ckeditor and pzbase-div-layout CSS files respectively.
INC-199469 · Issue 707513
PDF margins made available as parameters
Resolved in Pega Version 8.6.4
After update, margins were different in exported PDFs. This was due to upgraded jar files: PD4ML v3 used setPageInsets(new Insets(top, left, bottom, right)) , but the v4 jar uses setPageMargins(new PageMargins(left, top, right, bottom)) . Because the order of values (20, 10, 10, 10) were not changed this produced a different result. To resolve this, PD4ML margins are now available to be set as parameters: Param.pyMarginLeft, default value 20 Param.pyMarginTop, default value 10 Param.pyMarginRight, default value 10 Param.pyMarginBottom, default value 10 When standard activities like HTMLToPDF / pyViewAsPDF / pyAttachAsPDF are used, add a Property-Set step before calling the activity to add the necessary margin parameters. When CreatePDF smart shape is used, set the parameters via the connector of the CreatePDF.
INC-220363 · Issue 720120
Additional page sizes available for PDF generation
Resolved in Pega Version 8.6.5
Support has been added for using page sizes in PDF generation which are supported by the v4 pd4ml jar including A0-A10.
INC-188141 · Issue 678160
PD4ML upgraded
Resolved in Pega Version 8.6.5
Issues with PDF generation have been resolved by upgrading PD4ML to version 4.0.13.
INC-198784 · Issue 697526
PD4ML upgraded
Resolved in Pega Version 8.6.5
Issues with PDF generation have been resolved by upgrading PD4ML to version 4.0.13.
INC-199137 · Issue 708165
PD4ML upgraded
Resolved in Pega Version 8.6.5
Issues with PDF generation have been resolved by upgrading PD4ML to version 4.0.13.
INC-211743 · Issue 711669
PD4ML upgraded
Resolved in Pega Version 8.6.5
Issues with PDF generation have been resolved by upgrading PD4ML to version 4.0.13.
INC-200416 · Issue 699863
Updated AttachmentPreview control for Account Manager Access Group
Resolved in Pega Version 8.6.4
When using the Account Manager Access group as the default and only access group on a profile, attempting to render a PDF on the click of a link did not work as expected. The render-on-click worked as expected when logged in as the Author and the application was switched to Account Manager. This has been resolved by registering the activity pzAppStorageOkToAttachFile in the pzAttachmentPreview control.