The other thing, was that my PDF files were going into my main HOME folder. - I don't want that, I want to put them into my PDF folder, this is something that should be taken care of in the Cups PDF printer config, IMHO, so people don't have to hack it via the terminal, not a hard thing to do for me, but maybe not so easy for others. I think that the whole point of a GUI based Desktop is to be able to perform your tasks from within the GUI framework as much and as often as possible. But here I start to run amok and ramble.
Output files are stored in your home directory under /PDF subdirectory.
To change the default location of the PDF output
From a Terminal window you want to edit the /etc/cups/cups-pdf.conf file
sudo gedit /etc/cups/cups-pdf.conf
look for
Out ${HOME}/PDF
and change to:
Out ${HOME}/my_print_to_pdf_folder
Out ${HOME}/PDF
and change to:
Out ${HOME}/my_print_to_pdf_folder
I don't know why this does the trick, but it does.
No comments:
Post a Comment
Thanks for the Comments.