473,804 Members | 2,252 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SVG-WMF or PNG-WMF conversion

Would like to know whether any free tool (ActiveX kind of thing) available
for SVG-WMF conversion or PNG-WMF conversion.

Thanks in advance.
Apr 10 '06 #1
1 2332
Hi,
Free version of GdPicture can do that with 3 line of code.

Http://www.gdpicture.com
Loïc
Would like to know whether any free tool (ActiveX kind of thing) available
for SVG-WMF conversion or PNG-WMF conversion.

Thanks in advance.


--

Loïc Carrère

http://www.asi-concept.fr
Apr 13 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1779
by: Pretty woman | last post by:
Hi, I am new to web technologies, including HTML, SVG and javascript. I followed the courses for these languages on www.w3schools.com. I have a question about events raised by a SVG document. The SVG is embedded in an HTML source. I made a simple SVG file that contains a red circle with a black outline. I also wrote a javascript that turns the outline color red. The function is called by the onmouseover event from the circle. It
5
4296
by: Raphael Goubet | last post by:
Hi, Is it possible to insert an SVG graphic directly in an XHTML file (ie, not through a reference to an external file, but by directly placing the SVG structure within the XHTML structure)? How can I do it? Do I need to use a specific XHTML tag as a container (such as for scripts) or a namespace? Would a recent browser (such as IE 6 or Mozilla 1.6) properly display
6
6202
by: VladimirVV | last post by:
Hello, Please, help to understand the problem: Let's create in Notepad simplest SVG 1.1 document: <?xml version="1.0" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version = "1.1" width="300" height="250"> <title>Example SVG code</title> <path d="M 10,10 l0,100 100,0 0,-100z"/>
1
3457
by: Richard | last post by:
I have a SVG document with links out to html pages which works when you run the SVG file i have tried to intergrate it into a coldfusion page and the links no longer work. The SVG file is : <?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg width="250" height="250">
27
3919
by: Mark | last post by:
I'm curious to get feedback regarding the potential SVG has in performing the same functionality as PDF for fixing documents. Thanks. Mark
61
4760
by: phil-news-nospam | last post by:
Why does SVG need a different tag than other images? IMHO, SVG should be implemented as an image type just like any other image type, allowing it to work with <img> tags, and ... here is the important part ... also work with backgrounds in other tags. I fail to see any wisdom in making SVG different than say PNG (of course the implementation of the rendering code would obvious be different). --
0
1229
by: antonye | last post by:
So I've spent some time working on transforming XML into a nice SVG based graph, which I'm happy with. I've now been tasked with putting this graph into some outer html wrapper to create a report with data as well. This is not a problem as I've dropped the SVG inline in the HTML using the AdobeSVG import trick, and it works fine. The trouble is that there are some glaring differences
3
6360
by: SMH | last post by:
Normally an SVG document is loaded/parsed/interpreted inside an HTML document using an 'object' (or 'embed') element, although there are supposedly other ways too. The problem is, the SVG document must be static this way. I want to use the DOM interface to build SVG dynamically inside an HTML document. I am guessing I can build it inside HTML within an 'object' (or maybe 'iframe'?) element. My intentions/goals:
2
2717
by: Renaud | last post by:
Hello, I was wondering if anyone already succeeded to copy an existing inline SVG element under IE. I had troubles trying to copy it under Firefox using the innerHTML method, for some reason the 'svg' element turned into 'SVG' and firefox did not recognize it anymore, however using the cloneNode() methode worked, 'svg' stayed 'svg', the graph displayed properly. Under IE (6), none of those methods work, I'm not sure if this is the
0
1657
by: Holger Jeromin | last post by:
Hello, Note: this is a IE 6,7 and 8b1 only html example, my problem does not appear in other browsers with native svg support. For them i have a working valid "XHTML 1.1 plus MathML 2.0 plus SVG 1.1" Version :-) I have an svg element embedded into a html. Sadly the global definition in <svg:style type="text/css"is not overwritten by the special style attributes of the circle and polyline elements:
0
10346
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10090
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9173
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7635
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5531
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5673
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4308
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3832
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3001
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.