Hi All,
I have a folder with hundreds of scanned pdf files.. I need an
application than can flick through those files ..change the file name
and accept a set of meta data values against each file..
Is this metadata being stored separately from the document? It's tricky
to modify a PDF on the fly, without some specialized tools.
Will I be able to allow the user to view the file from with in my
app.. Any suggestions on best and possible ways of doing this..
wx.lib.pdfwin contains a class called PDFWindow that allows you to embed
the Acrobat reader in your application. There is an
ActiveX_PDFWindow.py in the demo that shows this. Unfortunately, there
is a problem that causes it to crash with Acrobat Reader 7, but if you
have an earlier version, it works fine.
For Acrobat 7, to the best of my knowledge, you'll need to fire off an
instance of the reader externally.
ยทยทยท
On Sun, 28 Jan 2007 16:16:47 +1300, "Thomas Thomas" <thomas@eforms.co.nz> wrote:
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.