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
- Git
- Recoil
- github lfs
- electron-packager
- augmentedDevice
- 티스토리 성능
- react-native-dotenv
- nextjs
- html
- github 100mb
- 이미지 데이터 타입
- Can't resolve
- npm package
- device in use
- dvh
- ELECTRON
- github pdf
- Each child in a list should have a unique "key" prop.
- camera permission
- rolldown
- vercel git lfs
- adb pair
- custom printing
- ffi-napi
- silent printing
- animation
- react-native
- Failed to compiled
- camera access
- adb connect
Archives
- Today
- Total
목록custom printing (1)
Bleeding edge
Electron으로 custom size 인쇄하기
이번에 구현야할 리스트 Margin 없이 Silent printing 우선 2번 같은 경우에는 아래와 같은 방법을 이용하여 silent printing을 아주 쉽게 구현할 수 있다. const win = new BrowserWindow() win.webContents.print({silent: true}); 주의 : webContents의 pageSize의 경우 올바르게 사이즈가 작동을 안하는 경우가 있으니 참고를 하고, silent true 옵션은 24.8.x 버전까지는 잘 작동하지만 그 의상의 버전에서는 이상하게 작동하니 이 역시 참고하자 Margin 없애기 1. MarginType 3번에서 사용한 silent:true을 사용한 오브젝트에 MarginType을 사용하면 가능해보여서 이리저리 노력을 해..
카테고리 없음
2024. 1. 15. 23:01