I get this error:
System.NullReferenceException was unhandled
Message="Object reference not set to an instance of an object."
Source="CuteEditor"
StackTrace:
at CuteEditor.Convertor.PDF.HTML2PDF.a(String A_0, String A_1, String A_2)
at CuteEditor.Convertor.PDF.HTML2PDF..ctor(String html)
on this code:
html2pdf =
new HTML2PDF(MasterHTML);
html2rtf for the same input text does not throw any expection.
I need to run the code in a service for nightly processing of data.
the code compiles. but throws at runtime.
what's wrong?