I have a small python script, which simply returns the number of
pages of a pdf file. I want to include it in my project, and feed it
the new path name each time I execute it.
My question / problem is, I don't really know the best way to get
this script to work in my project? I assume there is a more correct
way to do, or a better way, than what I'm thinking.
Here is the code for the script, which I found on Apple's list
archives.. so thanks to whoever put this there!