I have seen different RTF readers format the same RTF document differently and wind up with different numbers of pages.

Therefore I don't think that what you want is truly possible.

Were I in your boat, I'd investigate whether it was possible to pass the RTF through some program that put them in a format where I could see how many pages it had. The page count that you get will be dependent on the program, but should generally be close to reality.

After a quick google, it looks like you can find rtf2ps here and then grep for %%Page: might work to count pages. (If that converter doesn't work well, then google for another one, there has to be one that works...) As a bonus you can then choose to convert the ps to pdf on the fly to render in web pages. That way if anyone complains that you got the number of pages wrong, you can always point out that different viewers get different numbers of pages, but your count matches what is in your pdf.

UPDATE: I made it clearer that my untested solution might or might not work.


In reply to Re: Page number count from RTFs by tilly
in thread Page number count from RTFs by inblosam

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.