powered by
## S3 method for class 'RTF': addPageBreak(this, width=8.5, height=11, omi=c(1, 1, 1, 1), ...)
vector
RTF
rtf<-RTF("test_addPageBreak.doc",width=8.5,height=11,font.size=10,omi=c(1,1,1,1)) addPageBreak(rtf,width=11,height=8.5,omi=c(0.5,0.5,0.5,0.5)) done(rtf)
Run the code above in your browser using DataLab