Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- device in use
- Failed to compiled
- ELECTRON
- nextjs
- electron-packager
- animation
- Can't resolve
- adb connect
- 티스토리 성능
- html
- adb pair
- silent printing
- github 100mb
- vercel git lfs
- dvh
- 이미지 데이터 타입
- react-native-dotenv
- custom printing
- augmentedDevice
- camera permission
- react-native
- rolldown
- github pdf
- ffi-napi
- Git
- github lfs
- npm package
- camera access
- Recoil
- Each child in a list should have a unique "key" prop.
Archives
- Today
- Total
Bleeding edge
Window에서 chrome으로 자동 인쇄하기(silent printing) 본문
브라우저에서 일반적으로 인쇄버튼을 누르면 프린터 앱이 나오면서, 인쇄 설정에 대한 옵션을 확인하도록 되어있다. 이번에 만드는 앱은 이러한 옵션이 나오면 안되는 앱이기 때문에(web 혹은 데스크탑 앱) 이 플로우를 변경할 필요가 있었다. 우선, 윈도우에서는 크롬에 다음과 같은 flag를 붙여주면 된다.
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --kiosk-printing
'Javascript' 카테고리의 다른 글
Koffi로 포인터를 사용하기 (2) | 2024.01.04 |
---|---|
[Electron]Error accessing the camera: DOMException: Could not start video source - 맥북 (0) | 2023.12.19 |
Image date 다루기(data 변환에 관하여) (0) | 2023.12.03 |
자바스크립트로 모든 이벤트를 확인하기 (0) | 2023.10.21 |
prerendering page "/" ReferenceError: window is not defined (0) | 2023.10.21 |