naitoh / rbpdf

Ruby on Rails TCPDF plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF is broken on iOS

naitoh opened this issue · comments

http://www.redmine.org/issues/19095

This is /CropBox's Problem.

  • Wrong example (rbpdf 1.18.5)
    /MediaBox [0.00 0.00 595.28 841.89] /CropBox [0.00 0.00 1687.41 2386.46] /BleedBox [0.00 0.00 4783.20 6764.77] /TrimBox [0.00 0.00 4783.20 6764.77] /ArtBox [0.00 0.00 4783.20 6764.77]
  • Correct example
    /MediaBox [0.00 0.00 595.28 841.89] /CropBox [0.00 0.00 595.28 841.89] /BleedBox [0.00 0.00 595.28 841.89] /TrimBox [0.00 0.00 595.28 841.89] /ArtBox [0.00 0.00 595.28 841.89]