View Single Post
  #3 (permalink)  
Old 05/05/06, 11:03
syphus's Avatar
syphus syphus is offline
Administrator
 
Join Date: Oct 2005
Location: Far away
Posts: 2,034
syphus is on a distinguished road
Send a message via ICQ to syphus Send a message via AIM to syphus Send a message via MSN to syphus Send a message via Yahoo to syphus
Re: Printing to file

Printing to file is a system where a virtual device driver behaves like a printer, but instead writes the data to a file.

What actually happens depends on the context, but generally speaking, file printers produce post-script documents or images that are what you would expect to be printed to paper. Because file printers speak "printer language", any program can use them, and their product can be anything the file printer likes.

PDF Writers are an example of a file printer; a program like word treats the PDF writer like a printer and instructs it on how to "draw" the document. The PDF writer simply collects the data and instead, creates a .pdf file.
Reply With Quote