Answered
The icon for a jpeg file in Windows Explorer actually shows the image, but when I convert to pdf, all files show the red Adobe Reader image. How can I change the pdf file icon to reflect the file image?
The icon for a jpeg file in Windows Explorer actually shows the image, but when I convert to pdf, all files show the red Adobe Reader image. How can I change the pdf file icon to reflect the file image?
may be a problem of the Acrobat installation or a faulty registry key.
I found a thread for the same topic ans some tips to solve this problem.
http://forums.adobe.com/thread/305253
On Win7 you can mod the registry.
1. Create a new text file and copy this systax into it.
@echo off & setlocal enabledelayedexpansion
set "Key=HKLM\SOFTWARE\Wow6432Node\Classes\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}"
set "Value=AppID"
set "oldvalue={6d2b5079-2f0b-48dd-ab7f-97cec514d30b}"
set "newvalue={534A1E02-D58F-44f0-B58B-36CBED287C7C}"
for /f "tokens=3" %%i in ('reg query %Key% /v %Value%') do set "Data=%%i"
reg add %Key% /v %Value% /t REG_SZ /d !Data:%oldvalue%=%newvalue%! /f>nul
2. Save the file with the file extension .bat
3. Execute the .bat file with administration rights.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs