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
Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and many kinds of documents

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
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