There is no cute pdf writer. How can i convert excel spreadsheet 2007 to pdf in linux
Asked
Active
Viewed 1.1k times
3
2 Answers
12
You can use Libreoffice Calc (always work on a copy) . Open the file and Export as pdf.
Also you could run from the command line
libreoffice --headless --convert-to pdf *.xlsx

Bruni
- 10,542
-
1As you're a reputation 1 user: if this answers your question, don't forget to click the grey ☑ under the "0" at the left of this text to accept it, which means "yes, this answer is valid"! – David Foerster May 25 '16 at 11:45
2
Another way is the preinstalled print to file printer, if you selct file print you should see that. Print to file will create a PDF as well. (Basically just like cute PDF)
Chris
ODT
file to a pdf? While this question is about excel spreadsheet – Alok Nayak Dec 01 '18 at 08:00