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