If you have access to a developer and the Cvent API, the following could be done: (likely only worthwhile if you have a large number of events)
1 )Call API "Get Attendees" to get a list of attendees for the event
2) Iterate over the attendee list and call API "Get Attendee" by ID, extract desired info (name title company) and Contact IDs, and insert them into an object or array of Attendees
3) Iterate over the Attendee object/array and call API "Get Contact" by Contact Id. for each attendee, extract profile picture URLs from the contact response data, and add to attendee where contact ID matches
Once all of this data is assembled, HTML output can be created that you could then save/print as a PDF
I know this is likely more complicated than what you were looking for, but it is a way that it would be possible.
API Documentation (cvent.com)
------------------------------
Matt Capitao
SVP Technology & Digital Services
CDM Media
------------------------------