Jasper Report - Set Author property in a PDF document

后端 未结 3 1645
萌比男神i
萌比男神i 2021-01-13 23:42

Is there a way to set the Author property to a PDF document by setting a parameter when calling Jasper from Java.

3条回答
  •  日久生厌
    2021-01-14 00:16

    Not sure if it is the right way to go, but you might want to look at jasperPrint.getPropertyNames() or jasperPrint.getPropertiesMap() and see if you have any author property in there.

提交回复
热议问题