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