Issue in registering the dll files

Hi Team,

We need to convert the .doc to .pdf using PHP for this I’m following the steps as mentioned in the below link
https://docs.aspose.com/words/net/aspose-words-net-for-php/#introduction-asposewords-net-for-php
For this I’m getting the below error (below image). Could you please help me to solve the issue and converting the .doc files to .pdf. I have tried through API but I need the conversion through code. Please help.

@pavanm It looks like you are using .NET Framework 2.0, but Aspose.Words does not provide dlls for .NET Framework 2.0 anymore. Please try using newer .NET Framework 3.5+ and the appropriate dll from Aspose.Words package.

Also, you can consider using Java version of Aspose.Words in PHP project via PHP/Java Bridge bridge:
https://docs.aspose.com/words/java/php-and-aspose-words-for-java/