Printing PDF's and stopping the printer

On 2011-06-06 18:36, gymnart wrote:
>
> How do I get rid of that?

Addblock.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

That didn’t do any good. I finally found the x button in that little window to close it. It points to http://yabs.yandex.ru/

I didn’t see any info on how to open a PDF with that. How would I use it?

On 2011-06-06 00:36, deano ferrari wrote:
> executed by the job owner to cancel the current printing job by default,
> however as has already been explained, once the job had been sent, the
> printer will keep processing until finished. The printer can be stopped
> with another command though
>
>
> Code:
> --------------------
> /usr/sbin/cupsdisable
> --------------------

Are you sure this command stops a job that is already in the printer
buffer? I understood it serves to put a printer off-line, no more.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

On 2011-06-06 21:36, gymnart wrote:
>
> That didn’t do any good. I finally found the x button in that little
> window to close it. It points to http://yabs.yandex.ru/
>
> I didn’t see any info on how to open a PDF with that. How would I use
> it?

It is a CLI program. It has a manual.

SYNOPSIS
pdftk <input PDF files | - | PROMPT>


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)

On 2011-06-06 21:36, gymnart wrote:
>
> That didn’t do any good. I finally found the x button in that little
> window to close it. It points to http://yabs.yandex.ru/
>
> I didn’t see any info on how to open a PDF with that. How would I use
> it?

http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/

There are examples.

http://www.pdflabs.com/docs/pdftk-cli-examples/

Rotate the First Page of a PDF to 90 Degrees Clockwise

pdftk in.pdf cat 1E 2-end output out.pdf

Rotate an Entire PDF Document’s Pages to 180 Degrees

pdftk in.pdf cat 1-endS output out.pdf

However, I don’t know if it will work for what you want.


Cheers / Saludos,

Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)