How do I find the numbers of characters within a document.?
Not a word-count, but a character count.
General ⇒ Numbers of characters within a document
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10323
- Joined: Mon Mar 10, 2008 9:44 pm
Numbers of characters within a document
Welcome to the forum!
You can use the texcount tool. Alternatively, you can use any PDF word/character count tool, or convert the PDF file to text format using
Stefan
You can use the texcount tool. Alternatively, you can use any PDF word/character count tool, or convert the PDF file to text format using
pdftotext
(from xpdf
) and use the wc
tool.Stefan
LaTeX.org admin