First Output Page is Blank when Using SetFont
A PDF generated using Toolkit's SetFont method has a blank first page.
Probable Cause
There is no page number set when calling SetFont.
Resolution
You must set the page number when calling SetFont. Example: tk.SetFont("helvetica", 20, 1);
For more information, see the SetFont topic in the Toolkit Reference Guide.