![]() |
il y a 5 ans | |
---|---|---|
apis | il y a 5 ans | |
components | il y a 5 ans | |
config | il y a 5 ans | |
constants | il y a 5 ans | |
containers | il y a 5 ans | |
global | il y a 5 ans | |
pages | il y a 5 ans | |
public | il y a 5 ans | |
redux | il y a 5 ans | |
server | il y a 5 ans | |
.babelrc | il y a 5 ans | |
.dockerignore | il y a 5 ans | |
.editorconfig | il y a 5 ans | |
.eslintrc.js | il y a 5 ans | |
.gitignore | il y a 5 ans | |
Dockerfile | il y a 5 ans | |
README.md | il y a 5 ans | |
bitbucket-pipelines.yml | il y a 5 ans | |
i18n.js | il y a 5 ans | |
next.config.js | il y a 5 ans | |
package.json | il y a 5 ans | |
yarn.lock | il y a 5 ans |
Web solution to view & highlight PDF Files
export PDF_INPUT_FOLDER=/path/to/input/folder
export PDF_OUTPUT_FOLDER=/path/to/output/folder
docker run -d --restart on-failure --name pdf-reader-web \
-v $PDF_INPUT_FOLDER:/app/public/pdfs/input -v $PDF_OUTPUT_FOLDER:/app/public/pdfs/output \
-e ENV=production -p 4000:4000 pdf-reader-web