i install pdfix-sdk in ubuntu 18.04 and when the run below code get this message:
"Illegal instruction (core dumped) "
from pdfixsdk.Pdfix import *
pdfix = GetPdfix()
doc = pdfix.OpenDoc("test.pdf", "")
print("Number of pages: " + str(doc.GetNumPages()))
doc.close()