Twinside / Rasterific

A drawing engine in Haskell
BSD 3-Clause "New" or "Revised" License
140 stars 11 forks source link

generates invalid PDFs (xref table ordered by offset instead of id) #49

Closed robx closed 5 years ago

robx commented 5 years ago

I'm having some issue with PDFs generated via Rasterific. Concretely, PDF documents from https://arp.vllmrt/net/puzzles/draw work fine with macOS Preview.app, but don't display using mozilla pdf.js, compare https://github.com/mozilla/pdf.js/issues/10326, or for some Windows users (presumably Acrobat). Chances are the documents aren't quite valid.

puzzle-draw issue: https://github.com/robx/puzzle-draw/issues/48