Printing??

View: New views
4 Messages — Rating Filter:   Alert me  

Printing??

by Bill Schwab :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello all,

Not really a UI question, but do any of you print from Squeak?  I would
need to do so on Windows and Linux.  I have found post script canvas
classes, but nothing that looks like it gets regular use for creating
hardcopy.  My actual need is to print "graphics" that I split across
typically < 20 pages.

Bill



Wilhelm K. Schwab, Ph.D.
University of Florida
Department of Anesthesiology
PO Box 100254
Gainesville, FL 32610-0254

Email: bschwab@...
Tel: (352) 846-1285
FAX: (352) 392-7029

_______________________________________________
UI mailing list
UI@...
http://lists.squeakfoundation.org/mailman/listinfo/ui

Re: Printing??

by Herbert König :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Bill,

BS> Not really a UI question, but do any of you print from Squeak?  I would
BS> need to do so on Windows and Linux.  I have found post script canvas
BS> classes, but nothing that looks like it gets regular use for creating
BS> hardcopy.  My actual need is to print "graphics" that I split across
BS> typically < 20 pages.

Matej Košík published a cs to print as html, "Simple way how to export
book-morphs to a sequence of interlinked HTML pages". Others use
PostScript and on the mac there seems to be some real print support.
"mac printjobplugin goes to v1.4"

An if you need to do something yourself,
ParagraphEditor>>sendContentsToPrinter
might be a start.

I store mails on my computer so I can't give you links.

Cheers

Herbert                            mailto:herbertkoenig@...

_______________________________________________
UI mailing list
UI@...
http://lists.squeakfoundation.org/mailman/listinfo/ui

Re: Printing??

by Bert Freudenberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Nov 22, 2007, at 8:30 , Herbert König wrote:

> Hello Bill,
>
> BS> Not really a UI question, but do any of you print from Squeak?  
> I would
> BS> need to do so on Windows and Linux.  I have found post script  
> canvas
> BS> classes, but nothing that looks like it gets regular use for  
> creating
> BS> hardcopy.  My actual need is to print "graphics" that I split  
> across
> BS> typically < 20 pages.
>
> Matej Košík published a cs to print as html, "Simple way how to export
> book-morphs to a sequence of interlinked HTML pages". Others use
> PostScript and on the mac there seems to be some real print support.
> "mac printjobplugin goes to v1.4"

I think Sophie has decent printing support.

- Bert -


_______________________________________________
UI mailing list
UI@...
http://lists.squeakfoundation.org/mailman/listinfo/ui

Re: Printing??

by Bill Schwab :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I forgot about Sophie!!!  Thanks!




Wilhelm K. Schwab, Ph.D.
University of Florida
Department of Anesthesiology
PO Box 100254
Gainesville, FL 32610-0254

Email: bschwab@...
Tel: (352) 846-1285
FAX: (352) 392-7029

>>> bert@... 11/22/07 4:31 AM >>>
On Nov 22, 2007, at 8:30 , Herbert K*nig wrote:

> Hello Bill,
>
> BS> Not really a UI question, but do any of you print from Squeak?  
> I would
> BS> need to do so on Windows and Linux.  I have found post script  
> canvas
> BS> classes, but nothing that looks like it gets regular use for  
> creating
> BS> hardcopy.  My actual need is to print "graphics" that I split  
> across
> BS> typically < 20 pages.
>
> Matej Ko**k published a cs to print as html, "Simple way how to export
> book-morphs to a sequence of interlinked HTML pages". Others use
> PostScript and on the mac there seems to be some real print support.
> "mac printjobplugin goes to v1.4"

I think Sophie has decent printing support.

- Bert -


_______________________________________________
UI mailing list
UI@...
http://lists.squeakfoundation.org/mailman/listinfo/ui

_______________________________________________
UI mailing list
UI@...
http://lists.squeakfoundation.org/mailman/listinfo/ui