Код: Выделить всё
val table = Table(floatArrayOf(50f, 50f))
.setAutoLayout()
.useAllAvailableWidth()
table.setBackgroundImage(
// Background Image Required Here
BackgroundImage.Builder()
.setImage(
// PdfXObject Required Here
)
)
Подробнее здесь: https://stackoverflow.com/questions/798 ... -in-itext7
Мобильная версия