General ⇒ .pdf to .tex
.pdf to .tex
is there a way to convert a pdf file (generated, you guess it, through msword) to a .tex file with all the formatting, so that I could simply modify it and re-convert it to pdf?
Thank you
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: .pdf to .tex
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Re: .pdf to .tex
that's not possible. You could use LaTeX for small modifications like insertion of some text.
But I think you have to write the LaTeX code for that document by yourself.
Stefan
-
- Posts: 16
- Joined: Fri Dec 26, 2008 11:36 pm
.pdf to .tex
Not exactly true. You *can* convert .pdf back to .doc format. There are some free conversion tools available. Yes, the original question is "pdf to tex", but the file was originally doc format, so at least you can convert it back and edit from msword.localghost wrote:Answer yourself the question if it is possible to separate a cake to its ingredients. The same is true for PDF files.
Best regards
Thorsten¹
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
.pdf to .tex
May be. But from my point of view it would be less time consuming when taking a PDF viewer, or even better GSview/Ghostscript, saving the plain text and restructuring the document from scratch with LaTeX.porky_pig_jr wrote:Not exactly true. You *can* convert .pdf back to .doc format. There are some free conversion tools available. Yes, the original question is "pdf to tex", but the file was originally doc format, so at least you can convert it back and edit from msword.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10