|
-
August 12th, 2001, 03:02 PM
#1
How to programatically split a whole (MS) *.doc into single pages
How can I programatically split a 4-page MS word 97/2000 document into single pages. I looked for some fuction in my C++/MFC code:
// _Document wrapper class
class _Document : public COleDispatchDriver
{
}
and failed miserably. I am now looking for solution in VB, probably create a component (that splits a doc into pages) and use that component in my C++ code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|