We are generating PDFs from HTML using your converter component. While the conversion works most of the time, we've gotten the following exception:
Message: Thread was being aborted.
Stack Trace: at g.a(Object A_0) at g.a() at b.f() at ceTe.DynamicPDF.Conversion.Converter.Convert(String sourceFilePath, String outputFilePath, ConversionOptions conversionOptions) at ceTe.DynamicPDF.Conversion.Converter.Convert(String inputFilePath, ConversionOptions options, Byte[] appendToPdf) at ceTe.DynamicPDF.Conversion.Converter.ConvertHtmlString(String htmlString, HtmlConversionOptions options, Byte[] appendToPdf) at ceTe.DynamicPDF.Conversion.Converter.ConvertHtmlString(String htmlString) at
The converter component is being called from an aspx web service. The service is hosted on a Windows 2003 server system. The html string varies a bit based upon user input. We used the same input that resulted in a failure initially and the conversion succeeded.