How to export report in PDF using Python

78 views
Skip to first unread message

Mandaar Rao

unread,
Feb 23, 2023, 1:32:12 AM2/23/23
to OWASP ZAP User Group
I am using a kali machine to run OWASP ZAP using python.
Is there a way to retrieve ZAP report in PDF format using python.
The python code example present on github uses core.jsonreport() function to print the report in JSON format in the terminal. Is there any inbuilt function that gives the report in PDF format which can also be exported and saved to my local library?

#example code on github
print('JSON report:')
pprint(core.jsonreport())

thc...@gmail.com

unread,
Feb 23, 2023, 5:47:28 AM2/23/23
to zaprox...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages