LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CUPS final printing data for OKI ML 186 dotmatrix (https://www.linuxquestions.org/questions/linux-newbie-8/cups-final-printing-data-for-oki-ml-186-dotmatrix-4175551750/)

akhilbaai 08-25-2015 09:21 PM

CUPS final printing data for OKI ML 186 dotmatrix
 
I need to use CUPS in ubuntu to configure and print using OKI ML 186 printer. I dowloaded CUPS driver including PPD file rastertookidata filter which uses ghostscript to convert to epson print data format. I would like to know what would be the final print data content? Is cups generating it by character or it is a bitmap of entire page (graphic) ? Where can I find the final print data in filesystem ?

ferrari 08-26-2015 12:01 AM

Quote:

Is cups generating it by character or it is a bitmap of entire page (graphic)
A long time since I played with dot matrix printers - I would expect the latter.

Most of the driver work by rasterizing the page(s) to be printed in a series of steps as outlined here

http://www.openprinting.org/download...2-Content.html

The final data will be as a series of bytes in a format (eg ESC/P) that the printer can interpret as graphical data for printing.

Quote:

Where can I find the final print data in filesystem ?
The CUPS pipeline is usually handled internally, but can be dissected as explained here

https://fedoraproject.org/wiki/How_t...nting_problems
https://wiki.debian.org/Dissecting20...nting%20System

michaelk 09-08-2015 02:17 PM

In addition, the cups documentation might help too. The final print data is not saved as far as I know but you could configure a virtual printer to capture the output.

https://www.cups.org/documentation.php
http://aplawrence.com/MacOSX/macosxcupstofile.html


All times are GMT -5. The time now is 03:37 AM.