BaseFont bfTimes = BaseFont.CreateFont(Server.MapPath("FootSize/FZCCHFW.TTF"), BaseFont.IDENTITY_H, BaseFont.NOT_EMBEDDED);
Font times = new Font(bfTimes, 15, Font.NORMAL, Color.RED);
Document.Add(new Paragraph(“大神帮帮忙”, times));
这种添加文字的方式,怎么控制它的位置?
求大神帮忙呀
------解决思路----------------------
http://www.cnblogs.com/Joetao/articles/2933941.html