Print PDF files with PDQ

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
menno
Posts: 80
Joined: Thu 03 Nov 2005, 23:21
Location: Bedum (Nederland)
Contact:

Print PDF files with PDQ

#1 Post by menno »

To print PDF file with PDQ is to do by adding a Language driver :

Code: Select all

 language_driver PDF {}	#do nothing

Add to the filter_exec in the gs call following line :

Code: Select all

-dPDFFitPage -dFIXEDMEDIA \ 
The first make PDF to scale and the second if to big for the printer it clip's the output . Some printers hangs if the input runs out of there papersize .
Post Reply