일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 대명라이프
- 하이프리드
- 차가운방정식
- docx4j
- 베스트샵
- 압력밥솥
- CJH-PA0602IC
- 명품철정
- spring security
- 행복주택
- Fop
- 철도시설공단
- documents4j
- 교원라이프
- 개발공사
- 프리드라이프
- 과학소설
- 코딩교육
- 쿠첸
- POI
- chuwi
- 올스타투표
- 디지털프라자
- pdfbox
- 도시공사
- 과학과사람들
- 웨스턴리그
- eclipse
- ermaster
- 상조
- 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..