Extract it
tar -zxvf pdf2svg-0.2.1.tar.gzGo to extracted directory
cd pdf2svg-0.2.1Do configure
./configure --prefix=/usr/localAnd make
makein this step im not so successful, there is warning like this
pdf2svg.c:152: warning: incompatible implicit declaration of built-in function ‘free’BUT i ignore it, just try my luck :D Final step is
make installAnd check
which pdf2svggiving me result
/usr/local/bin/pdf2svgHow to use Simple enough, just follow author website example (again)
pdf2svg pdf_testpage.pdf pdf_testpage.svgnow you can open pdf_testpage.svg on inkscape with all converted fonts (Yes !!! converted) and save it as eps file to open using Adobe Illustrator.
No comments:
Post a Comment