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