convert imag (JPG, PNG) to vector (SVG)
Hi guys I want upload image to my web, but I want that image automatic convert to svg file, can you help me ? I using visual studio 2015. please give me tutorial guys
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Marvin ReidPosted Jan 23, 2024, 4:32 PM
You can perform this conversion by using the DocumentConverter class in the applications back-end service. This has a built in OCR engine which you'll need to leverage since you are wanting to convert to a Vector based image. The ability to extract the text from the original file allows this converison to happen. Here is an example which shows how you can convert to SVG:
https://www.leadtools.com/help/sdk/tutorials/dotnet-console-convert-files-with-the-document-converter.html
Janat AlJamalPosted Dec 17, 2019, 10:53 AM
Mega AnaskaPosted Jan 7, 2018, 8:58 PM
Manav PandyaPosted Jan 6, 2018, 3:52 AM