in reply to Re: Can Perl generate a page break character that Microsoft Word will recognize?
in thread Can Perl generate a page break character that Microsoft Word will recognize?
<w:body> - <w:p w:rsidR="00D96BA8" w:rsidRDefault="00D96BA8"> - <w:r> <w:t>AAA</w:t> </w:r> </w:p> - <w:p w:rsidR="00D96BA8" w:rsidRDefault="00D96BA8"> - <w:r> <w:t>BBB</w:t> </w:r> </w:p> - <w:sectPr w:rsidR="00D96BA8" w:rsidSect="00354B3C"> <w:pgSz w:w="12240" w:h="15840" /> <w:pgMar w:top="1008" w:right="1008" w:bottom="1008" w:left="1008" w +:header="720" w:footer="720" w:gutter="0" /> <w:cols w:space="720" /> <w:docGrid w:linePitch="360" /> </w:sectPr> </w:body>
and this was the DOC file hex dump somewhere in the middle. I am not going to copy the entire file here. I know, some of you are like "whew!" lol
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 000009B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +..... 000009C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +..... 000009D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +..... 000009E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +..... 000009F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +..... 00000A00 41 41 41 0D 42 42 42 0D 00 00 00 00 00 00 00 00 AAA.BBB.... +..... 00000A10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +..... 00000A20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +..... 00000A30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +..... 00000A40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +..... 00000A50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ........... +.....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Can Perl generate a page break character that Microsoft Word will recognize?
by jcb (Parson) on Jan 01, 2020 at 02:43 UTC | |
by marto (Cardinal) on Jan 01, 2020 at 10:30 UTC |