GeneralNumbers of characters within a document

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mcsentas
Posts: 7
Joined: Thu Nov 23, 2017 5:53 pm

Numbers of characters within a document

Post by mcsentas »

How do I find the numbers of characters within a document.?
Not a word-count, but a character count.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10323
Joined: Mon Mar 10, 2008 9:44 pm

Numbers of characters within a document

Post by Stefan Kottwitz »

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 pdftotext (from xpdf) and use the wc tool.

Stefan
LaTeX.org admin
Post Reply