Does anyone know if there is a Verity API that I could use to grab the
contents of a PDF or an Excel document or something. I know this "topic" has
been covered a billion times, but I have never heard anyone mention a Verity
API. So, it probably doesn't exist, but I thought I would ask any how.

I am not interested in indexing or creating a collection, I just want to do
something like:

<cfset strDocumentContent = CreateObject( "java", "....verity.api...."
).Init().GetDocumentContent(
        ExpandPath( "./test.pdf" )
        )/>

Anyone know of anything like this??

Thanks!
.......................
Ben Nadel 
www.bennadel.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:250275
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to