Skip to content

Commit

Permalink
update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ldu2 committed Mar 3, 2024
1 parent 3c6089e commit c478f88
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Angular7PDF_Redactor/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Angular 7 PDF Redactor
# Angular 13 PDF Redactor

This project was initially generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.3.<br/>
This project was done by three tools. <br/>
[ngx-dropzone-wrapper](https://github.com/zefoy/ngx-dropzone-wrapper) to uploade the PDF file.<br/>
[PDF.js](https://github.com/mozilla/pdf.js/) to process the PDF file.<br/>
[jsPDF](https://github.com/MrRio/jsPDF) to download the redacted PDF file.<br/>
## Runtime requirements
```
$ node --version
v20.11.1
$ npm --version
10.2.4
```

## Run the redactor

Expand Down Expand Up @@ -42,6 +45,6 @@ App<br/>
**Once you move on to the next page. The redaction is set on the page.**<br/>
**The larger the resolution of the screen, the better quality of the file maintains.**<br/>
The result is almost the same as the [JS_PDFRedactor](https://github.com/ldu2/PDFRedactor/tree/master/JS_PDFRedactor)<br/>
For the Angular 7 version of pdf file redactor. When upload a file, I am using http://httpbin.org/post as the POST endpoint. No responsibility taken for the safety of the file posted to that end point.<br/>
For the Angular 13 version of pdf file redactor. When upload a file, I am using https://httpbin.org/post as the POST endpoint. No responsibility taken for the safety of the file posted to that end point.<br/>
If you wish you send it to your server, simply clone the repo and modify the code. Simply change the download button to send a POST request.

0 comments on commit c478f88

Please sign in to comment.