Hi all,
I am trying to write a form to help users make canned pdfs
im working with Itextsharp.dll and im walking through the tutoral HERE and im getting an error that seems to be over the keyword "FONT"
if i hightlight over the first error i get
Error 1 'Font' is an ambiguous reference between 'System.Drawing.Font' and 'iTextSharp.text.Font'
I understand that they both have a keyword font but im unclear on how to proccede to fix this issue