For more information please visit https://pdfix.net.
Initialize and activate python virtual environment
python3 -m venv env
Linux, macOS
source env/bin/activate
Windows
env/Scripts/activate
pip install -r requirements.txt
pip3 install pdfix-sdk
from pdfixsdk import *
pdfix = GetPdfix()
doc = pdfix.OpenDoc("test.pdf", "")
print("Number of pages: " + str(doc.GetNumPages()))
doc.close()
Let us know and we’ll get back to you. Write us to support@pdfix.net or fill the contact form.