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.

10 lines
313 B

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