Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the number of pages of a Microsoft Word document
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00638698
Message ID:
00639413
Views:
30
>Hi,
>You need to download Dsofile.exe from MS website (see KB article Q224351). Here the sample of using this library:
>
>oFilePropReader = CreateObject("DSOleFile.PropertyReader")
>sFile = GETFILE()
>oDocProp = oFilePropReader.GetDocumentProperties(sFile)
>? oDocProp.PageCount
>
Thank you, very, very much. I´ll try.

Regards,
José Augusto Cavalcanti
Global Connection
jose.cavalcanti@globalconnection.com.br
Previous
Reply
Map
View

Click here to load this message in the networking platform