Scenario:
I have a document I created using LaTeX (my resume in this case), it's compiling in pdflatex
correctly and outputting exactly what I'd like. Now I need the same document to be converted to plain old ASCII.
Example:
I have seen this done (at least once) here, where the author has a PDF version and an ASCII version that matches the PDF version in almost every way, including margins, spacing and bullet points.
I realize this type of conversion cannot be exact due to limitations in the ASCII format, but a very close approximation does seem possible based on what I have found so far. What is the process for doing this?