vote up 2 vote down star

I know how make a pdf from LaTex. Is there a way to extract the LaTex from a PDF I created earlier? How about if someone sends me a PDF and I like the formatting. Can I extract the LaTex from it?

flag

5 Answers

vote up 4 vote down check

LaTeX does not have a one-to-one conversion to PDF. With regards to your first question, I believe such a conversion may be technically possible, but I do not believe an application to do so yet exists. Similar to the way assembler can be decompiled back into high level language, there is probably a way to do it. However -- a pdf is allowed to contain all matter of kinds of data -- AutoCAD drawings, JPEG graphics, font files, forms, digital signatures, etc. LaTeX has no idea what these things are. So in answer to the second question is no -- there's not a way to extract equivalent LaTeX from any PDF document.

link|flag
vote up -1 vote down

It may work with texmacs, which includes an import of pdf files.

link|flag
texmacs is abandonware that never tried to solve this problem. – Charles Stewart Dec 7 at 13:56
still, I have done it already. – Aif Dec 8 at 16:22
vote up 1 vote down

See my answer on related question (http://stackoverflow.com/questions/1621885/how-to-turn-a-dvi-to-tex/1622348#1622348)

To amplify - there is no requirement for characters to be in reading order (I have found PDFs where part of the sdrawkcab sdaer txet (and relies on the coordinates). That is very difficult to reconstruct as it can depend on Font metrics. Which can use the appalling ASCII86 protocol.

link|flag
vote up 5 vote down

It's only possible if you embed the source of the document into the PDF file. See the attachfile package for doing this.

link|flag
Alternatively, you can add the clue-giving metadata using tagged PDF. – Charles Stewart Dec 7 at 13:56
Yes, that's true, but I'm not aware of a pre-existing way of turning LaTeX source into a PDF via this route. Any suggestions? – Will Robertson Dec 8 at 0:53
vote up 3 vote down

Short version: No.

Long version: It's a lot like decompiling: You technically could, but it would involve lots of guessing and heuristics.

I'm not familiar with the PDF innards, but it will likely set fonts/sizes/position directly, instead of defining a format and applying it to headers and such, like in LaTeX.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.