mirpo / pdf2htmlEX-docker

pdf2htmlEX docker image for MacBooks wirh M1, M2, M3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdf2htmlEX docker image for MacBooks wirh M1, M2, M3

I was trying to find working Docker image for my MacBook Air 13 with M2 and ended up with creating own image.

Requirements

Build locally

docker buildx build --platform=linux/amd64 -t my-pdf2htmlex .

where:

  • my-pdf2htmlex is your tag

Run locally

docker run --platform linux/amd64 -ti --rm -v ~/Downloads:/pdf -w /pdf my-pdf2htmlex pdf2htmlEX 1.pdf 1.html

where:

  • ~/Downloads - folder where PDF file is located
  • my-pdf2htmlex is your tag
  • 1.pdf - input PDF
  • 1.html - output HTML file

About

pdf2htmlEX docker image for MacBooks wirh M1, M2, M3


Languages

Language:Dockerfile 100.0%