[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[idn] script to fetch the patent



Hi,
 I looked at the html source of the patent web site.
 for unix users or cygwin users, here is, with no garantee at all and 
probably full of security virus..;-)), a script to fetch all the pages of 
the patent. Use on your own. (it works for me). Next version would be a 
merger of all pdf files all together (don't know how to do it).

Marc.

---------------
#!/bin/csh
set c=1
while ($c < 132)
wget -O nudomain-patent-p$c.pdf 
"http://l2.espacenet.com/dips/bns.pdf?CY=ep&LG=en&PN=WO0190955&ID=WO+++0190
955A2+I+&PG=$c"
@ c++
end
-------------


------------------------------------------
Marc Blanchet
Viagénie
tel: +1-418-656-9254x225

------------------------------------------
http://www.freenet6.net: IPv6 connectivity
------------------------------------------
http://www.normos.org: IETF(RFC,draft),
  IANA,W3C,... standards.
------------------------------------------