Converting PDF to images
This article will guide you to the process of configuring File Processor to convert PDF documents to images.
Configuration
- Create a new channel.
- General: give the channel a title (e.g. PDF2Image).
- Schedule: leave as default or chance to your needs.
- Input: Select
Local/Network
and locate the directory with your PDF files. - Input Filter: For demo purposes we'll configure a filter to only search for PDF files (files ending with
.pdf
).
a. Click the Green add button.
b. SelectProperty
.
c. SelectFile name
andMatch Regex
and fill in(?i).*[.]pdf
- Conversion: Click Add Converter, select
Convert to images
and choose the Image format.jpeg
. - Impersonation: not being used now.
- Output: select
Local/Network
and locate the path to store your images. - Post-Action: leave it as default (
Process -> Delete (input file)
). This removes the file from the input folder after it has been processed, otherwise we will be in an infinite loop.