Hi,
does anyone know if it is possible to export as SVG or EPS via Xojo?
I have an image in a canvas, and I would like to have a button which exports it as either / both of those formats.
Any links to examples or information would be much appreciated.
PS
Preferably without paid plugins, and for OS X only.
Thank you all in advance.
Have you looked into MacOSLib? NSView carries some methods to write PDF and EPS data.
Thanks Ulrich - I will take a look.
Get an eye there SVG Support.
I recall a discussion withj a simple solution provided by a member (maybe object2D to svg), but I do not found it.
[quote=190546:@Richard Summers]Hi,
does anyone know if it is possible to export as SVG or EPS via Xojo?
I have an image in a canvas, and I would like to have a button which exports it as either / both of those formats.
Any links to examples or information would be much appreciated.
PS
Preferably without paid plugins, and for OS X only.
Thank you all in advance.[/quote]
Richard do you own the MBS Dynapdf plugin?
This is what I use to make pdfs as it is very powerful.
http://www.monkeybreadsoftware.de/xojo/plugin-dynapdf.shtml
Yes - I have it, but never use it anymore.
That is the one I searched !
Thank you Rick for finding it !!!