readme
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
To apply hidden text to the pdf file:
|
To apply hidden text to the pdf file:
|
||||||
1. Print your resume in pdf format (ctrl+p in your browser or whatever)
|
1. Print your resume in pdf format (ctrl+p in your browser or whatever)
|
||||||
2. Then:
|
2. Then:
|
||||||
|
|
||||||
```
|
```
|
||||||
cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.pdf
|
cat payload.txt | enscript -B -f Courier10 -o - | ps2pdf - hidden.pdf
|
||||||
pdftk retard.pdf background hidden.pdf output final.pdf
|
pdftk retard.pdf background hidden.pdf output final.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user