Results 1 through
1
while searching for:
"css"
How do you convert a pdf file into html on linux or freebsd?
try using pdftohtml. here is the usage that works well for me:
user# pdftohtml -zoom 1.2 -c foobar.pdf index.html
the -zoom will make it a bit smaller (default is 1.5) and the -c tells it to generate more complicated html output, using css an
[...]
http://rockfloat.com/board/post/?id=83
March 11, 2004 @21:42
(Replies: 0)
(Rank: 0.000)