Tip: Remove Page Breaks from RTF
Monday, May 5th, 2008This is for an obscure set of readers, I’m sure. But if you ever need to remove the page breaks from a RTF (rich text format) file, here’s how to do it:
- Open the RTF file in NotePad (I use NotePad++, which is an absolute must have replacement for anybody doing web dev)
- Search for “pagebb\” and replace with nothing (empty string)
Popularity: 4%

