Y
Hacker News
new
|
ask
|
show
|
jobs
by
ajkirwin
6373 days ago
Screw scribd. Give me something that converts pdfs into straight (x)html, and I will be happy.
1 comments
jawngee
6373 days ago
> soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
> java -jar jodconverter-cli-2.2.1 yourpdf.pdf yourpdf.html
Happy now?
link
> java -jar jodconverter-cli-2.2.1 yourpdf.pdf yourpdf.html
Happy now?