Quote:
Originally Posted by rvdparis
I tried your script on OSX (10.6.2) and I get an error; could you help me out?
|
I was getting errors until I installed the python-pdf libraries. I'm not sure where to get them in OSX.
However, looking at the script you see:
import pyPdf
import os
import sys
import base64
import shutil
import tempfile
import xml.dom.minidom
These are the packages that you need to work the script. The one that you might be missing is pyPdf. There is a website for the project where you can download the utility, try to install it and see if that works:
http://pybrary.net/pyPdf/