# File lib/pdf/writer.rb, line 232
232:     def mm2pts(x)
233:       (x / 25.4) * 72
234:     end