Install htmldoc dan conversi file html ke pdf
Step by step :
- Install paket htmldoc $sudo apt-get install htmldoc -y
- untuk panduan command $ htmldoc –help
- membuat file sample $ nano test.html
Output : <html>
<head>
<title>This is my first PDF</title>
</head>
<body>
This is the body of my first PDF.
</body>
</html> - lalu convert file html ke pdf dengan command $ htmldoc –webpage -f test.pdf test.html
Di tulis oleh: Nanda Anubis