Compare commits

..

No commits in common. "da033387aee4dd530ab1bb5ad3c2ed777fc578c1" and "def17c7072271005f3d9d8cfdf2e134578f77916" have entirely different histories.

2 changed files with 2 additions and 15 deletions

View File

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