Hi,
I already implemented logic for exporting a PDF and DOC.Now I want to export some special characters to a PDF.my code is using a data Table like this
Document.MailMerge.ExecuteWithRegions(dataTable);
So I’m not able to either format or export Special Characters. what should I do for special characters?
Thanks,
sai