Board index » cppbuilder » Save graphic canvas to .eps

Save graphic canvas to .eps

Dear all
I am a beginner in programming in C++ builder and produce programs
that generate graphs usin TeeChart. I wish to be able to save these in
.eps format, unfortunately TeeMac can provide no help in this,
TeeChart code only support bitmap and WMF. I need references to either
code or litterature on the subject. Can anybody help
Thanks in advance.

Per Rosenberg Geological survey of Denmark and Greenland

 

Re:Save graphic canvas to .eps


Hi Per,

Quote
> I am a beginner in programming in C++ builder and produce programs
> that generate graphs usin TeeChart. I wish to be able to save these in
> .eps format, unfortunately TeeMac can provide no help in this,
> TeeChart code only support bitmap and WMF. I need references to either
> code or litterature on the subject.

Although I have no code, there are some documents describing the EPS format at
this link...

http://www.wotsit.org/cgi-bin/search.cgi?eps

Good luck.

--------------------------------------
Damon Chandler

http://bcbcaq.freeservers.com
Answers to <Commonly Asked Questions>

Re:Save graphic canvas to .eps


One solution might be to print to a PostScript* driver.
Many provide eps output to file.

*PostScript is a registered trademark of Adobe Systems Inc.
[Does that make you happy John W.?]

Joe

Quote
Per Rosenberg wrote:

> Dear all
> I am a beginner in programming in C++ builder and produce programs
> that generate graphs usin TeeChart. I wish to be able to save these in
> .eps format, unfortunately TeeMac can provide no help in this,
> TeeChart code only support bitmap and WMF. I need references to either
> code or litterature on the subject. Can anybody help
> Thanks in advance.

> Per Rosenberg Geological survey of Denmark and Greenland

--
Joe C. Hecht
http://home1.gte.net/joehecht/index.htm

Re:Save graphic canvas to .eps


Thanks a lot for your reply

Best wishes

Per Rosenberg

On Mon, 04 Oct 1999 22:57:38 -0500, "Joe C. Hecht" <joehe...@gte.net>
wrote:

Quote
>One solution might be to print to a PostScript* driver.
>Many provide eps output to file.

>*PostScript is a registered trademark of Adobe Systems Inc.
>[Does that make you happy John W.?]

>Joe

>Per Rosenberg wrote:

>> Dear all
>> I am a beginner in programming in C++ builder and produce programs
>> that generate graphs usin TeeChart. I wish to be able to save these in
>> .eps format, unfortunately TeeMac can provide no help in this,
>> TeeChart code only support bitmap and WMF. I need references to either
>> code or litterature on the subject. Can anybody help
>> Thanks in advance.

>> Per Rosenberg Geological survey of Denmark and Greenland

>--
>Joe C. Hecht
>http://home1.gte.net/joehecht/index.htm

Re:Save graphic canvas to .eps


Thanks a lot, I will seek information on your link

Best wishes Per Rosenberg

On Mon, 04 Oct 1999 21:13:19 -0400, Damon Chandler <dm...@cornell.edu>
wrote:

Quote
>Hi Per,
>> I am a beginner in programming in C++ builder and produce programs
>> that generate graphs usin TeeChart. I wish to be able to save these in
>> .eps format, unfortunately TeeMac can provide no help in this,
>> TeeChart code only support bitmap and WMF. I need references to either
>> code or litterature on the subject.

>Although I have no code, there are some documents describing the EPS format at
>this link...

>http://www.wotsit.org/cgi-bin/search.cgi?eps

>Good luck.

>--------------------------------------
>Damon Chandler

>http://bcbcaq.freeservers.com
>Answers to <Commonly Asked Questions>

Other Threads