1 : 2 : 3 : 4 : 5 : 6 : 7 : 8 : 9 : 10 : 11 : 12 : 13 : 14 : 15 : 16 : 17 : 18 : 19 : 20 : 21 : 22 : 23 : 24 : 25 : 26 : 27 :
protected le btnPrint_Click vide (expéditeur d'objet, EventArgs e) { Document Doc. = nouveau document () ; doc.SetPageSize (PageSize.A4.Rotate ()); doc.NewPage () ; Auteur de PdfWriter = PdfWriter.GetInstance (Doc., Response.OutputStream) ; Response.ContentType = « application/pdf » ; Response.AddHeader (« Contenu-Disposition », « attachement ; filename=Myfile » + lblDate.Text + « .pdf ») ; Doc. S'ouvrir () ; page d'iTextSharp.text.Rectangle = doc.PageSize ; //date Paragraphe p = nouveau paragraphe (lblDate.Text, nouvel iTextSharp.text.Font (iTextSharp.text.Font.DEFAULTSIZE, 12f)); p.Alignment = 1 ; //this est aligne pour centrer Doc. Ajouter (p) ; //logo logo d'iTextSharp.text.Image = iTextSharp.text.Image.GetInstance (Request.MapPath (« ~/images/logoPDF.jpg »)); logo. Alignement = iTextSharp.text.Image.ALIGN_LEFT ; logo.ScalePercent (20f) ; Doc. Ajouter (logo) ;