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?
|
|
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. |
||
|
|
|
|
It may work with texmacs, which includes an import of pdf files. |
||||
|
|
|
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. |
||
|
|
|
|
It's only possible if you embed the source of the document into the PDF file. See the attachfile package for doing this. |
||||
|
|
|
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. |
||
|
|
