Page 1 of 1

Text exatract without UI

Posted: Tue Feb 08, 2011 12:55 pm
by cew
Hi there,

I need to write a text extract component without UI.
The code

Code: Select all

Viewer.DoVerb("Documents[0]", "GetAllText", null, out dataOut, 0);" 
works great, but needs a viewer control on a form.

Any ideas??

sure you have :-)

Best regards
cew

Re: Text exatract without UI

Posted: Tue Feb 08, 2011 8:17 pm
by John - Tracker Supp
Hi,

as always you can decide whether your user can actually 'see' the content of the form - you could choose to hide - but the form must be populated to use the ViewerAX.

If you do not wish to do this - then you would need to use our PDF-Tools SDK and the methods provided there for text extraction by the functionality in the library provided (XCPRO40.dll).

HTH

Re: Text exatract without UI

Posted: Wed Feb 09, 2011 6:59 am
by cew
Thanks for the info. That I was looking for! :-)

Best Regards
cew

Re: Text exatract without UI

Posted: Wed Feb 09, 2011 7:01 am
by John - Tracker Supp
Pleasure ;)