PDF2SVG is a Win32 port of the tool written by David Barton (www.cityinthesky.co.uk/pdf2svg.html) It is based on Cairo and Poppler libraries, and should work with any PDF document that Poppler can read.
Binary distribution is available:
To install: download <pdf2svg.zip>, unzip to any folder.
To use: df2svg <input.pdf> <output.svg> [<pdf page no. or "all" >]
Note: if you specify all the pages you must give a filename with %d in it (which will automatically be replaced by the appropriate page number). E.g.
pdf2svg<input.pdf> <output_page%d.svg> all
Source code with build environment based on MiniGW and MSys available:
To build: download <reactor.zip>, and unzip it.
Edit <reactor_dir>\work\msys\1.0\etc\fstab and change «c:/work» to actual <reactor_dir>.
Run <reactor_dir>\work\msys\1.0\msys.bat, cd /work/build/pdf2svg, configure, make, make install.
Cairo building notes: to rebuild cairo with different settings, copy /usr/local/bin/libtool /work/build/cairo manually after running autogen.sh script. For some reason, autogen.sh copies wrong libtool script.