# File lib/pdf/writer.rb, line 568
568:   def margins_cm(top, left = top, bottom = top, right = left)
569:     margins_pt(cm2pts(top), cm2pts(left), cm2pts(bottom), cm2pts(right))
570:   end