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 | 31 |
Tags
- OpenLayers
- MongoDB
- PersistentVolumeClaim
- vuejs #pinia #vuetify3
- 라우터 #NAT #포트 #포트포워딩 #유동고정아이피 #DHCP
- PersistentVolume
- Yarn
- vuetify3
- basepath
- JavaScript
- vue3
- github action #tistory
- CKEditor4
- localstorage
- vworld
- javascript #localstorage #stringify #parse
- javascript #컴파일 #인터프리터
- mixedcontent
- nextjs
- react
- 인터넷 #클라이언트 #서버 #포트 #ipadress #domainname
- vue #vue-router
- postman
- MPA
- kubernetes
- vuejs
- browserstorage
- sesstionstorage
- 맥 #나스 #SMA
- v-combobox
Archives
- Today
- Total
목록word (1)
月亮
[javascript] html을 word 파일로 만들기
ckeditor을 사용하면서 에디터의 리턴 결과물이 html인데, html의 경우 스타일까지 모두 보여주면서 워드파일로 만들어야 할 일이 생겼다. 단, 주의 할 점은 모든 스타일은 인라인 스타일로 해야한다! 그것만 주의 하면 글꼴 스타일 빼고는 전부 css가 잘 적용되는거 같다! 팁) 아래의 html 코드로 page-break를 임의로 설정할 수 있다. 간단하게 작성 할 수 있다. const createWord = (fileName, title) => { const header = "" + ""; const contents = 'This is the initial content of the editor.content of the editor content of the editor content of ..
javascript
2024. 4. 17. 18:05