Print Jpeg and TIFF not multipage

I have installed the last version 0.9.9, and I have found this problem:

If I select Jpeg output for a document with more then 1 page, it create only one page with %d as last part of the name, and the page in not opened from the default viewer.

If I config "Document" - "One page for file", and then select TIFF output for a document with more then 1 page, it create a multipage tif (instead of one for page)  with %d as last part of the name, and the page in not opened from the default viewer.

Is there any other parameter to config to solve this problem, or is it a bug?

Ca you help me?

Try this :

in "Save settings", uncheck "Allow special Ghostscript cars in filenames" ...

Don't ask me why but it works for me in version 0.9.8

1.) If you select "allow special Ghostscript chars in filename", then %d will not be used. Also the option "One file per page" is not available.

2.) If you use the %d command there is a Bug in PDFCreator that prevents the execution of actions after save and maybe this also effects the opening of the file after saving. The reason for this is that PDFCreator checks, if the file pic%d.tiff exists after calling ghostcript to create it. Because the files are named pic1.tiff PDFCreator throws an error where no error exists.