javascript - @media print for IE, bad format of my file -


i use @media print printing web page content. user on page can fill fields, save , print (download pdf). unfortunately, on ie , firefox can't going on.

i print file, saving .pdf , when want open file, adobe reader scream it's bad format of file. don't know how fix it. code print window.print();


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -