You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't change the Orientation where i print a text file conn.printFile(selectedPrinter, myfile, "test", {'INT_IPP_ORIENT_CONSTANT': 'LANDSCAPE'})
can you give me the good parameter to do this.
Cordialy,
The text was updated successfully, but these errors were encountered:
Not tested but man page for lp have the following option and values:
-o orientation-requested=4
Prints the job in landscape (rotated 90 degrees counter-clockwise).
-o orientation-requested=5
Prints the job in landscape (rotated 90 degrees clockwise).
-o orientation-requested=6
Prints the job in reverse portrait (rotated 180 degrees).
Hello,
I can't change the Orientation where i print a text file
conn.printFile(selectedPrinter, myfile, "test", {'INT_IPP_ORIENT_CONSTANT': 'LANDSCAPE'})
can you give me the good parameter to do this.
Cordialy,
The text was updated successfully, but these errors were encountered: