How to collect Print logs for Acrobat/Reader?

This article explains how to enable print logs to troubleshoot printing issues related to Acrobat and Acrobat Reader.

Enable print logs on Windows

  1. Make sure that Acrobat is closed.

  2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe Acrobat

  3. Click the version number corresponding to the installed version of Acrobat/Reader and Right click to create new key FeatureState.

  4. Click FeatureState and create a DWORD(32-bit) with the name EnablePrintLogging and set the Value: 1

  5. Launch Acrobat and print a PDF file.

  6. The log file with the name acrobat print logs.txt  will be generated at C:\Users\USERNAME\AppData\Local\Temp.

  7. In the case of Acrobat Reader, the log file is generated in the acrord32_sbx folder in C:\Users\USERNAME\AppData\Local\Temp.

  8. You can delete the registry key from the machine after generating and reviewing the logs.

Enable print logs on macOs

  1. Download the plist file com.adobe.Acrobat.FeatureState.plist at location /Library/Application. 

    Download

  2. Execute the print workflow. 

    Note:
    • Logs are generated at a location similar to  /var/folders/t9/93cz_sz9075d4nl5hqrlc6n00000gn/T. 
    • The temp folder where the logs are generated is different for different users, and it is common only up to the/var/folders
  3. To get the exact path of the file, use the following command on the terminal

    sudo find / -name AcrobatPrintLogs.txt 

  4. Once you get the complete path like /private/var/folders/jk/vgtyw__s2dsdphtygd_0jslr0000gn/T/AcrobatPrintLogs.txt, add cat as follows:

    cat /private/var/folders/jk/vgtyw__s2dsdphtygd_0jslr0000gn/T/AcrobatPrintLogs.txt 

  5. You can view the error log: AcrobatPrintLogs

Get help faster and easier

New user?