Tagged Questions
3
votes
2answers
106 views
How can I convert raw printer commands back to a postscript or pdf file?
I have a string of raw printer commands that are for my postscript printer saved to a file.
I believe there is a lpr option like -o raw which will read these raw command and send them to the printer.
...
6
votes
2answers
461 views
How to merge 2 PDF files with interleaving pages order?
I've got a double-side-printed multipage document to scan with a linear bulk scanner. So, as the result I get 2 PDF files: one containing all odd pages and the second containing all even pages. I need ...
3
votes
4answers
1k views
convert single-page landscape pdf into rescaled double-page portrait pdf
I'm having trouble using convert to do the following:
I have a bunch of single-page pdf files whose geometry corresponds to a landscape A4 sheet. The actual content is visually split in 2 pages. ...
2
votes
1answer
274 views
Printing files as PDF with syntax highlighting via terminal [duplicate]
Possible Duplicate:
syntax_highlight <source_file> | lpr
I have about 20 Python scripts that I wish to print as PDF. I wish to print them the way GEdit would allow me to, with:
...