win2pdfd.exe watchconvert "watchfolder" "completedfolder" "convertedfolder" destformat
Watches the folder specified by "watchfolder" and automatically converts all compatible files to the specified format, and saves the converted files using the same base filename to "convertedfolder". Upon successful conversion, the source file is moved from the "watchfolder" to the folder specified by "completedfolder". If the "completedfolder" is empty (""), the source file is deleted after conversion.
The compatible file formats in the "watchfolder" can be one of:
Extension |
Format |
Portable Document Format |
|
.DOCX, .DOC |
Microsoft Word |
.RTF |
Rich Text Format |
.ODT |
OpenDocument Text |
.TXT |
Text |
.HTML, .HTM, .MHTML, .JS |
HyperText Markup Language |
.SVG |
Scalable Vector Graphics |
.XPS |
XML Paper Specification |
.TIF, .TIFF |
Tagged Image File Format |
.JPG, .JPEG, .JPE |
Joint Photographic Experts Group Image |
.PNG |
Portable Network Graphics |
.BMP, .DIB |
Windows Bitmap |
.GIF |
Graphics Interchange Format |
Files not matching one of these extensions will be skipped.
The "destformat" can be one of the following:
destformat parameter |
Description |
Portable Document Format |
|
pdfimagemono |
PDF Image Only - monochrome |
pdfimagegrayscale |
PDF Image Only - grayscale |
pdfimagecolor |
PDF Image Only - color |
pdfcompressed |
PDF - compressed |
pdfsearchable |
PDF - searchable (OCR) |
docx |
DOCX - Microsoft Word |
rtf |
RTF - Rich Text Format |
odt |
ODT - OpenDocument Text |
textformatted |
Text - formatted |
textunformatted |
Text - unformatted |
jpggray |
JPG - grayscale |
jpg |
JPG - color |
tiffmono |
TIFF - monochrome |
tiffgray |
TIFF - grayscale |
tiff |
TIFF - color |
tifftransparent |
TIFF - color with transparent background |
pnggray |
PNG - Grayscale |
png |
PNG - Color |
pnggraytransparent |
PNG - Grayscale with transparent background |
pngtransparent |
PNG - Color with transparent background |
ocrtextformatted |
Text - formatted after making searchable, requires optional Win2PDF OCR Add-on |
ocrtextunformatted |
Text - unformatted after making searchable, formatted after making searchable, requires optional Win2PDF OCR Add-on |
Any folder names that contain spaces must be enclosed with quotation marks. If a file of the same name already exists in the "completedfolder", the file is renamed (files are never overwritten).
The command will watch the folder for incoming files indefinitely until it is manually stopped with "CTRL-C" or using the task manager.
This feature requires a licensed version of Win2PDF Pro TSE. Contact us for a time limited evaluation license.