초기 PM 소스 전체 업로드

This commit is contained in:
koj729
2026-06-12 17:14:03 +09:00
commit 4e33c9a02a
1769 changed files with 377797 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {
"HwpToPdfConverter/1.0.0": {
"runtime": {
"HwpToPdfConverter.dll": {}
}
}
}
},
"libraries": {
"HwpToPdfConverter/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
}
}
}

Binary file not shown.

View File

@@ -0,0 +1,4 @@
{
"OutputType": ".pdf",
"TargetOverWrite": true
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@@ -0,0 +1,27 @@
HwpToPdfConverter.exe [Source] [Target]
- target 이 없는 경우, Source 파일에서 확장자만 "PDF" 로 변경되어 저장된다.
- Target 에 대한 Overwrite 옵션은 기본은 false 이며, config.json 을 통해 조정이 가능하다.
true 일 경우, 기존에 존재하는 Target 파일은 지우고 새로운 파일로 생성된다.
<추가>
https://dotnet.microsoft.com/ko-kr/download/dotnet/8.0
닷넷런타임 8(x86)설치필요 (사진참고)
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.WindowsDesktop.App&framework_version=8.0.0&arch=x64&rid=win-x64&os=win10
닷넷데스크톱런타임 x64 설치
cmd에서
HwpToPdfConverter.exe "파일경로"
(빈 칸이 있는 경우 따옴표로 묶어줘야 함)
<2024.08.20 손제근 추가>
한글 설치 후 regserver.reg 실행해서 레지스트리 추가
레지스트리 추가 후 컨버터 오류 발생 시
1. cmd 관리자권한 실행
2. 한글 설치 파일 경로로 이동
3. hwp.exe -regserver 명령어 실행