hello,
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
General ⇒ .pdf to .tex
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: .pdf to .tex
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¹
Best regards
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Re: .pdf to .tex
Hi gosha,
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
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
LaTeX.org admin
-
- 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.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: .pdf to .tex
thank you all, I knew you can convert pdf to doc, this is why I asked.