Reply To: Regarding PDF Print Size

#2055
fearless359
Keymaster

There is no export.pdf.screensize parameter. And the export.pdf.papersize name should be changed to exportPdfPaperSize.

Here are the parameters I use for your reference:

exportSpreadsheet               = xls
exportWordProcessor             = doc

exportPdfDefaultFontSize        = 10
exportPdfPaperSize              = Letter
exportPdfLeftMargin             = 5
exportPdfRightMargin            = 5
exportPdfTopMargin              = 5
exportPdfBottomMargin           = 5

Hope this helps.