• Page Description Languages – PDL

    Posted on March 21st, 2009 admin No comments

    Earlier on in history, printers viewed text as text, and graphics as graphics. A page was created from a combination of separate entities. The page images can be created by having raw text like, the word “Hello World”, combined with Escape codes and possibly embedded graphic pictures. Different programs have different file formats.


    To overcome this problem, Page Description Language (PDL) is developed. PDL is a language to describe the graphical representation of ink and toner on sheets of paper (or other output devices, like monitors, photo typesetters, etc) in a higher level than an actual output bitmap.

    Instead of sending raw text to the printer, a PDL output file is created and sent to the printer. Basically PDL instructs the printing device exactly how to handle text, graphics, and pictures in reproducing the page layout created by a computer user. The ‘page’ could be of any size, color, or resolution the printing device can handle.

    By having PDL, an application programmer could concentrate on making his program to output result in a standard PDL – with description of his printable page. The printing device developers could focus on making their devices with related PDL literate.
    Read the rest of this entry »