Hi Brian - thanks for the reply.
Well first thing I ran into was if elements inside a <tbody> spanned multiple pages, I would get a "
Frame not found in cellmap" error. Turns out this is a pretty
common problem. After removing the tbody, PDF did render.
If I remove the <thead> and </thead>, I once again get the "Frame not found in cellmap" error.
I would really like to keep the thead and tbody tags, as it allows me to re-use my stylesheet and my code that renders the table in my website view.
I've attached a single html file with inline css that reproduces the problem. in practice I link to the css:
<link href="css/forecasts/pdf.css" type="text/css" rel="stylesheet" />