Examples (4)
Convert a PDF file to an HTML file
pdftohtml path/to/file.pdf path/to/output_file.htmlIgnore images in the PDF file
pdftohtml -i path/to/file.pdf path/to/output_file.htmlGenerate a single HTML file that includes all PDF pages
pdftohtml -s path/to/file.pdf path/to/output_file.htmlConvert a PDF file to an XML file
pdftohtml -xml path/to/file.pdf path/to/output_file.xmlmade by @shridhargupta | data from tldr-pages