View Single Post
Rone
Senior Member
 
Join Date: Dec 2017
Posts: 362

Old April 23rd, 2019, 02:27 PM
Hey there,

Restart your computer.

When you install software that uses the pdflib.dll dependency, the software should automatically register the file for you. In some cases, your DLL file may not register properly, and as a result, will provide a "pdflib.dll not registered" error. Fortunately, you can use a built-in utility called "Microsoft Register Server" (regsvr32.exe) to re-register your pdflib.dll file.

How to re-register pdflib.dll from an elevated command prompt (Windows XP, Vista, 7, 8, and 10):

Click the Start button.
Type "command" in the search box... DO NOT hit ENTER yet!
While holding CTRL-Shift on your keyboard, hit ENTER.
You will be prompted with a permission dialog box.
Click Yes.
Type the following command: regsvr32 /u pdflib.dll.
Hit ENTER. This will UN-REGISTER your file.
Type the following command: regsvr32 /i pdflib.dll.
Hit ENTER. This will RE-REGISTER your file.
Close the command prompt window.
Re-start the program associated with pdflib.dll error.

Let me know if that takes care of the problem.

Thanks!
Rone is offline   #3 Reply With Quote