Merge pull request #3819 from preco21/master

Update as upstream
This commit is contained in:
Cheng Zhao 2015-12-15 22:40:09 +08:00
commit 063231cf0c
2 changed files with 2 additions and 1 deletions

View file

@ -451,6 +451,7 @@ print기능을 사용하지 않는 경우 전체 바이너리 크기를 줄이
* 1 - none * 1 - none
* 2 - minimum * 2 - minimum
* `pageSize` String - 생성되는 PDF의 페이지 크기를 지정합니다. * `pageSize` String - 생성되는 PDF의 페이지 크기를 지정합니다.
* `A5`
* `A4` * `A4`
* `A3` * `A3`
* `Legal` * `Legal`

View file

@ -5,7 +5,7 @@
## 빌드전 요구 사항 ## 빌드전 요구 사항
* Windows 7 / Server 2008 R2 또는 최신 버전 * Windows 7 / Server 2008 R2 또는 최신 버전
* Visual Studio 2013 - [VS 2013 커뮤니티 에디션 무료 다운로드](http://www.visualstudio.com/products/visual-studio-community-vs) * Visual Studio 2013 Update 5 - [VS 2013 커뮤니티 에디션 무료 다운로드](http://www.visualstudio.com/products/visual-studio-community-vs)
* [Python 2.7](http://www.python.org/download/releases/2.7/) * [Python 2.7](http://www.python.org/download/releases/2.7/)
* [Node.js](http://nodejs.org/download/) * [Node.js](http://nodejs.org/download/)
* [Git](http://git-scm.com) * [Git](http://git-scm.com)