printing - Why does Powershell Out-Printer ignore `f (new page) in text? -


iam trying pipe text printer , need split content multiple pages. according this there control character `f insert form feed, should affect printed document.

simplified, code looks this:

"hello page 1`fthis should on page 2" | lp 

it not matter if directly print way or use pdf printer - text appears in 1 single line on single page.

all other control characters seem work fine.

update: wrong, `t doesn't work either


Comments