Advertisement
andmalv

[Tip] Converit P.W en PDF (HTML a PDF)

Apr 11th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. # Dependencia
  2.  
  3.     wkhtmltopdf
  4.  
  5.  
  6. # Sintaxis
  7.  
  8.     wkhtmltopdf PaginaWeb RutaDestino/NombrePDF.pdf
  9.  
  10.  
  11. # Ejemplo
  12.  
  13.     wkhtmltopdf http://pastebin.com/etyy21Df ~/Documentos/ExpresionesLogicasBASH.pdf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement