Text exatract without UI

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
cew
User
Posts: 213
Joined: Tue Feb 01, 2011 8:14 am

Text exatract without UI

Post 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
User avatar
John - Tracker Supp
Site Admin
Posts: 5219
Joined: Tue Jun 29, 2004 10:34 am
Location: United Kingdom
Contact:

Re: Text exatract without UI

Post 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
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.

Best regards
Tracker Support
http://www.tracker-software.com
cew
User
Posts: 213
Joined: Tue Feb 01, 2011 8:14 am

Re: Text exatract without UI

Post by cew »

Thanks for the info. That I was looking for! :-)

Best Regards
cew
User avatar
John - Tracker Supp
Site Admin
Posts: 5219
Joined: Tue Jun 29, 2004 10:34 am
Location: United Kingdom
Contact:

Re: Text exatract without UI

Post by John - Tracker Supp »

Pleasure ;)
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.

Best regards
Tracker Support
http://www.tracker-software.com
Post Reply