Difference between revisions of "PDF Print Options"

From Wiki
Jump to navigation Jump to search
m (corrected verb form)
m
Line 3: Line 3:
 
It is possible to specify the options for duplex printing in ConTeXt (beginning with beta from 2015.12.22 10:50) in the PDF document itself.
 
It is possible to specify the options for duplex printing in ConTeXt (beginning with beta from 2015.12.22 10:50) in the PDF document itself.
  
Duplex printing can be specified using the key option from the <code>\setupinteractionscreen</code> command.
+
Duplex printing can be specified using the key <code>option=</code> from the <code>\setupinteractionscreen</code> command.
  
 
Possible values are:
 
Possible values are:
Line 13: Line 13:
 
=== Important Warning ===
 
=== Important Warning ===
  
By now, any form of duplex printing (included single--sided printing) disables the zoomed printing fit to page.
+
For now, any form of duplex printing (included single--sided printing) disables the zoomed printing fit to page.
  
 
== Conformant PDF Readers ==
 
== Conformant PDF Readers ==

Revision as of 18:16, 24 December 2015

Duplex Printing

It is possible to specify the options for duplex printing in ConTeXt (beginning with beta from 2015.12.22 10:50) in the PDF document itself.

Duplex printing can be specified using the key option= from the \setupinteractionscreen command.

Possible values are:

  • page: enables single--sided printing (mandatory to disable duplex printing in a printer in which is set by default).
  • portrait enables portrait duplex printing (the paper long side is flipped).
  • landscape enables landscape duplex printing (the paper short side is flipped).

Important Warning

For now, any form of duplex printing (included single--sided printing) disables the zoomed printing fit to page.

Conformant PDF Readers

To the best of my knowledge, only Adobe (Reader or not) from version 9 supports this feature.

evince allows duplex options in its printing dialog, but it cannot read these from the PDF document. There is an open issue in poppler to implement this feature.