Make sure that Acrobat is closed.
This article explains how to enable print logs to troubleshoot printing issues related to Acrobat and Acrobat Reader.
Enable print logs on Windows
-
-
Go to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Adobe\Adobe Acrobat
-
Click the version number corresponding to the installed version of Acrobat/Reader and Right click to create new key FeatureState.
-
Click FeatureState and create a DWORD(32-bit) with the name EnablePrintLogging and set the Value: 1
-
Launch Acrobat and print a PDF file.
-
The log file with the name acrobat print logs.txt will be generated at C:\Users\USERNAME\AppData\Local\Temp.
-
In the case of Acrobat Reader, the log file is generated in the acrord32_sbx folder in C:\Users\USERNAME\AppData\Local\Temp.
-
You can delete the registry key from the machine after generating and reviewing the logs.
Enable print logs on macOs
-
Download the plist file com.adobe.Acrobat.FeatureState.plist at location /Library/Application.
Download
-
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.
-
To get the exact path of the file, use the following command on the terminal
sudo find / -name AcrobatPrintLogs.txt
-
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
-
You can view the error log: AcrobatPrintLogs