PdfViewer - throws NullReferenceException in GetPages method of PdfContentManager.
We have investigated this case and the document throws an exception as it is not valid according to the PDF format specification. The problem is that at the end of the file, after the %%EOF marker, there are empty bytes, which should not be there. You can see the NUL bytes here (http://goo.gl/OzW3BQ). Once these bytes are trimmed and the document attempts to open, another issues comes up, and this is an issue with the JPEG decoder, which we have logged here: http://feedback.telerik.com/Project/154/Feedback/Details/149046-fix-radpdfviewer-some-jpeg-images-are-not-rendered-correctly-in-pdfviewer-dct. As a result of this investigation, I will close this case and also I will attach the file to the case with the JPEG decoder, so when we are working on it, we can make sure we cover the case from your document as well.
Thank you for this document. We will have it in mind when working on this issue. In fact we already have it internally.
Try to open this file and you see the exception.