Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
printHTMLファイルのボタンを作成したい。そうですねwindow.print()。しかし、ソフトウェアに組み込まれている Web ブラウザーは自社で開発したものであるため、これは機能しません。印刷には対応していません。
print
window.print()
この Web ブラウザは WebKit を使用しており、Qt と WebKit については少ししか知りませんでした。
では、Web ブラウザはどのように処理するのwindow.printでしょうか。
window.print
?print=1 のようなクエリ文字列引数が存在する場合、window.print() が自動的に呼び出されるように、HTML ファイルを変更します。次に、別のブラウザ プロセスで your-file.html?print=1 を開きます。