With iTextSharp, how do I get the x,y coordinates of the image on a specific layer of a PDF
问题 I'm generating certificate documents for different clients. I have different pdf documents that I use as a template and fill in the relevant info for the client. I also add in a logo specific to the client. I currently remove a layer that contains only the logo in my template pdf and add in the new logo. //Apply Logos if (_CertificateLogo != "" || _ExpiryDate.HasValue) { foreach (string key in layers.Keys.ToList()) { if (key.ToLower().Equals("logo") && _CertificateLogo != "") { PdfLayer