일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 명품철정
- 웨스턴리그
- 베스트샵
- 대명라이프
- 상조
- 과학과사람들
- Fop
- 하이프리드
- spring security
- 압력밥솥
- 도시공사
- eclipse
- 철도시설공단
- 행복주택
- 디지털프라자
- 프리드라이프
- 차가운방정식
- 코딩교육
- pdfbox
- docx4j
- POI
- 올스타투표
- 과학소설
- CJH-PA0602IC
- 개발공사
- 쿠첸
- documents4j
- 교원라이프
- ermaster
- chuwi
- Today
- Total
목록pdfbox (2)
공감 스토리
[ Apache PDFBox ] The Apache PDFBox® library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command-line utilities. Apache PDFBox is published under the Apache License v2.0.https://pdfbox.apache.org/ [ Apache POI..
[링크] PDFBox를 공부해요https://pdfbox.apache.orghttps://www.tutorialspoint.com/pdfbox/pdfbox_creating_a_pdf_document.htm [기존 PDF에 한글 텍스트 추가 해보기]http://blog.naver.com/mankeys/221045896061* 핵심은 한글 폰트 적용하는 것 //Setting the font to the Content stream : 한글폰트는 별도로 다운로드 받아서 사용 InputStream fontStream = new FileInputStream("d:/temp/pdfbox/NanumGothic.ttf"); PDType0Font fontNanum = PDType0Font.load(document, fon..