I am looking something for windows systems.
I can write greek in the canvas so when i export the canvas as a postscript
file
then it doesn't keep the encoding (iso-8859-7)
What can i do for that?
----- Original Message -----
From: "Jean-Pierre Vidal" <jeanpierre.vidal@xxxxxxx>
To: <isofroni@xxxxxxxxx>
Cc: <ptk@xxxxxxxxxxxxxxxxxx>
Sent: Sunday, November 28, 2004 7:16 PM
Subject: Re: Export a Canva to a Bitmap image
> Le samedi 27 Novembre 2004 14:58, isofroni@xxxxxxxxx a écrit :
> > Can this be done?
> >
> > By clicking a button to export a Canva with all the drawn circles,
> rectangles
> > and texts as well to a bmp file.
> > -++**==--++**==--++**==--++**==--++**==--++**==--++**==
> > This message was posted through the Stanford campus mailing list
> > server. If you wish to unsubscribe from this mailing list, send the
> > message body of "unsubscribe ptk" to majordomo@xxxxxxxxxxxxxxxxxx
> >
> >
> On linux :
>
> $canvas->postscript(..., -file => 'file.ps', ... );
>
> # Then use converters:
>
> `pstopnm -stdout file.ps > file.pnm`;
> `ppmtobmp file.pnm > file.bmp`;
>
> It is not very satisfying, but it works.
>
> JPV
>
> -++**==--++**==--++**==--++**==--++**==--++**==--++**==
> This message was posted through the Stanford campus mailing list
> server. If you wish to unsubscribe from this mailing list, send the
> message body of "unsubscribe ptk" to majordomo@xxxxxxxxxxxxxxxxxx
-++**==--++**==--++**==--++**==--++**==--++**==--++**==
This message was posted through the Stanford campus mailing list
server. If you wish to unsubscribe from this mailing list, send the
message body of "unsubscribe ptk" to majordomo@xxxxxxxxxxxxxxxxxx
|