I have tried every command found in the documentation, how could i get only the text part as output, and not at all the images?
https://github.com/coolwanglu/pdf2htmlEX/wiki/Command-Line-Options.
I have tried every command found in the documentation, how could i get only the text part as output, and not at all the images?
https://github.com/coolwanglu/pdf2htmlEX/wiki/Command-Line-Options.
I'm not sure what you are trying to achieve as the question subject and details appears contradictory, but there are options to split out the graphics and text into separate files:
So if you use the
--split-pages 1and--embed-image 0options, then you have one HTML page per PDF page, which does not include embedded images.If this isn't what you want then please include additional information in your question.