Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #2315 > unrolled thread

image EPS and SVG importer Plotter to Excel Office VB VBA

Started byFlavio Henrique da Silva <flaviohsilva007@gmail.com>
First post2016-12-10 12:25 -0800
Last post2016-12-14 21:44 +0100
Articles 4 — 2 participants

Back to article view | Back to comp.lang.basic.visual.misc


Contents

  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

#2315 — image EPS and SVG importer Plotter to Excel Office VB VBA

FromFlavio Henrique da Silva <flaviohsilva007@gmail.com>
Date2016-12-10 12:25 -0800
Subjectimage EPS and SVG importer Plotter to Excel Office VB VBA
Message-ID<14a5119f-e56f-461e-b2cb-f86569588a07@googlegroups.com>
Hi, People!

please sample file of your EPS (postscript) import/plotter for MS Office (Excel, Word etc). 
The " A. Bulsari" user make a macro code vba but i am not able to make a sample file.


please sample file of your SVG (postscript) import/plotter for MS Office (Excel pure vba sample file). 

i am not able to parse the coordinates of svg file to plot the values.


thank you very mutch. 
Flavio Henrique. 

[toc] | [next] | [standalone]


#2316

FromSchmidt <ng@vbRichClient.com>
Date2016-12-12 11:27 +0100
Message-ID<o2lu1v$rsg$1@gioia.aioe.org>
In reply to#2315
Am 10.12.2016 um 21:25 schrieb Flavio Henrique da Silva:

> i am not able to parse the coordinates of svg file to plot the values.

If you google for vbRichClient + SVG you should find a few examples,
I think.

With that lib you can parse and render SVG (then handing the
results over to Excel as a StdPicture-Object for example,
or alternatively as a PNG-ByteArray).

Olaf

[toc] | [prev] | [next] | [standalone]


#2318

FromFlavio Henrique da Silva <flaviohsilva007@gmail.com>
Date2016-12-14 10:24 -0800
Message-ID<f4d03b42-d82c-49a6-a892-a303801093d3@googlegroups.com>
In reply to#2316
Em segunda-feira, 12 de dezembro de 2016 08:27:13 UTC-2, Schmidt  escreveu:
> Am 10.12.2016 um 21:25 schrieb Flavio Henrique da Silva:
> 
> > i am not able to parse the coordinates of svg file to plot the values.
> 
> If you google for vbRichClient + SVG you should find a few examples,
> I think.
> 
> With that lib you can parse and render SVG (then handing the
> results over to Excel as a StdPicture-Object for example,
> or alternatively as a PNG-ByteArray).
> 
> Olaf

Hi Olaf, 
thank you very mutch, you clear mor the problem.
but i am not able to convert StdPicture to vector image object embed into Excel like i am want.

i want 2 things:
1a. thing:  import and export a file in EPS and SVG format.
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).

i am not able to step StdPIcture To IMage-Object vector format.

i want pure VB Or VBA Code into Excel, not external ressources.
thank you.

[toc] | [prev] | [next] | [standalone]


#2319

FromSchmidt <ng@vbRichClient.com>
Date2016-12-14 21:44 +0100
Message-ID<o2savg$1ja8$1@gioia.aioe.org>
In reply to#2318
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



[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.basic.visual.misc


csiph-web