Hi. I'm self taught and new to programming.
I have a DataTable of data and I want to plug the variables into a custom PDF template to create report forms for devices we calibrate at work. I can create PDFs with iTextSharp but I'm wondering if there is a way to graphically set the template and load it into my program so if I need to edit it I don't have to do it in code.
Thanks.