printing with form feeds
-
I use formfeeds a lot to manage and organize my source files. I understand that notepad++ doesn’t understand or much care about formfeeds, but lets you insert them in your files.
Has anyone found ANY way to get output from npp with formfeeds included? I’m tempted to try writing a perl script to mess with the html. But unfortunately, I discovered that npp doesn’t even PUT the formfeeds iin the exported files.
I"m tempted to brute force it: make my source files look like “<FF>#formfeed”. Then even without the formfeed character I can find where the formfeeds were and fix them with a \page. [it’d be easier if npp left the formfeeds IN the exported file, but this’ll work]