<itext creationdate="@DateTime.Now.ToString()" producer="RazorPDF">
    
<paragraph style="font-family:Helvetica;font-size:18;font-weight:bold;font-style:italic;">
	<chunk red="255" green="0" blue="0">@ViewBag.Title</chunk>
</paragraph>

<table width="100%" cellpadding="1.0" cellspacing="1.0"  widths="5;5">
    <row>
	    <cell borderwidth="0.5" left="false" right="false" top="false" bottom="true">User Name</cell>
	    <cell borderwidth="0.5" left="false" right="false" top="false" bottom="true" horizontalalign="right">Lucky Number</cell>
    </row>
</table>

<image url="@Context.Server.MapPath("~/Content/sample.png")"/>

<newline />

<list numbered="true" symbolindent="15" font="unknown">
    <listitem leading="18.0" font="Times" size="12.0" align="Default" indentationleft="15.0">
        <chunk font="Times" size="12.0">List item</chunk>
    </listitem>
</list>

<anchor fontstyle="normal, underline" red="0" green="0" blue="255" reference="http://nyveldt.com/blog/"> 
My blog
</anchor> 

</itext>