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 |
Tags
- windows vista
- java8 람다식
- 스파이앱
- 책상
- 라곰프레임워크
- 폴-안티
- 썬
- Subversion
- lagom
- 라곰
- volatile
- TortoiseSVN
- 폴-안티스파이앱
- 설치
- 폴안티
- 명주
- 폴안티스파이앱
- Lambda Expressions
- 차이점
- 모니터
- 폴-안티 스파이앱
- svn
- selenium #scraping #webscraping #jsoup #firefox
- CVS
- 폴안티 스파이앱
- 정통춘천닭갈비
- 스포티지r 풀체인지
- 한강 #야경 #한강야경
- 윈도우즈 비스타
- lagom framework
Archives
- Today
- Total
장발의 개발러
jodconverter 를 이용한 문서변환 (PPT > PDF > HTML) 본문
http://code.google.com/p/jodconverter/
1. 오픈오피스설치(OOo_3.3.0_Win_x86_install-wJRE_ko.exe)
2. jodconverter-core-3.0-beta-4-dist.zip 내 라이브러리(JAR) 추가
3. 코드실행
public static void main(String[] args) {
OfficeManager officeManager = new DefaultOfficeManagerConfiguration()
.buildOfficeManager();
officeManager.start();
OfficeDocumentConverter converter = new OfficeDocumentConverter(
officeManager);
converter.convert(new File("D:/sample.ppt"), new File(
"D:/sample.html"));
officeManager.stop();
}
jodconverter-core-3.0-beta-4-dist.zip