Prevent IE 9 from appending path to PDF file name?

We generate our reports using an HTML stream and that is sent to Internet Explorer with a print command.  The print command allows a user to select the PDF writer for the printer and the file is created.  We found that Internet Explorer 8 gives only the name of the file to the pdf writer.  In Internet Explorer 9, it pre-appends the html file location to the name:

 

MyFile.htm -> IE 8

MyFolder_MyFile.htm -> IE 9

 

Any way to prevent the folder path from being pre-appended to the name?

 

Thanks in advance,

 

Craig

Hi,

 

if the pathname is mostly the same, you could add it to substitutions (substitute with blank),

otherwise there maybe some settings in IE which influence this, maybe ask in a MS forum also.

 

regards,

 

Robin