We're evaluating the EO.Pdf .NET library for use in a large, enterprise application.  We're trying to create a multi-column PDF like the one pictured in 
this image, but we've encountered two problems:
1)  In a two-column layout, such as the one pictured above, is there any way to prevent wrapping the page/column in the middle of a paragraph as shown in question #10?  Question #10 and its answers (A-F) are all part of a single paragraph, so I would like for it to be forced to a new column/page as a whole if it doesn't fit.  I read 
here that it is possible to do this with the HtmlToPdf portion of the library, but I don't see an equivalent in the PDF Creator (Acm) library.
2)  Is there any way to render a portion of the text as HTML?  For example, question #10 contains <br/> tags, but content could also be bolded, italicized, etc.  We would prefer not to render our entire document using the HtmlToPdf library because it add significant additional overhead for us.  I checked the 
ConvertHtml documentation and the 
AcmStyle/AcmStyleSheet documentation, but I don't see a way to render a particular AcmText object/string as HTML.  Is this possible with EO.Pdf?