Difference between revisions of "Laser printer"
From Teknologisk videncenter
m |
m (→PCL) |
||
Line 1: | Line 1: | ||
+ | =Windows Printing= | ||
+ | *[http://www.math.jussieu.fr/~besancon/system/windows/printers/documents/sopch04.mspx_files/mainframe.html Network Printing] | ||
=PCL= | =PCL= | ||
*[[Media:PCL 5 hp part I.pdf|HP PCL book part 1]] | *[[Media:PCL 5 hp part I.pdf|HP PCL book part 1]] | ||
*[[Media:PCL 5 hp part II.pdf|HP PCL book part 2]] | *[[Media:PCL 5 hp part II.pdf|HP PCL book part 2]] | ||
*[http://www.undocprint.org/formats/page_description_languages/pcl PCL versions] | *[http://www.undocprint.org/formats/page_description_languages/pcl PCL versions] | ||
+ | |||
=Postscript= | =Postscript= | ||
*[[Media:PostScript.pdf|Adobe Postscript reference manual]] | *[[Media:PostScript.pdf|Adobe Postscript reference manual]] |
Latest revision as of 13:31, 16 August 2011
Contents
Windows Printing
PCL
Postscript
Hello World example in PostScript.
%!PS
/Courier % name the desired font
20 selectfont % choose the size in points and establish
% the font as the current one
72 500 moveto % position the current point at
% coordinates 72, 500 (the origin is at the
% lower-left corner of the page)
(Hello world!) show % stroke the text in parentheses
showpage % print all on the page