From d8bfff8e2fc5094d737bf274030d0b9fc5e55ffd Mon Sep 17 00:00:00 2001 From: udaken Date: Wed, 5 Jul 2017 23:47:51 +0900 Subject: [PATCH] =?UTF-8?q?README=E3=81=AE=E6=9B=B4=E6=96=B0,=E3=83=A9?= =?UTF-8?q?=E3=83=B3=E3=82=BF=E3=82=A4=E3=83=A0=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- axwrpdf.vcxproj | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8fbd00..47b4181 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,13 @@ OS以外には依存ファイルがないので、外部ライブラリ等は不 - 処理を高速化するために、各ページの画像ファイルのサイズは1バイトとして報告します。(展開するときに実サイズがわかります) この仕様により、Massigra,Leeyesは表示できるようですが、NeeViewではエラーになってしまいます。 +## ダウンロード +[https://github.com/udaken/axwrpdf/releases](https://github.com/udaken/axwrpdf/releases) + ## 謝辞 こちらの情報が大変参考になりました。 -- http://dev.activebasic.com/egtra/2015/12/24/853/ +- [Direct2DでPDFを描画するAPIを使ってみた - イグトランスの頭の中](http://dev.activebasic.com/egtra/2015/12/24/853/) diff --git a/axwrpdf.vcxproj b/axwrpdf.vcxproj index 11a61a3..e4aaf3b 100644 --- a/axwrpdf.vcxproj +++ b/axwrpdf.vcxproj @@ -126,7 +126,7 @@ true true WIN32;NDEBUG;_WINDOWS;_USRDLL;AXWINPDF_EXPORTS;%(PreprocessorDefinitions) - MultiThreadedDLL + MultiThreaded Windows