To configure a watched folder in the Admin Console for PDF Generator:
- Create a folder to be your watched folder on your filesystem
- Login to the ADEP Admin Console (http://[servername]:[portnumber]/adminui/)
- Navigate to Services > PDF Generator
- Click On Sources
- Category=PDF Generator, Click Filter
- Click on ‘GeneratePDFService: 1.0 ‘ [Documentation on GeneratePDFService]
- In the ‘End Points’ tab, choose ‘WatchedFolder’ from the dropdownlist
- Click ‘Add’ (Resource: Description of Watched Folder End Point properties)
- For ‘Description’, type something to the effect of “Watched Folder Endpoint PDFG”
- In ‘Enter path for the watched folder’, type in the fully qualified path to the folder you created in Step 1
- In the Operation Field, select CreatePDF2 from dropdown
- In the ‘Input Parameter Mappings’ section, for the ‘inputDocument’ field, select variable, type *.* (this will allow all supported input type files)
- In the ‘Output Parameter Mappings’ section, for the ‘Output PDF Document’ field, type %F%E.pdf (this will inherit the input filename and extension and append the .pdf extension.
- Click the Add button to save the changes.
- Navigate to the Watched Folder you created in Step 1, you should now see new directories: /input, /result, /staged, /failed, /preserve
- Test by copying a Word document to the /input folder. It should disappear a few seconds later
- If successful, the generated PDF will appear in /result directory. If it failed, the document and reason for failure appear in the /failed directory


