Contact Me ← BackThank you for your response. ✨ Name(required) Email(required) Website Comment Submit Δ Share this:PostLike Loading...
Hi Kumar, Nice code 🙂 I have one question, how to get specific element from xml? I have PDF template “Dear Sir ________, ….”, and i would like to read specific element from XML and put it on the lines in my template. thanks in advance Reply
Hi, i am using the itextsharp.dll reference and converting into PDF so you can create PDF template using the itextsharp(reference) check the below link for more info http://www.codeproject.com/Articles/23112/Fill-in-PDF-Form-Fields-using-the-Open-Source-iTex While converting the PDF template,you can add the converted XML format wherever needed and merge the PDF. I Hope it will help you. Reply
Hi Kumar,
Nice code 🙂 I have one question, how to get specific element from xml?
I have PDF template “Dear Sir ________, ….”, and i would like to read specific element from XML and put it on the lines in my template.
thanks in advance
Hi,
i am using the itextsharp.dll reference and converting into PDF so you can create PDF template using the itextsharp(reference) check the below link for more info
http://www.codeproject.com/Articles/23112/Fill-in-PDF-Form-Fields-using-the-Open-Source-iTex
While converting the PDF template,you can add the converted XML format wherever needed and merge the PDF.
I Hope it will help you.