Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to convert svg

Status
Not open for further replies.

Vadim

Programmer
Feb 5, 2002
75
0
0
US
This is my simple page to get image drawn by svg

<HTML>
<TITLE>Test</TITLE>
<BODY>
<OBJECT type=&quot;image/svg+xml&quot; data=&quot;SvgGraph01.svg&quot;></OBJECT>
</BODY>
</HTML>

It is displayed only on clients with acrobat/svg converter.
May it be converted to simple bmp, gif or jpg, that it'll be available on any client side computer.

this is fist lines of my svg file
---------------------------------------------
<?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot;?>
<!DOCTYPE svg PUBLIC &quot;-//W3C//DTD SVG 20000303 Stylable//EN&quot;
&quot;---------------------------------------------
 
Hi pete, I already has Batik.jar.
Do you have any simple example of svg-jpeg conversion?
Thank you.
 
hi,

What I understood from your posting is that you want to display a SVG page in browser(Am I right or wrong). if am I right then add the svg file into the embed tag.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top