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