|
Hi
I am developing the application using LeadTools 16 in C#. I am getting the following error while loading the PDF file.
“PDF Error - Either the files required for initializing the PDF engine were not found or they were found but incorrect".
This is my code:
_image = codecs.Load(FileName, 0, CodecsLoadByteOrder.BgrOrGray, _firstPage, _lastPage);
Do I need to add any extra files or dll?.
My registry structure given below
“C:\Program Files\LEAD Technologies\LEADTOOLS 16\Bin\Common\PDF\LIB;C:\Program Files\LEAD Technologies\LEADTOOLS 16\Bin\Common\PDF\FONTS;C:\Program Files\LEAD Technologies\LEADTOOLS 16\Bin\Common\PDF\RESOURCE”.
Please reply. It is urgent.
|