Question
7
Replies
799
Views
Perseus
Posted: July 5, 2017
Last activity: July 8, 2017
Closed
Solved
How configure page setup in export to PDF option
Hi,
Exporting data using report definition window, how to configure PDF page setup like (A4, LEGAL,and letter)?
Pega version : 7.2.1
Tried in pyPDFSettings - pyPDFPageSize, It is not working.
Hi John,
Could you try the below steps at your end and let me know if it works:
1. Save as the activity Rule-Obj-Report-Definition pyPDFSettings (RS : Pega-Reporting) to your custom ruleset
2. Uncomment step one and set the values for the below parameters:
pyPDFPageOrientation Possible values :portrait/landscape [Default landscape]
pyPDFPageSize Possible values :A4/LETTER/LEGAL [Default A4]
3. Retest the usecase
Thanks,
Gisela