I have a rather large document i want to print via Notepad++, but i can't get the page count before printing. Is there a way to do it? (Assume standard 8.5"x11" paper)

link|improve this question

80% accept rate
1  
Does Notepad++ have a print preview option which would give you (at least) an approximate page count? – pavium Jan 11 '10 at 12:27
Unfortunately no :( – RCIX Jan 12 '10 at 10:38
feedback

3 Answers

up vote 2 down vote accepted

That really isn't the purpose of Notepad++. While a print preview function might be a good feature, Notepad++ is geared more toward helping keep code organized, differentiating files, etc.

If you want to see how many pages it is before hand, try printing to PDF first. At least then you have a digital version and are able to see how many pages it is. I recommend PDFCreator to do this.

Good luck!

link|improve this answer
This approach is also very useful as a print preview for Notepad++ to see if the line wrapping will do anything strange. – Firefeather Dec 9 '10 at 23:29
feedback

open it with word... Set the margins same as your notepad ++ margins

link|improve this answer
That could work if absolutely necessary but i'd rather not do that... – RCIX Jan 12 '10 at 10:39
feedback

You probably already have the Microsoft XPS Document Writer printer installed on your machine. You could print your document using the XPS Document Writer to see how many pages it will be.

Note: XPS documents can be opened by double-clicking or opening in Internet Explorer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.