I'm using the ITextSharp library to create PDF's and I'm having problems with the source of the document, I have the error "Font is an ambiguous", I've looked in several places and all the examples end up giving the same error, fix this or do you have library documentation for me to use?
Example of the code I'm using and getting the error I said.
Paragraph p = new Paragraph(aluno.Nome, new Font(Font.Bold, 14));