Not sure what a form feed character is, but if you can express it in regex then you might be able to replace it (using the search and replace feature) with a div that includes a page-break inline style, e.g.:
<div style="page-break-after:always"></div>
|