Hi everybody. I need to automatically catalog PDF-files in a zope projekt. Has anyone any experience with this. I am thankful for every hint Kind regards B. Zimmerli
On Thu, 14 Mar 2002, Beat Zimmerli wrote:
Hi everybody.
I need to automatically catalog PDF-files in a zope projekt.
Catalog that they exist? Easy--make a ZClass subclass of CatalogAware + File and use this for your PDF objects. Catalog their text? I'd use Casey Duncan's kick-ass DocumentLibrary (on zope.org). Or there are some other solutions in Products for zope.org for extracing text from PDF; you could use one of these to stuff into a ZCatalog. -- Joel BURTON | joel@joelburton.com | joelburton.com | aim: wjoelburton Independent Knowledge Management Consultant
participants (2)
-
Beat Zimmerli -
Joel Burton