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