PDF PRINT: Difference between revisions
No edit summary |
|||
Line 3: | Line 3: | ||
'''config.xml''' | '''config.xml''' | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<map> | |||
<id>Map06</id> | |||
<enabled>true</enabled> | |||
<description>Print PDF Document</description> | |||
<enableEmailNotifications>true</enableEmailNotifications> | |||
<connectors> | |||
<input> | |||
<id>in1</id> | |||
<description>Read PDF Document</description> | |||
<type>PDF_PRINT</type> | |||
<url> | |||
<path>./interface/input/Map06 PDF to PRINT</path> | |||
< | <mask/> | ||
<prefix/> | |||
<pollingInterval>1000</pollingInterval> | |||
</url> | |||
</input> | |||
<output> | |||
<id>out1</id> | |||
<enabled>true</enabled> | |||
<description>Print PDF Document to HP8600</description> | |||
<type>PDF_PRINT</type> | |||
<url> | |||
<path>./interface/output/Map06 PDF to PRINT</path> | |||
<prefix/> | |||
<fileExtension/> | |||
<use83GUID>false</use83GUID> | |||
</url> | |||
</output> | |||
</connectors> | |||
</map> | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 14:34, 30 December 2024
PDF_PRINT Map Configuration
config.xml
<map> <id>Map06</id> <enabled>true</enabled> <description>Print PDF Document</description> <enableEmailNotifications>true</enableEmailNotifications> <connectors> <input> <id>in1</id> <description>Read PDF Document</description> <type>PDF_PRINT</type> <url> <path>./interface/input/Map06 PDF to PRINT</path> <mask/> <prefix/> <pollingInterval>1000</pollingInterval> </url> </input> <output> <id>out1</id> <enabled>true</enabled> <description>Print PDF Document to HP8600</description> <type>PDF_PRINT</type> <url> <path>./interface/output/Map06 PDF to PRINT</path> <prefix/> <fileExtension/> <use83GUID>false</use83GUID> </url> </output> </connectors> </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>