Hello,
> What I would really like is to tell the API something like this:
> cell 1 - OK to break below image
> cell 2 - OK to break below title
> cell 3 - OK to break after 4 lines of text
> cell 4 - OK to break after 4 lines of textUnfortunately, there is no support for anything like that in the API. The only thing that could help is to use the following css to avoid page breaks inside images.
img { page-break-inside: avoid; }