Compare commits
2 Commits
def17c7072
...
da033387ae
Author | SHA1 | Date | |
---|---|---|---|
da033387ae | |||
67acd62c18 |
@ -27,4 +27,17 @@ deno run --allow-read --allow-write printDocument.ts --overall --path ./issues.j
|
||||
|
||||
## 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도 됨.
|
@ -1,6 +1,6 @@
|
||||
# 1. 소개(Introduction)
|
||||
|
||||
> Version : 1.0.0
|
||||
> Version : 1.0.1
|
||||
|
||||
본 문서는 전북대학교 컴퓨터공학과의 Floor 팀에서 Scrap Yard라는 어플리케이션을 설계 및 구현하기 위한 소프트웨어 요구사항 명세서(SRS)이다.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user