Test file: http://download.vistair.com/pdf2htmlEX/Page-25fromMON-B757-GREEN.pdf The output of `pdftocairo -svg` is not empty, but blank.
As an update to this, the error is in the matrix computed for the image mask. In the SVG this is set to: transform="matrix(0.00057971,0,0,-0.000407166,0,1)" When it should be something closer to: transform="matrix(0,0.35,-0.20,0,450,0)" in order to get something like the correct result.
I have tracked this issue to Cairo. I will submit another bug report with more detail to cairo.
*** This bug has been marked as a duplicate of bug 71861 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.