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