how do i change the default file name?

Hi all,

I got a problem with reporting my servoy data in pdf.

when i call controller.print(true) the print dialog is show, then i click the print button save as dialog is show.

at that save as dialog the default file name is Java Printing.

could i change the default file name to other desire file name?

please help me

Thanks

Dennis

It currently not possible to pass the job name when printing to adobe, if you need this please file a feature request.
When you print via the pdf plugin, its all in your control, have a look at pdf_output plugin sample code how to print to a specific file (since Servoy 3.5.5 its also capable to print clickable urls, which is not possible via adobe)