
WriteText(cb, " Garth Was Here !!!", 30, 718, bfTimesRoman, 14) PdfContentByte cb = writer.DirectContent PdfWriter writer = PdfWriter.GetInstance(doc, fs) Using (FileStream fs = new FileStream( " CPPFF001.pdf", FileMode.Create))ĭocument doc = new Document(PageSize.A4, 25, 25, 30, 30) If you have the experience on using iTextSharp, and particularly have the knowledge on the creation of hyperlink in the PDF, could you share your knowledge? Thanks.īaseFont bfTimesRoman = BaseFont.CreateFont(BaseFont.TIMES_ROMAN, BaseFont.CP1252, false) įont fTimesRomanItalic10 = new Font(bfTimesRoman, 10, Font.ITALIC, BaseColor.BLACK) The annotation object does not have a method for setting its absolute position. However, the Hyperlink rectangle is ALWAYS at the bottom-left of the generated PDF no matter how I change the x & y values in the Rectangle arguments (int x, int y, int width, int height). I can create a hyperlink in the generated PDF. Stamper.Writer, rectangle, PdfAnnotation.HIGHLIGHT_INVERT, PdfAnnotation annotation = PdfAnnotation.CreateLink(

Rectangle.BackgroundColor = BaseColor.LIGHT_GRAY (lower-left-x, lower-left-y, upper-right-x (llx + width), upper-right-y (lly + height), rotation angle
