Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Anonymous

I debugged and find out that

 

"modelImagePath" variable is undefined in setup-sheet.cps (line: 574).

 

if (modelImagePath && properties.showModelImage) { <----line: 574
....
write("<td class=\"model\" align=\"" + alignment + "\"><img src=\"" + modelImagePath + "\"/></td>");  <----- So this line is never printed
}

 

 

Where is it defined? ( modelImagePath variabl)

 

Where I can find more documentation about setup sheet generation: how to access images, maybe get more images from all sides, etc.
I would like to write my own setup sheet to pdf.