Aucune description

Ray Lee 1fa2a701bb fix response message il y a 5 ans
apis 13e0ccbb40 first il y a 5 ans
components 13e0ccbb40 first il y a 5 ans
config 13e0ccbb40 first il y a 5 ans
constants 13e0ccbb40 first il y a 5 ans
containers 13e0ccbb40 first il y a 5 ans
global 13e0ccbb40 first il y a 5 ans
pages 13e0ccbb40 first il y a 5 ans
public 50433a5424 move static to public/static il y a 5 ans
redux 13e0ccbb40 first il y a 5 ans
server 1fa2a701bb fix response message il y a 5 ans
.babelrc 13e0ccbb40 first il y a 5 ans
.dockerignore 50433a5424 move static to public/static il y a 5 ans
.editorconfig a52234d18a add docker file il y a 5 ans
.eslintrc.js 13e0ccbb40 first il y a 5 ans
.gitignore 50433a5424 move static to public/static il y a 5 ans
Dockerfile 69673c562e add xfdftool to docker image il y a 5 ans
README.md 50433a5424 move static to public/static il y a 5 ans
bitbucket-pipelines.yml ec5c8d14c9 using image with aws-cli il y a 5 ans
i18n.js 50433a5424 move static to public/static il y a 5 ans
next.config.js 9b8f5e51ae fix yarn build fail il y a 5 ans
package.json 13e0ccbb40 first il y a 5 ans
yarn.lock 13e0ccbb40 first il y a 5 ans

README.md

PDF Reader Web

Web solution to view & highlight PDF Files

Preparing Environment

export PDF_INPUT_FOLDER=/path/to/input/folder
export PDF_OUTPUT_FOLDER=/path/to/output/folder

Service Start

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