General.pdf to .tex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
gosha
Posts: 16
Joined: Mon Nov 24, 2008 2:48 pm

.pdf to .tex

Post by gosha »

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

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: .pdf to .tex

Post by localghost »

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¹
User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Re: .pdf to .tex

Post by Stefan Kottwitz »

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
LaTeX.org admin
porky_pig_jr
Posts: 16
Joined: Fri Dec 26, 2008 11:36 pm

.pdf to .tex

Post by porky_pig_jr »

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¹
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.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

.pdf to .tex

Post by localghost »

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.
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.
gosha
Posts: 16
Joined: Mon Nov 24, 2008 2:48 pm

Re: .pdf to .tex

Post by gosha »

thank you all, I knew you can convert pdf to doc, this is why I asked.
Post Reply