diff --git a/bin/wkhtmltopdf2 b/bin/wkhtmltopdf2
new file mode 100755
index 0000000..bba9ec8
Binary files /dev/null and b/bin/wkhtmltopdf2 differ
diff --git a/config/initializers/wicked.rb b/config/initializers/wicked.rb
new file mode 100644
index 0000000..6b636da
--- /dev/null
+++ b/config/initializers/wicked.rb
@@ -0,0 +1,3 @@
+WickedPdf.config = {
+ :exe_path => File.join(Rails.root,'bin','wkhtmltopdf2')
+}
\ No newline at end of file