I would change some settings from the pdf export dialog from code. Have you a list of the properties and the expected values?
Normaly I use this code construct
Code: Select all
StiSettings.Load();
StiSettings.Set("StiExcelExportSetupForm", "ExportDataOnly", true);
StiSettings.Set("StiExcelExportSetupForm", "ExportObjectFormatting", true);
StiSettings.Save();
Ralf