command line pdf print with soffice
I'm trying to print xls
file to pdf
using soffice
on windows machine. i made "Adobe PDF" my default printer and i tried those commands:
soffice -p file.xls
soffice -pt 'Adobe PDF' file.xls
but i 开发者_StackOverflowsee no pdf outputted. Actually, something flashes in the print que but i cant read so fast.
Printer is configured not to ask where to save output file and it performs printing when i try it manualy. So, how can i solve this? Thanks!
if anyone is interested look here: all you need is to
Tools>Options...>OpenOffice.org Calc>Printing and uncheck "Print only selected tables"
精彩评论