SwiftConvert is intended for use as a silent batch conversion utility. As such it runs and exits with no visual cues, even when errors occur. Sometimes during testing or troubleshooting this can make it difficult to diagnose issues. To enable error dialogues with SwiftConvert, simply include the -v1 or -vm1 arguments.
Windows: -v1
Display suppressed SwiftConvert error dialogues. Windows systems only.
Ex: sview -v1 -c”ldoc test.pcl | save PDF all output.pdf onefile”
Unix: -vm1
Display callbacks of current SwiftConvert process. Unix systems only.
Ex: svutil -vm1 -c”ldoc input.pdf | save PCL5 all output.pcl onefile”
Remember to remove the argument after testing is complete or your automated conversion processes may stop and wait for user input before continuing.