Sem descrição

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

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