mutombo General User

Joined: 12 Aug 2004 Posts: 10
|
Posted: Fri Sep 03, 2004 7:44 am Post subject: web writer disable download of external contest |
|
|
hi.
im using the openoffice feature to convert a html to pdf with the commandline:
/usr/lib/openoffice1.1/program/soffice.bin -pt pdf inputfile
but some of my downloaded htmls have links that dont work anymore and that will cause openoffice to stop working.
with strace i got this :
| Code: |
connect(27, {sin_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("xxx.xxx.xxx.xxx")}}, 16) = -1 ETIMEDOUT (Connection timed out)
close(27) = 0
|
it take very long until it times out, so it would be cool to decrease this timeout, but i dont know where.
better solution would be to disable download of external contest completely.
perhaps there is a switch to do this somewhere?
greetings
mutombo
P.S.: OO is the best software for printing htmls i ever saw, even bad syntax cant hurt much.
thx for this kickass piece of software  |
|