WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

11 lines
313 B

<[[Brennen]]> WareLogging. pdftohtml.
apt-get install pdftohtml
# noframe option seems to reduce nonsense in output.
# -i ignores images
pdftohtml -noframes -i ./pdf_filename
# if the PDF has copy protection stuff going on,
# this will ignore it:
pdftohtml -nodrm -noframes -i ./pdf_filename