I usually print report to oocalc.
I want to print it directly to pdf file after print to oocalc.
There is menu to at OpenOffice.Org.Calc to export it, but I want to export it using VB.NET
Are these string variables, and should be change ?
1. "FilterName"
2. "writer_pdf_Export"
Thank you.
ltlbearand3
Those are strings and need to be worded as exactly shown if you are wanting to save as a pdf. You could set these as constants if you want your code to be more standardized.
SaveParam(0) = MakePropertyValue(objServi
Are these string variables, and should be change ?
1. "FilterName"
2. "writer_pdf_Export"
Thank you.