# File lib/pdf/writer.rb, line 654 654: def trim_box(x0, y0, x1, y1) 655: @pages.trim_box = [ x0, y0, x1, y1 ] 656: end