There is no cute pdf writer. How can i convert excel spreadsheet 2007 to pdf in linux
Asked
Active
Viewed 1.2k times
2 Answers
13
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
- 11,099
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