These are a few examples to test Form Feed with txt2pdf PRO.

My idea of Form Feed (I can test it directly with a printer, if I'm wrong please
send me a note):

^LString
means create a new page where String is the first line

String1^LString2
means: String1 is the last line of the current page,
create a new page where String2 is the first line

^L
String

means: (I hope) create a new page and String is the second line of the new page

../txt2pdf.pl test1.txt
../txt2pdf.pl -skip test2.txt
../txt2pdf.pl test3.txt
../txt2pdf.pl test4.txt
