H2Orestart
Add hwp, hwpx support to LibreOffice
Business
Documentation
Documents
Extensions
PDF
Writer
Download latest
latest release: 2024-07-08 07:16:44
Description
Add hwp, hwpx support to LibreOffice.
JRE 8 or higher is required
See also:
- https://wiki.documentfoundation.org/Faq/General/InstallJava
- https://wiki.documentfoundation.org/Documentation/HowTo/Install_the_co
한컴오피스의 한글파일을 LibreOffice에서 읽을 수 있는 확장 바이너리입니다.
바이너리를 다운로드 받아서 LibreOffice를 실행시키고, "확장 관리자"에서 추가를 하면 됩니다.
확장을 추가한 후에는
- 파일 열기창에서 "Hwp2002_Reader (*.hwpx)" 파일 유형을 필터링하거나,
- hwpx파일을 끌어오기를 하여
hwpx파일을 OpenDocumentText (ODT)형식으로 변환 할 수 있습니다.
저장은 ODT 형식으로만 저장할 수 있습니다.
확장을 설치하면 LibreOffice headless 명령으로 한글파일을 PDF로 변환할 수 있습니다.
예1) $ soffice.exe --headless --infilter="Hwp2002_File" --convert-to pdf:writer_pdf_Export YOUR_HANCOM_FILE
예2) $ soffice.exe --headless --convert-to pdf:writer_pdf_Export YOUR_HANCOM_FILE
* 확장 바이너리의 사용은 무료이며, 자유롭게 사용하시면 됩니다.
* 오류나 불편사항은 이 github의 issue에 등록해주시면 주기적으로 개선하겠습니다.
Homepage: https://github.com/ebandal/H2Orestart
Repository: https://github.com/ebandal/H2Orestart
Release | Description | Compatibility | Operating Systems | License | Release notes | Updated | |
---|---|---|---|---|---|---|---|
v0.6.6 | Linux, Windows, macOS | GPL | Bug fix use absolute value of width, height of Graphic Object when they are negative value. modify not to make shadow when character shadow color is 0. (Korean) 버그수정 그림개체의 가로,세로 크기가 음수이면, 절대값 가로,세로 크기 사용 글자 음영색이 0 이면, 음영처리 안하도록 수정 |
2024-07-06 21:49:31 | Download | ||
v0.6.5 | Linux, Windows, macOS | GPL | Bug fix fix some crashing issues when opening hwpx files. fix image regression issue on cropping image. (Korean) 버그수정 Hwpx파일 열때, 리브레오피스 작동중지 이슈 수정 이미지 자르기에서 발생한 그리기 이슈 수정 |
2024-06-01 06:57:47 | Download | ||
v0.6.4 | Linux, Windows, macOS | GPL | Bug fix when opening hwpx, initialize character shape related attributes. prevent redundant header/footer in the same section. (Korean) 버그수정 Hwpx파일 열때, 문자모양 관련 속성값 초기화 동일 구역내 header/footer 중복 방지 |
2024-05-19 13:17:38 | Download | ||
v0.6.3 | Linux, Windows, macOS | GPL | Bug fix reduce min value of tab position to show tab in one line correct PARA_BREAK in hwpx to make it similar to hwp Improvement hide highlight color when text has borderfill color (Korean) 버그수정 한줄에 보이도록 tab 위치 최소값 줄임 Hwp파일과 비슷하도록 Hwpx에서 문단 나누기 보정 (Korean) 개선점 글자 배경색이 있을때 음영색 숨기기 |
2024-04-01 15:51:10 | Download | ||
v0.6.2 | Linux, Windows, macOS | GPL | Bug fix Ignore numbering if numbering format doesn't exist detect more image format besides jpg Improvement support CharacterStyle on numbering character support dropping effect on image (Korean) 버그수정 문단번호형식이 없는 경우 문단번호 무시 jpg 이외의 이미지 포맷 인식 (Korean) 개선점 문단번호에 문자스타일 지원 이미지에 그림 자르기 효과 지원 |
2024-03-10 14:36:25 | Download | ||
v0.6.1 | Linux, Windows, macOS | GPL | Bug fix Fix hardcoded timezone on checking old file expiration Set owner-only permission for ~/.H2Orestart and temp files Fix the issue that text is shown truncated around table cell border line Fix not to creating temp file when opening local file Delete a temp file for document on disposing that document Improvement Follow platform convention for app cache path Support Superscript and Subscript (Korean) 버그수정 임시 파일 생성일시 체크시 하드코딩된 timezone 수정 .H2Orestart 폴더와 임시 파일 생성시 소유자 권한만 부여 표 안의 텍스트가 잘리는 현상 수정 로컬파일을 열때 임시 파일 생성하는 버그 수정 문서 닫을때 해당 임시 파일 삭제 (Korean) 개선점 플랫폼에 맞는 앱 cache 경로 사용 윗 첨자, 아래 첨자 지원 |
2024-02-24 13:25:14 | Download | ||
v0.6.0 | Linux, Windows, macOS | GPL | Bug fix Fixed size bug when drawing TEXTFRAME Fixed a crash that occurred when the paragraph style margin value is negative Improvement Replace PICTURE and TEXTFRAME in CONTAINER objects with RECTANGLE workaround for paragraph spacing in table cells with only one paragraph When the cell background is gradation, fill the background with a neutral color handling paragraph align type only in Hwp (Korean) 버그수정 글상자 그릴때 크기값 오류 수정 문단 스타일 margin 값이 음수일때 crash 발생건 수정 (Korean) 개선점 묶음개체내 사진과 글상자를 사각형으로 대체 1개 문단만 있는 테이블 셀에서의 문단 간격 보정 셀 배경이 gradation일때 중간색으로 배경 채우기 한컴의 나눔정렬, 배분정렬시 처리 수정 |
2024-02-01 14:57:42 | Download | ||
v0.5.10 | Linux, Windows, macOS | GPL | Bug fix fix wrong handling of unsigned paragraph style ID reference value (UINT8). fix header page range so that it does not have NULL values. ix the bug that wrong parsing of underline of CharacterShape. Improvement write Footnote, Endnote with parentWriterContext when they are in control object. apply CharacterStyle when writing PARA_BREAK. modify condition of writing table in the frame. (Korean) 버그수정 문단 스타일 아이디 참조값(UINT8) unsigned 처리 머리말 범위가 NULL값을 갖지 않도록 수정 문자모양 밑줄속성 파싱 오류 수정 (Korean) 개선점 컨트롤 내 미주/각주 존재시 상위 컨텍스트로 쓰기 PARA_BREAK쓸때 CharacterStyle 적용 테이블그릴때 틀 내부에 그리는 조건 변경 |
2024-01-20 15:07:55 | Download | ||
v0.5.9 | Fix the NullPointerException issue by modifying the code of reading the equation from node in HWPX file. HWPX파일에서 수식 읽는 부분 수정하여 NullPointerException 수정. | Linux, Windows, macOS | GPL | Fix the NullPointerException issue by modifying the code of reading the equation from node in HWPX file. HWPX파일에서 수식 읽는 부분 수정하여 NullPointerException 수정. |
2023-12-19 22:17:59 | Download | |
v0.5.8 | Linux, Windows, macOS | GPL | support more URL types for remote file. fix log handler issue not to make too many log files. |
2023-12-08 07:01:18 | Download | ||
v0.5.7 | fix a crash issue on AutoNumber support TOTAL PAGE count | GPL | 2023-07-19 15:46:04 | Download | |||
v0.5.6 | GPL | 한컴문서 검출을 파일확장자로 구분하던 방식에서 header로 파싱으로 변경 | 2023-07-09 17:58:15 | Download | |||
v0.5.5 | GPL | 문단 간격, 글자 간격 보정값 수정 테이블 글자처럼 취급시 문단기준으로 정렬되도록 수정 hwpx파일 문단내 LINE_BREAK 처리 수정 hwpx파일 문단내 tab 처리 수정 |
2023-06-21 09:14:42 | Download | |||
v0.5.4 | GPL | hwpx 문서 파싱중 crash 수정 미구현 hwpx 속성의 구현 추가 |
2023-06-21 09:14:08 | Download | |||
v0.5.3 | GPL | 도형 개체의 이미지 채우기 지원 Hwpx 파일에서 도형의 본문과의 배치 오류 수정 |
2023-06-21 09:13:36 | Download | |||
v0.5.2 | MIT | hwpx에서 그림의 세로 크기 오류 수정 hwpx에서 머릿글, 바닥글 처리 hwpx에서 자동번호 처리 |
2023-06-21 09:13:05 | Download | |||
v0.5.1 | MIT | hwp와 hwpx 공통으로 사용할수 있도록 이미지 자료 구조의 변경 hwpx에서 압축된 이미지 처리 |
2023-06-21 09:11:48 | Download | |||
v0.5.0 | Linux, Windows, macOS | MIT | Hwpx 문서를 Odt 문서로 변환하는 확장 배포입니다. Hwp2Odt 0.4.6 에서 복잡한 테이블 그려지지 않는 문제가 H2O restart에서 개선되었습니다. |
2023-04-11 07:02:40 |
Show more
☆ ☆ ☆ ☆ ☆
Post your review
You cannot post reviews until you have logged in. Login Here.
Reviews
No one has commented on this page yet.
RSS feed for reviews on this page | RSS feed for all reviews