Hi All,
I am working on WPF application. I am working on reports and i am trying to convert Html to pdf.
I downloaded Trail version that was working fine but now i am getting exception "Input string is not in valid format"
I have license key and i put this
SyncKey = "MXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=";
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense(SyncKey);
into app.xaml
But Html to pdf conversion still not working. please help me
Thank you