Browse Source

Added missing file

Jakob Truelsen 16 years ago
parent
commit
0c077cd2a3
2 changed files with 17 additions and 1 deletions
  1. 1 1
      CMakeLists.txt
  2. 16 0
      README

+ 1 - 1
CMakeLists.txt

@@ -49,4 +49,4 @@ SET(CPACK_STRIP_FILES "bin/wkhtmltopdf")
 SET(CPACK_SOURCE_STRIP_FILES "")
 
 SET(CPACK_PACKAGE_EXECUTABLES "wkhtmltopdf" "wkhtmltopdf")
-INCLUDE(CPack)
+INCLUDE(CPack)

+ 16 - 0
README

@@ -0,0 +1,16 @@
+Usage:
+
+To convert a remote HTML file to PDF: 
+# wkhtmltopdf http://www.google.com google.pdf
+
+To convert a local HTML file to PDF: 
+#wkhtmltopdf my.html my.pdf
+
+You can also convert to PS files if you like: 
+#wkhtmltopdf my.html my.ps 
+
+Help:
+If you have any problems or comments please feel 
+free to contact me: see http://www.daimi.au.dk/~jakobt/#about
+
+For licence see COPYING