Sha256: 4fb54862eb89ca58b17830b29c511a70e0910070d109a807daba80864091c080

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 Bytes

Contents

= PDFmyURL

A basic ruby-on-rails interface to http://pdfmyurl.com/

== Example
 
  <%= pdf_my_url 'CBC', 'http://www.cbc.ca/' %>

  <%= pdf_my_url 'BBC', 'http://www.bbc.co.uk/', :filename => 'BBC.pdf' %>

  <%= pdf_my_url 'NY Times', 'http://www.nytimes.com/', :filename => 'NY-Times.pdf',
	  :page_height => 200, :page_width => 100,
  	:margin_top => 10, :margin_left => 5, :margin_right => 5, :margin_bottom => 10 %>

== Copyright

Copyright (c) 2010 Kevin Sylvestre, released under the MIT license

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pdf-my-url-1.0.0 README.rdoc