yoga wrote:
> Hi,
> I'm using pagemaker 7.0...
> i need to read the text alone in a pagemaker file with the extension
.pmd
> using vc++ codings...
> is there any pagemaker scripting guides available for that?
> can u please help me to read the text alone neglecting image....
> i;m using vc++7.0 MFC dialog based application....
>
Stories can be ex****ted as text, and I presume someone clever at
scripting can come up with one that goes through the file and ex****ts
all stories.
However, the sequence that stories occur in the file may have no
relation****p to the linear sequence of stories on the page. That is,
you'll end up with all of the text, but you won't know what order the
various chunks go in, and you are liable to end up with a lot of garbage
stories (individual figure legends, credit lines, and running heads as
separate stories). So somewhere in your processing you need to account
for that problem.


|