Created
May 17, 2013 22:58
-
-
Save hansen-m/5602491 to your computer and use it in GitHub Desktop.
web-print.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################### | |
# | |
# The Web Print Configuration File. | |
# | |
############################################################################### | |
# | |
# The hot folder is the directory where user's web print jobs are stored. | |
# The application server writes jobs to this directory and web print monitors | |
# this directory for new jobs to appear. | |
# | |
# When configuring Web Print in a sandbox environment, this should be changed to | |
# the network share you have created for the Web Print hot folder. | |
# | |
# Default: ..\..\..\server\data\web-print-hot-folder | |
# Examples: W:\, \\myserver\myshare\hotfolder | |
# | |
HotFolder=..\..\..\server\data\web-print-hot-folder | |
# | |
# Determines if debug logging is enabled. | |
# Default: off | |
# Examples: on, off | |
# | |
debug=off | |
# | |
# Advanced: The handlers define which programs are responsible for | |
# printing different classes of documents. | |
# | |
# It is not necessary to change these settings unless requested by the | |
# support team. | |
# | |
handler.ms-word=handlers\mso-word.exe | |
handler.ms-powerpoint=handlers\mso-powerpoint.exe | |
handler.ms-excel=handlers\mso-excel.exe | |
handler.pdf=handlers\pdf.exe | |
handler.xps=handlers\xps-foreground.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment