Questions relating to the importing, exporting, and extraction of data from PDF files
3
votes
1answer
112 views
Exporting PDF file - incorrect graphic
I export graphics to PDF using:
Export["/path/figure.pdf", plotname]
It gives me more than enough quality for PDFLatex. But somehow, some exported plots have ...
2
votes
0answers
245 views
Automatically sending to Print (using CutePDF Writer)
I use CutePDF for creating PDF output, but this requires manually selecting Print (Ctrl+P), with CutePDF Writer as the printer, and pressing OK. Can this be automated?
2
votes
0answers
201 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
...