Home → Guides :: Attach Plus → Troubleshooting Tips and Tricks → No associated application for printing this file type Error
When converting a file to PDF, the user receives an error as follows:
Attach Plus Error
Unable to send files to target.
Unable to print file 'xxxxxxxx' to pinter 'Attach Plus - E-mail PDF'
No associated application for printing this file type
Windows maintains a list of associated actions (or verbs) that can be performed against files of different types. Attach Plus uses the Print To verb to convert documents to PDF. If the Print To verb for the file you are trying to convert does not exist, or is mis-configured, then Attach Plus will not be able to convert that file.Â
Important: troubleshooting this issue involves advanced administrative tasks like editing the registry. You should involve your IT support personnel if you aren't completely comfortable with this discussion.
Here is a general procedure for determining the configuration of the Print To verb for a given type of file. This procedure describes the process for TIF files, but it applies for any extension.
Â
If there is no printto verb present, you will need to recreate it somehow. Sometimes this is a matter of looking on another computer and seeing what the value there is. Other times, it involves installing software that supports the printto verb. On some occasions, some other application might have changed the document type for the file extension (for example, .tif file extensions might be set to something besides "TIFImage.Document").
At the end of the day, getting that printto verb configured is the solution to this issue.
For reference, the (default) value of the HKEY_CLASSES_ROOT\TIFImage.Document\shell\printto\command key on my Windows 7 workstation is:
"%SystemRoot%\System32\rundll32.exe" "%SystemRoot%\System32\shimgvw.dll",ImageView_PrintTo /pt "%1" "%2" "%3" "%4"
This may or may not be appropriate for your computer.