These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Change pdf file icon

DougF
Registered: Oct 12 2010
Posts: 2
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?

My Product Information:
Acrobat Standard 9.3.1, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
Hi,

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

UVSAR
Expert
Registered: Oct 29 2008
Posts: 1357
If you're using a 64-bit version of Windows, Reader does not support display of thumbnail images in Windows Explorer.
DougF
Registered: Oct 12 2010
Posts: 2
That's likely the problem. I'm using a 64 bit system with Windows 7. Radzmar - will your solution do me any good? Thanks for your help AUC Experts.
gkaiseril
Online
Expert
Registered: Feb 23 2006
Posts: 4308
Windows 7 uses special codec files to render images and there does not appear to be one for PDFs. If you have any camera RAW formats, like NEF or CW2, you need to add a codec for each special image format.

George Kaiser

radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
DougF wrote:
That's likely the problem. I'm using a 64 bit system with Windows 7. Radzmar - will your solution do me any good? Thanks for your help AUC Experts.
As Dave said, if you work on x64 systems, there's is nothing you can do (for now).
Also the batch won't have an effect. Sorry.

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs