# File lib/pdf/writer.rb, line 675
675:   def add_link(uri, x0, y0, x1, y1)
676:     PDF::Writer::Object::Annotation.new(self, :link, [x0, y0, x1, y1], uri)
677:   end