Is there a way to set the Author property to a PDF document by setting a parameter when calling Jasper from Java.
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.
jasperPrint.getPropertyNames()
jasperPrint.getPropertiesMap()