Thanks in advance.
I have ran into an issue with ABCpdf. I continuously receive the following exception, when I try to add image URL to pdf. This was working fine some days back but its not working now.
WebSupergoo.ABCpdf8.Internal.PDFException Object reference not set to an instance of an object. Int32 AddUrl(System.String, Boolean, Int32, Boolean) at WebSupergoo.ABCpdf8.Doc.AddUrl(String url, Boolean paged, Int32 width, Boolean disableCache) at WebSupergoo.ABCpdf8.Doc.AddImageUrl(String url, Boolean paged, Int32 width, Boolean disableCache) at WebSupergoo.ABCpdf8.Doc.AddImageUrl(String url)
This is working for content without image but content with multiple images does not work.
Any help would be much appreciated.
This error crept up in my case was that there was an exception occurring in code behind. I have rectified the exception and everything was working well.