# pdf2htmlEX_docker **Repository Path**: github_speed/pdf2htmlEX_docker ## Basic Information - **Project Name**: pdf2htmlEX_docker - **Description**: https://github.com/BWITS/pdf2htmlEX_docker.git 加速 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-27 - **Last Updated**: 2025-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pdf2htmlEX in a docker container [![](https://badge.imagelayers.io/bwits/pdf2htmlex:latest.svg)](https://imagelayers.io/?images=bwits/pdf2htmlex:latest 'Get your own badge on imagelayers.io') ================= ## How to use this docker containter to convert pdf file to html Suppose you have a PDF file ~/pdf/test.pdf, simply running docker run -ti --rm -v ~/pdf:/pdf bwits/pdf2htmlex pdf2htmlEX --zoom 1.3 test.pdf would produce a single HTML file `test.html` in `~/pdf` directory. ## run the docker container as local command alias pdf2htmlEX="docker run -ti --rm -v ~/pdf:/pdf bwits/pdf2htmlex pdf2htmlEX" pdf2htmlEX -h pdf2htmlEX --zoom 1.3 test.pdf For detail instruciton on how to run `pdf2htmlEX`, please read the wiki https://github.com/coolwanglu/pdf2htmlEX/wiki/Quick-Start