PDF PRINT: Difference between revisions
Created page with "=PDF_PRINT Map Configuration= '''config.xml''' <map id="Map06" enabled="Y" description="GEN PDF Document to printer queue."> <input id="in1" description="Read PDF Document"> <type>PDF_PRINT</type> <path>./interface/input/428 (GEN Print PDF)</path> <mask/> <pollingInterval>1000</pollingInterval> <XSLT/> </input> <output id="out1" enabled="Y" description="Print PDF Document to HP8600">..." |
No edit summary |
||
Line 1: | Line 1: | ||
=PDF_PRINT Map Configuration= | =PDF_PRINT Map Configuration= | ||
'''config.xml''' | '''config.xml''' | ||
<syntaxhighlight lang="xml"> | |||
<map id="Map06" enabled="Y" description="GEN PDF Document to printer queue."> | <map id="Map06" enabled="Y" description="GEN PDF Document to printer queue."> | ||
<input id="in1" description="Read PDF Document"> | <input id="in1" description="Read PDF Document"> | ||
Line 17: | Line 17: | ||
</output> | </output> | ||
</map> | </map> | ||
</syntaxhighlight> | |||
This Connector is designed to automatically print PDF files whenever they are found in the nominated directory. | This Connector is designed to automatically print PDF files whenever they are found in the nominated directory. | ||
You will notice that you can specify the name of a print queue in the element | You will notice that you can specify the name of a print queue in the element | ||
<syntaxhighlight lang="xml"> | |||
<queueName>HP8600</queueName> | <queueName>HP8600</queueName> | ||
</syntaxhighlight> |
Revision as of 20:04, 24 August 2024
PDF_PRINT Map Configuration
config.xml
<map id="Map06" enabled="Y" description="GEN PDF Document to printer queue."> <input id="in1" description="Read PDF Document"> <type>PDF_PRINT</type> <path>./interface/input/428 (GEN Print PDF)</path> <mask/> <pollingInterval>1000</pollingInterval> <XSLT/> </input> <output id="out1" enabled="Y" description="Print PDF Document to HP8600"> <path>./interface/output/428 (GEN Print PDF)</path> <type>PDF_PRINT</type> <queueName></queueName> <XSLT/> </output> </map>
This Connector is designed to automatically print PDF files whenever they are found in the nominated directory. You will notice that you can specify the name of a print queue in the element
<queueName>HP8600</queueName>