Re:printing graphics into eps file?
Quote
Oliver Werther wrote:
> I would like to print graphics directly into an eps file from a delphi
> application with the correct boundig box information (not page size but graphics
> size).
> Currently I am using the following procedure:
> - Use installed windows Apple printer driver
> - select eps and print into file
> - change bounding box parameters manually! in the ascii eps file
Output an eps file directy from your application. If you
get any suggestions to use some image component that
produces EPS files, not that they are only embedding a
bitmap of the output as an eps graphic, and its not
going to scale well, and its going to be very large.
The postscript language is not difficult to learn.
Basically you have moveto's, lineto's, curveto's,
fill, stroke, show (textout) and image operators.
Joe
--
Joe C. Hecht
http://home1.gte.net/joehecht/index.htm