How insert page break in rtf files using asp.net with c#.net version 1.1?
Asked
Active
Viewed 3,289 times
2 Answers
1
Have a look here: http://latex2rtf.sourceforge.net/RTF-Spec-1.0.txt
For RTF v1.0 the control character was \sbkpage
.
EDIT:
Its the same for v1.5 too: http://www.biblioscape.com/rtf15_spec.htm

immutabl
- 6,857
- 13
- 45
- 76
0
You can add \page.
Here's a tutorial at http://www.webdev-tuts.com/generate-rtf-file-using-php.html
in php.

Edesa
- 581
- 7
- 16
-
Unfortunately, that link is now dead – Jerry Jan 06 '18 at 02:20