Backwards compatibility broken

  • Hi. We are testing some tax pdfs we produce from our App and I have realized that the data from the last page is not shown at all (blank page).
    After testing with different versions of WPViewPdf.dll the result is that the pdf is properly displayed with version 3.5.6.733 (june 2012).
    Later versions I have tried do not display that last page at all. These versions are:
    - 3.11.5.691 (october 2013)
    - 3.12.4.738 (april 2014).

    I attach a link to the pdf:
    http://www.bigun.com/Bigun/tmp/RTEMP12.001.pdf

    Thank you very much for your support.

    Bigun

    • Offizieller Beitrag

    Thanks, I check that. The last version which did it was 3.09.3.

    The problem in this file is the EI command, it should be preceded by a \n but there is just a space. I update my code to handle this special case, where also 2 spaces follow the EI, but I cannot generally accept space before the EI, this causes trouble with other files which contain EI in the binary stream just by chance.