html 파일을 렌더링 해서 출력하려면 어떻게 해야 하나..
아래의 명령으로는 txt 로 출력된다.
Get-Content -Path *.html | Out-Printer |
Out-Printer (출력하기)
[링크 : https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/out-printer]
Get-Printer (프린터 목록)
[링크 : https://docs.microsoft.com/en-us/powershell/module/printmanagement/get-printer]
ie로 보내서 출력.. (여러개 파일은?)
[링크 : https://stackoverflow.com/questions/7189299/print-automatically-html-file-with-powershell]
'Microsoft > Windows' 카테고리의 다른 글
원격 데스크탑 멀티 모니터 (0) | 2020.11.13 |
---|---|
원격 데스크톱 바로가기 만들기 (0) | 2020.11.10 |
윈도우 단축키 할당하기 (0) | 2019.03.26 |
win10 에서 hiberfil.sys 없애기 (0) | 2019.03.26 |
UWP - Universal Windows Platform (0) | 2019.03.26 |