How to Solve NameError: name 'SDFDoc' is not defined -- PDFNetPython3

Solution: Import the 'SDFDoc' module

To Solve the error, add the following line to the top of your code.

from PDFNetPython3 import SDFDoc

 

For more information:
Python PDFNetPython3 SDFDoc