Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.basic.visual.misc > #2319
| From | Schmidt <ng@vbRichClient.com> |
|---|---|
| Newsgroups | comp.lang.basic.visual.misc |
| Subject | Re: image EPS and SVG importer Plotter to Excel Office VB VBA |
| Date | 2016-12-14 21:44 +0100 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <o2savg$1ja8$1@gioia.aioe.org> (permalink) |
| References | <14a5119f-e56f-461e-b2cb-f86569588a07@googlegroups.com> <o2lu1v$rsg$1@gioia.aioe.org> <f4d03b42-d82c-49a6-a892-a303801093d3@googlegroups.com> |
Am 14.12.2016 um 19:24 schrieb Flavio Henrique da Silva: > i want 2 things: > 1a. thing: import and export a file in EPS and SVG format. The vbRichClient currently supports only SVG (in read-direction, but also in write-direction for cairo-Drawing-Commands). For EPS-import there's currently no parser in the library - so you will have to look elsewhere. > 2a thing: convert a biptmap picture embed into Excel to IPCT or Stdppicute and render to picture object pure Vector format (EPS, EMF or Autoshape). That's called "vectorizing raster-images" (a topic which entire books are written about). > i am not able to step StdPIcture To IMage-Object vector format. There's only one thing which could make this a bit easier - it's when the StdPicture contains an EMF already - but I fear that's not what you had in mind. > i want pure VB Or VBA Code into Excel, not external ressources. Then good luck with it... I'm aware of (very rudimentary) .NET-SVG-parser-code - but have never seen the like for VB6/VBA. SVG is complex - MS needed 12 years to come up with relative decent SVG-support in its Browser-Engines - so I'm quite sure you will have a hard time to find something which works without helper-libraries. Olaf
Back to comp.lang.basic.visual.misc | Previous | Next — Previous in thread | Find similar | Unroll thread
image EPS and SVG importer Plotter to Excel Office VB VBA Flavio Henrique da Silva <flaviohsilva007@gmail.com> - 2016-12-10 12:25 -0800
Re: image EPS and SVG importer Plotter to Excel Office VB VBA Schmidt <ng@vbRichClient.com> - 2016-12-12 11:27 +0100
Re: image EPS and SVG importer Plotter to Excel Office VB VBA Flavio Henrique da Silva <flaviohsilva007@gmail.com> - 2016-12-14 10:24 -0800
Re: image EPS and SVG importer Plotter to Excel Office VB VBA Schmidt <ng@vbRichClient.com> - 2016-12-14 21:44 +0100
csiph-web