Explorar o código

Added missing file

Jakob Truelsen %!s(int64=16) %!d(string=hai) anos
pai
achega
0c077cd2a3
Modificáronse 2 ficheiros con 17 adicións e 1 borrados
  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