The docPrint Pro Converter works for every file except SVG. And that's what I bought it for. Everything I try to convert any type of file into SVG it shows converting but never actually builds the file. What do I need to do to fix that? Like I said the only reason I needed the software was for converting into SVG and that's not working.
Customer
-----------------------------------------------
Thanks for your message, we suggest you may by following steps to try again,
1. Please use docPrint Pro to convert any printable documents to PDF files first,
2. After you get the PDF files, you can use "PDF to Vector Converter Command Line" to convert from PDF files to SVG files, you may download "PDF to Vector Converter Command Line" from this web page to try,
http://www.verydoc.com/pdf-to-vector.html
http://www.verydoc.com/pdf2vec_cmd.zip
You can run following command line to convert from PDF file to vector SVG file easily,
pdf2vec.exe D:\test.pdf D:\out.svg
also, we have created a new version of docPrint Pro v7.0 to you, please download the v7.0 from this URL,
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
after you download and install it, you can run following command lines to convert a DOCX file to vector SVG file,
"C:\Program Files (x86)\docPrint Pro v7.0\doc2pdf.exe" -b 1 -i D:\downloads\input.docx -o D:\downloads\out.tif
"C:\Program Files (x86)\docPrint Pro v7.0\imgconv.exe" D:\downloads\out.tif D:\downloads\out.pbm
"C:\Program Files (x86)\docPrint Pro v7.0\potrace.exe" -o D:\downloads\out.svg -s D:\downloads\out.pbm
You can use above command lines to convert any other document formats (such as .pdf, .doc, .xls, .html, .rtf, .txt, etc. document formats) to vector SVG files easily.
This is original PDF file,
This is converted SVG file,