# pdf2htmlEX
**Repository Path**: github_speed/pdf2htmlEX
## Basic Information
- **Project Name**: pdf2htmlEX
- **Description**: https://github.com/BWITS/pdf2htmlEX.git 加速
- **Primary Language**: Unknown
- **License**: MIT
- **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
=================
Automated docker build for pdf2htmlEX
see: https://registry.hub.docker.com/u/klokoy/pdf2htmlex/
## 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 klokoy/pdf2htmlex --zoom 1.3 pdf/test.pdf pdf/test.html
would produce a single HTML file test.html in the current directory.
For detail instruciton, please read the wiki
https://github.com/coolwanglu/pdf2htmlEX/wiki/Quick-Start