Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
2k views

SVG to PDF on a shared linux server

I have a website which uses SVG for an interactive client side thingamabob. I would like to provide the option to download a PDF of the finished output. I can pass the final SVG output back to the ...
2
votes
1answer
48 views

What technology lets me convert an image to xml?

Is there a service that will turn an image with text on it to actual text or xml?
2
votes
3answers
4k views

Image transcoding (JPEG to PNG) with Java

In my Java application I would like to download a JPEG, transfer it to a PNG and do something with the resulting bytes. I am almost certain I remember a library to do this exists, I cannot remember ...