Tagged Questions
7
votes
1answer
99 views
Exporting German Umlauts to PDF and importing them doesn't work - character encoding problem
I am using Mathematica 9.0.0.0 under German Windows 32bit. I am on trying to export and import German text to PDF and re-import it. It seems that there is a confusion about the character encoding. It ...
3
votes
1answer
143 views
Running external pdflatex command and importing the generated PDF document
There have been a couple of questions about incorporating labels and equations that were typeset in $\LaTeX$ into a Mathematica notebook. Ideally, this requires running ...
5
votes
1answer
432 views
Combine multiple PDF files into one document
I have multiple single page PDFs I'd like to join together into a single file. (Obviously I mean the file format and not the probability distributions here!)
I'm aware of free online services such as ...
2
votes
1answer
302 views
Mathematica PDF import and fonts
I am trying to put nice LaTeX labels on my Mathematica plots. I can do this manually, or by introducing an extra GNUPlot step into my workflow, but it would streamline the process considerably if ...
2
votes
0answers
198 views
Can not Import PDF
I try to import PDF and extract text from it
Import["D:\\Vegetarian MS.pdf", {"PDF", "Plaintext"}]
but with some files I have a problem like this
...
4
votes
1answer
522 views
Difficulties with Importing PDFs in Mathematica
I am trying to import a group of PDFs that I have downloaded (it is in the realm of 1,000+). They are a group of doctoral dissertations that I'm trying to automatically extract bibliographic ...