How to get Pentax Pocketjet II printer to work? - SOLVED

Problems and successes with specific brands/models of printers
Post Reply
Message
Author
User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#16 Post by rcrsn51 »

tide wrote:Good news: I CAN print PDF files.
That's handy. I was going to suggest that you convert the PDF file to Postscript with the pdf2ps command.
doesn't work with jpg though
Try this. Launch your web browser and open the JPG file in it. Then use the "Print to File" technique.

tide
Posts: 56
Joined: Fri 13 Aug 2010, 04:33

#17 Post by tide »

Nice trick! Cos didn't work with paint etc.
Think I'll have to play with the settings somehow. PS preview shows a smaller image with horizontal stripes. Print quality seems slightly on the faint side too.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#18 Post by rcrsn51 »

If you haven't already figured this out, the printer settings are controlled by the script /usr/bin/pentax. It contains the line:

Code: Select all

/usr/local/pentaxpj/pentaxpj_sh  -s letter -g 2550x3300 -d 7 -f 1 -a 300  -t 0 -p /dev/lp0 $1
The "-d 7" argument sets the print density. Try changing it to "-d 10".

You can see the complete list of options by typing the command:

Code: Select all

/usr/local/pentaxpj/pentaxpj_sh  -h

tide
Posts: 56
Joined: Fri 13 Aug 2010, 04:33

#19 Post by tide »

rcrsn51 wrote:If you haven't already figured this out, the printer settings are controlled by ...
*cough* cough* indeed I hadn't. I'm not exactly fluent in command line stuff
but I'll get there (I guess). Thanks for your help & patience!

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#20 Post by rcrsn51 »

Here's a little trick to save you from going to the command line when you want to print.

Open the folder /usr/bin and locate the file "pentax"

In another window, right-click on one of your PS files and select Open With > Customize > OK.

Control + Shift + Drag a link from the /usr/bin/pentax file into the SendTo window.

Now to print a file, you can just right-click on it and select your Pentax program.

Post Reply