Compare commits

...

2 Commits

Author SHA1 Message Date
da033387ae chore: version up 2022-04-29 23:59:47 +09:00
67acd62c18 doc: add printPdf description 2022-04-29 23:59:17 +09:00
2 changed files with 15 additions and 2 deletions

View File

@ -27,4 +27,17 @@ deno run --allow-read --allow-write printDocument.ts --overall --path ./issues.j
## pdfbox-app-2.0.26 ## pdfbox-app-2.0.26
다음 [링크](https://pdfbox.apache.org/2.0/commandline.html)를 참고하세요. 다음 [링크](https://pdfbox.apache.org/2.0/commandline.html)를 참고하세요.
## printPdf
url를 받아서 PDF로 출력합니다.
```
deno run ./printPdf.ts --outDir GooglePage.pdf --url http://www.google.com
```
으로 사용하면 됩니다.
다음과 같은 인자를 가집니다.
- url: pdf로 캡쳐할 url
- outDir: pdf를 저장할 위치
- chromeDir: chrome executable 위치. edge도 됨.

View File

@ -1,6 +1,6 @@
# 1. 소개(Introduction) # 1. 소개(Introduction)
> Version : 1.0.0 > Version : 1.0.1
본 문서는 전북대학교 컴퓨터공학과의 Floor 팀에서 Scrap Yard라는 어플리케이션을 설계 및 구현하기 위한 소프트웨어 요구사항 명세서(SRS)이다. 본 문서는 전북대학교 컴퓨터공학과의 Floor 팀에서 Scrap Yard라는 어플리케이션을 설계 및 구현하기 위한 소프트웨어 요구사항 명세서(SRS)이다.